From 9a7b008a4a95ea1827215571e261cc4f2c6182b1 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 23 May 2014 08:58:08 +0200 Subject: [PATCH 1/3] curl: update to 7.37.0 --- curl/.md5sum | 2 +- curl/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curl/.md5sum b/curl/.md5sum index 6f8474ac..71390848 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -291081121e604b04e0035bfdd736d196 curl-7.36.0.tar.lzma +54bfd1eb5214f604186d6f5ac61c7781 curl-7.37.0.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index 938c0c02..10ff13e1 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.36.0 +version=7.37.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma) From 0779457fcc2bc028275ea24b8998a5337f8e1e7e Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 23 May 2014 08:58:27 +0200 Subject: [PATCH 2/3] man-pages: update to 3.67 --- man-pages/.footprint | 3 +++ man-pages/.md5sum | 2 +- man-pages/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/man-pages/.footprint b/man-pages/.footprint index 968c0609..cfd0e351 100644 --- a/man-pages/.footprint +++ b/man-pages/.footprint @@ -557,6 +557,7 @@ drwxr-xr-x root/root usr/man/man2/ -rw-r--r-- root/root usr/man/man2/removexattr.2.gz -rw-r--r-- root/root usr/man/man2/rename.2.gz -rw-r--r-- root/root usr/man/man2/renameat.2.gz +-rw-r--r-- root/root usr/man/man2/renameat2.2.gz -rw-r--r-- root/root usr/man/man2/request_key.2.gz -rw-r--r-- root/root usr/man/man2/restart_syscall.2.gz -rw-r--r-- root/root usr/man/man2/rmdir.2.gz @@ -573,10 +574,12 @@ drwxr-xr-x root/root usr/man/man2/ -rw-r--r-- root/root usr/man/man2/sched_get_priority_max.2.gz -rw-r--r-- root/root usr/man/man2/sched_get_priority_min.2.gz -rw-r--r-- root/root usr/man/man2/sched_getaffinity.2.gz +-rw-r--r-- root/root usr/man/man2/sched_getattr.2.gz -rw-r--r-- root/root usr/man/man2/sched_getparam.2.gz -rw-r--r-- root/root usr/man/man2/sched_getscheduler.2.gz -rw-r--r-- root/root usr/man/man2/sched_rr_get_interval.2.gz -rw-r--r-- root/root usr/man/man2/sched_setaffinity.2.gz +-rw-r--r-- root/root usr/man/man2/sched_setattr.2.gz -rw-r--r-- root/root usr/man/man2/sched_setparam.2.gz -rw-r--r-- root/root usr/man/man2/sched_setscheduler.2.gz -rw-r--r-- root/root usr/man/man2/sched_yield.2.gz diff --git a/man-pages/.md5sum b/man-pages/.md5sum index 06f81b84..cb863362 100644 --- a/man-pages/.md5sum +++ b/man-pages/.md5sum @@ -1,2 +1,2 @@ -4400766c63a28e58bb899a2d3a0191d8 man-pages-3.66.tar.xz +5629dae00ef93658ada9226aa33b51b6 man-pages-3.67.tar.xz 825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz diff --git a/man-pages/Pkgfile b/man-pages/Pkgfile index ca9c47cb..b74ea02d 100644 --- a/man-pages/Pkgfile +++ b/man-pages/Pkgfile @@ -4,7 +4,7 @@ # Depends on: man name=man-pages -version=3.66 +version=3.67 release=1 source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \ http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2013-a.tar.xz) From 1469f79c144c7a143294ac30d49a10db09da5ab9 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 23 May 2014 08:58:50 +0200 Subject: [PATCH 3/3] nasm: update to 2.11.05 --- nasm/.md5sum | 2 +- nasm/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nasm/.md5sum b/nasm/.md5sum index 21d8efbd..6e820237 100644 --- a/nasm/.md5sum +++ b/nasm/.md5sum @@ -1 +1 @@ -97ae0ecd007750f776099fcb9fccc7af nasm-2.11.04.tar.xz +3544d7068206b583915394693c0e933c nasm-2.11.05.tar.xz diff --git a/nasm/Pkgfile b/nasm/Pkgfile index 4d0b4c62..45fc5187 100644 --- a/nasm/Pkgfile +++ b/nasm/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=nasm -version=2.11.04 +version=2.11.05 release=1 source=(http://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz)