Merge branch '2.3' into 2.4

This commit is contained in:
Juergen Daubert 2007-10-21 14:16:00 +02:00
commit e6bd830dd2
8 changed files with 18 additions and 18 deletions

View File

@ -52,6 +52,7 @@ drwxr-xr-x root/root usr/man/man2/
-rw-r--r-- root/root usr/man/man2/faccessat.2.gz
-rw-r--r-- root/root usr/man/man2/fadvise64.2.gz
-rw-r--r-- root/root usr/man/man2/fadvise64_64.2.gz
-rw-r--r-- root/root usr/man/man2/fallocate.2.gz
-rw-r--r-- root/root usr/man/man2/fchdir.2.gz
-rw-r--r-- root/root usr/man/man2/fchmod.2.gz
-rw-r--r-- root/root usr/man/man2/fchmodat.2.gz

View File

@ -1 +1 @@
8b31a273186c8cae42fdf66a77d6679f man-pages-2.65.tar.bz2
41ae48fd87f74acdf8ce1163a65b27ac man-pages-2.66.tar.gz

View File

@ -4,9 +4,9 @@
# Depends on: man
name=man-pages
version=2.65
version=2.66
release=1
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.bz2)
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)
build() {
cd $name-$version

View File

@ -5,21 +5,21 @@
name=openssh
version=4.7p1
release=1
release=2
source=(ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/ssh \
--sysconfdir=/etc/ssh \
--with-mantype=man \
--mandir=/usr/man \
--with-tcp-wrappers \
--with-md5-passwords \
--with-privsep-user=nobody \
--with-privsep-path=/var/empty \
--with-xauth=/usr/bin/xauth
--libexecdir=/usr/lib/ssh \
--sysconfdir=/etc/ssh \
--with-mantype=man \
--mandir=/usr/man \
--with-tcp-wrappers \
--with-md5-passwords \
--with-privsep-user=nobody \
--with-privsep-path=/var/empty \
--with-xauth=/usr/bin/xauth
make
make DESTDIR=$PKG install
install -D -m 755 ../sshd $PKG/etc/rc.d/sshd

View File

@ -1,3 +1,3 @@
9d0df57845af8acd1027a7df5c18d017 mksslcert.sh
58daa890c3bc19bd6ce3451b2e5e335c openssl-0.9.8b-parallel-build.patch
114bf908eb1b293d11d3e6b18a09269f openssl-0.9.8f.tar.gz
acf70a16359bf3658bdfb74bda1c4419 openssl-0.9.8g.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=openssl
version=0.9.8f
version=0.9.8g
release=1
source=(http://www.openssl.org/source/$name-$version.tar.gz \
mksslcert.sh openssl-0.9.8b-parallel-build.patch)

View File

@ -1 +1 @@
0fd75a5df05100f60fb3c5498d523160 pciutils-2.2.7.tar.gz
c0b742521a13ef624b9a0a237f46c1c8 pciutils-2.2.8.tar.gz

View File

@ -1,10 +1,9 @@
# Description: Library and utilities to access the PCI bus configuration registers
# URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
# Packager: Markus Ackermann, maol at symlink dot ch
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=pciutils
version=2.2.7
version=2.2.8
release=1
source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz)