Merge branch '2.6' into 2.7

This commit is contained in:
Juergen Daubert 2010-06-29 16:54:57 +02:00
commit 9bc91536b7
10 changed files with 17 additions and 12 deletions

View File

@ -1 +1 @@
e3054a98a55095c666d73177908d63c6 bind-9.6.2.tar.gz
712c425e59cb4aa9309bc4716283742f bind-9.7.1.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=bindutils
version=9.6.2
version=9.7.1
release=1
source=(ftp://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz)
@ -15,7 +15,7 @@ build() {
--disable-linux-caps \
--with-libxml2=no
make -j1 -C lib
make -C lib
make -C bin/dig
install -D -m 755 bin/dig/host $PKG/usr/bin/host

View File

@ -1 +1 @@
59766571610a4298f8bedf9f73839050 LVM2.2.02.66.tgz
20357ea7918c4e967e558de53ec74969 LVM2.2.02.68.tgz

View File

@ -3,12 +3,12 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libdevmapper
version=1.02.48
version=1.02.50
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.66.tgz)
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.68.tgz)
build() {
cd LVM2.2.02.66
cd LVM2.2.02.68
./configure --prefix=/usr \
--sbindir=/sbin \

View File

@ -1 +1 @@
27948c1b5f5c1eabc23cba1ebe4c316f pcre-8.02.tar.bz2
780867a700e9d4e4b9cb47aa5453e4b2 pcre-8.10.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libpcre
version=8.02
version=8.10
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)

View File

@ -461,6 +461,7 @@ drwxr-xr-x root/root usr/man/man2/
-rw-r--r-- root/root usr/man/man2/madvise.2.gz
-rw-r--r-- root/root usr/man/man2/madvise1.2.gz
-rw-r--r-- root/root usr/man/man2/mbind.2.gz
-rw-r--r-- root/root usr/man/man2/migrate_pages.2.gz
-rw-r--r-- root/root usr/man/man2/mincore.2.gz
-rw-r--r-- root/root usr/man/man2/mkdir.2.gz
-rw-r--r-- root/root usr/man/man2/mkdirat.2.gz
@ -1188,6 +1189,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/fseek.3.gz
-rw-r--r-- root/root usr/man/man3/fseeko.3.gz
-rw-r--r-- root/root usr/man/man3/fsetpos.3.gz
-rw-r--r-- root/root usr/man/man3/fstatvfs.3.gz
-rw-r--r-- root/root usr/man/man3/ftell.3.gz
-rw-r--r-- root/root usr/man/man3/ftello.3.gz
-rw-r--r-- root/root usr/man/man3/ftime.3.gz
@ -1535,7 +1537,9 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/mkfifo.3.gz
-rw-r--r-- root/root usr/man/man3/mkfifoat.3.gz
-rw-r--r-- root/root usr/man/man3/mkostemp.3.gz
-rw-r--r-- root/root usr/man/man3/mkostemps.3.gz
-rw-r--r-- root/root usr/man/man3/mkstemp.3.gz
-rw-r--r-- root/root usr/man/man3/mkstemps.3.gz
-rw-r--r-- root/root usr/man/man3/mktemp.3.gz
-rw-r--r-- root/root usr/man/man3/mktime.3.gz
-rw-r--r-- root/root usr/man/man3/mmap64.3.gz
@ -1847,6 +1851,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/srandom_r.3.gz
-rw-r--r-- root/root usr/man/man3/sscanf.3.gz
-rw-r--r-- root/root usr/man/man3/ssignal.3.gz
-rw-r--r-- root/root usr/man/man3/statvfs.3.gz
-rw-r--r-- root/root usr/man/man3/stdarg.3.gz
-rw-r--r-- root/root usr/man/man3/stderr.3.gz
-rw-r--r-- root/root usr/man/man3/stdin.3.gz

View File

@ -1,2 +1,2 @@
aca98183e51772ce81e17c78a46bea5d man-pages-3.24.tar.bz2
3c1fbd5b8905e471827daa0ad937f6b1 man-pages-3.25.tar.bz2
7c78aff03c0a6767ba483d34f19e4b09 man-pages-posix-2003-a.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: man
name=man-pages
version=3.24
version=3.25
release=1
source=(http://www.kernel.org/pub/linux/docs/man-pages/$name-$version.tar.bz2 \
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.bz2)

View File

@ -14,7 +14,7 @@ build () {
patch -p1 -i $SRC/$name-nofilter.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make INSTROOT=$PKG install install-etcppp
make -j1 INSTROOT=$PKG install install-etcppp
mv $PKG/usr/{share/man,man} && rm -r $PKG/usr/share
chmod +w -R $PKG
}