Merge branch '3.0' into 3.1

This commit is contained in:
Juergen Daubert 2014-04-12 18:55:59 +02:00
commit 0d1e0d11aa
11 changed files with 17 additions and 11 deletions

View File

@ -9,6 +9,7 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/btrfs-zero-log
-rwxr-xr-x root/root sbin/btrfsck
-rwxr-xr-x root/root sbin/btrfstune
-rwxr-xr-x root/root sbin/fsck.btrfs
-rwxr-xr-x root/root sbin/mkfs.btrfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
@ -44,4 +45,5 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/btrfs.8.gz
-rw-r--r-- root/root usr/man/man8/btrfsck.8.gz
-rw-r--r-- root/root usr/man/man8/btrfstune.8.gz
-rw-r--r-- root/root usr/man/man8/fsck.btrfs.8.gz
-rw-r--r-- root/root usr/man/man8/mkfs.btrfs.8.gz

View File

@ -1 +1 @@
cd96bb73acd864e577cddba5fe310650 btrfs-progs-v3.12.tar.xz
c23e9f1fd9e376ea3649775375f848aa btrfs-progs-v3.14.tar.xz

View File

@ -4,9 +4,9 @@
# Depends on: util-linux e2fsprogs lzo
name=btrfs-progs
version=v3.12
version=v3.14
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/mason/btrfs-progs/btrfs-progs-$version.tar.xz)
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
build() {
cd $name-$version

View File

@ -30,6 +30,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/filefuncs.3am.gz
-rw-r--r-- root/root usr/man/man3/fnmatch.3am.gz
-rw-r--r-- root/root usr/man/man3/fork.3am.gz
-rw-r--r-- root/root usr/man/man3/inplace.3am.gz
-rw-r--r-- root/root usr/man/man3/ordchr.3am.gz
-rw-r--r-- root/root usr/man/man3/readdir.3am.gz
-rw-r--r-- root/root usr/man/man3/readfile.3am.gz
@ -55,6 +56,7 @@ drwxr-xr-x root/root usr/share/awk/
-rw-r--r-- root/root usr/share/awk/passwd.awk
-rw-r--r-- root/root usr/share/awk/quicksort.awk
-rw-r--r-- root/root usr/share/awk/readable.awk
-rw-r--r-- root/root usr/share/awk/readfile.awk
-rw-r--r-- root/root usr/share/awk/rewind.awk
-rw-r--r-- root/root usr/share/awk/round.awk
-rw-r--r-- root/root usr/share/awk/strtonum.awk

View File

@ -1 +1 @@
b18992ff8faf3217dab55d2d0aa7d707 gawk-4.1.0.tar.xz
a2a26543ce410eb74bc4a508349ed09a gawk-4.1.1.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: readline libmpfr
name=gawk
version=4.1.0
version=4.1.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)

View File

@ -81,9 +81,11 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/tc-fq_codel.8.gz
-rw-r--r-- root/root usr/man/man8/tc-hfsc.8.gz
-rw-r--r-- root/root usr/man/man8/tc-htb.8.gz
-rw-r--r-- root/root usr/man/man8/tc-mqprio.8.gz
-rw-r--r-- root/root usr/man/man8/tc-netem.8.gz
-rw-r--r-- root/root usr/man/man8/tc-pfifo.8.gz
-rw-r--r-- root/root usr/man/man8/tc-pfifo_fast.8.gz
-rw-r--r-- root/root usr/man/man8/tc-pie.8.gz
-rw-r--r-- root/root usr/man/man8/tc-prio.8.gz
-rw-r--r-- root/root usr/man/man8/tc-red.8.gz
-rw-r--r-- root/root usr/man/man8/tc-sfb.8.gz

View File

@ -1,2 +1,2 @@
f87386aaaecafab95607fd10e8152c68 iproute2-3.12.0.tar.xz
bd9d7567bbb987c88120669f5e1a1092 iproute2-3.14.0.tar.xz
0b01b0404718d043adf55cfa314c80bd net.iproute2

View File

@ -4,7 +4,7 @@
# Depends on: db iptables
name=iproute2
version=3.12.0
version=3.14.0
release=1
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
net.iproute2)

View File

@ -1 +1 @@
b5b3540661fc70bf329b526c1cfbcf3a LVM2.2.02.105.tgz
77f84279fb649b3dc4edad1c6d1a1b0e LVM2.2.02.106.tgz

View File

@ -4,12 +4,12 @@
# Depends on: eudev
name=libdevmapper
version=1.02.84
version=1.02.85
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.105.tgz)
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.106.tgz)
build() {
cd LVM2.2.02.105
cd LVM2.2.02.106
# needed for static linking with eudev
export UDEV_LIBS="$(pkg-config --libs --static libudev)"