From 770d321ddd6f908a4491e2808d04c83347e60080 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Wed, 19 Mar 2014 19:04:17 +0100 Subject: [PATCH 1/3] [notify] nss: updated to 3.16 https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.16 --- nss/.md5sum | 2 +- nss/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nss/.md5sum b/nss/.md5sum index 24a363645..1c976c52a 100644 --- a/nss/.md5sum +++ b/nss/.md5sum @@ -1,3 +1,3 @@ -7a8cb5418ac8aa15d91d7bc549698268 nss-3.15.5.tar.gz +0a6f8503d08c078d64d500e77678e33c nss-3.16.tar.gz 17226659298a9d9bb3f323186d220f6f nss-config.in 4bb2893f773bb168271521e654861e29 nss.pc.in diff --git a/nss/Pkgfile b/nss/Pkgfile index 11a6a65c3..6b5be4b0c 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -4,9 +4,9 @@ # Depends on: nspr sqlite3 name=nss -version=3.15.5 +version=3.16 release=1 -source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_5_RTM/src/$name-$version.tar.gz \ +source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/$name-$version.tar.gz \ nss-config.in nss.pc.in) build() { From c758c8d00b65baf45ba1db54cea430c7ffed0044 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Thu, 20 Mar 2014 21:08:31 +0100 Subject: [PATCH 2/3] nss: hack for nss-config --- nss/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nss/Pkgfile b/nss/Pkgfile index 6b5be4b0c..6613456f9 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -5,7 +5,7 @@ name=nss version=3.16 -release=1 +release=2 source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/$name-$version.tar.gz \ nss-config.in nss.pc.in) @@ -49,7 +49,8 @@ build() { install -m 0755 $SRC/nss-config.in $PKG/usr/bin/nss-config - sed -i "s/@VERSION@/$version/" $PKG/usr/bin/nss-config + _version=$(printf "%i.%i.%i" ${version//./ }) + sed -i "s/@VERSION@/$_version/" $PKG/usr/bin/nss-config NSS_LIBS=`$PKG/usr/bin/nss-config --libs` NSS_CFLAGS=`$PKG/usr/bin/nss-config --cflags` From e1187a681e7fc226b433db68813aa27e7624f84c Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Thu, 20 Mar 2014 21:10:57 +0100 Subject: [PATCH 3/3] harfbuzz: updated to 0.9.27 --- harfbuzz/.footprint | 6 +++--- harfbuzz/.md5sum | 2 +- harfbuzz/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint index f08e31be3..1857b70a9 100644 --- a/harfbuzz/.footprint +++ b/harfbuzz/.footprint @@ -25,8 +25,8 @@ drwxr-xr-x root/root usr/include/harfbuzz/ -rw-r--r-- root/root usr/include/harfbuzz/hb.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libharfbuzz.la -lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.926.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.926.0 --rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.926.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.927.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.927.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.927.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz.pc diff --git a/harfbuzz/.md5sum b/harfbuzz/.md5sum index 6fee9d912..2aa2f979a 100644 --- a/harfbuzz/.md5sum +++ b/harfbuzz/.md5sum @@ -1 +1 @@ -a2b6cbd437f22dd5dc93d377696c9204 harfbuzz-0.9.26.tar.bz2 +60e122288c0ea4d66505d4704e376a1c harfbuzz-0.9.27.tar.bz2 diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile index f5f57dd05..ad9e993a4 100644 --- a/harfbuzz/Pkgfile +++ b/harfbuzz/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cairo name=harfbuzz -version=0.9.26 +version=0.9.27 release=1 source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)