From 0f91784c21977a73607f25ebb7eb6ef444dfd57d Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 8 Mar 2014 11:14:52 +0100 Subject: [PATCH 1/7] xterm: updated to 303 --- xterm/.md5sum | 2 +- xterm/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xterm/.md5sum b/xterm/.md5sum index 36d37be53..93ceb636d 100644 --- a/xterm/.md5sum +++ b/xterm/.md5sum @@ -1,2 +1,2 @@ 2bc971a1753fe57aca05fde7c005a16c configure.diff -494e2f3988d22fe7266410c862042250 xterm-302.tgz +48f6d49b2b6b6933d501d767cbed9254 xterm-303.tgz diff --git a/xterm/Pkgfile b/xterm/Pkgfile index 46ba79591..255a05fc5 100644 --- a/xterm/Pkgfile +++ b/xterm/Pkgfile @@ -5,7 +5,7 @@ # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc name=xterm -version=302 +version=303 release=1 source=(ftp://invisible-island.net/$name/$name-$version.tgz \ configure.diff) From 929ac9b0e132d1dae7ecd7c4e1a25dd03fbdfc70 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 8 Mar 2014 11:15:11 +0100 Subject: [PATCH 2/7] dosfstools: updated to 3.0.26 --- dosfstools/.md5sum | 2 +- dosfstools/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dosfstools/.md5sum b/dosfstools/.md5sum index 2385c4ecd..ae463011b 100644 --- a/dosfstools/.md5sum +++ b/dosfstools/.md5sum @@ -1 +1 @@ -6d000d9f68b7766dfe12c88c4aaaa293 dosfstools-3.0.25.tar.xz +45012f5f56f2aae3afcd62120b9e5a08 dosfstools-3.0.26.tar.xz diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile index 4d3e00e62..73b57628f 100644 --- a/dosfstools/Pkgfile +++ b/dosfstools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=dosfstools -version=3.0.25 +version=3.0.26 release=1 source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz) From 93f2b41e2c5f8ba51c17e5aacac8378012d88e14 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 7 Mar 2014 09:45:55 +0100 Subject: [PATCH 3/7] hpcups: update to 3.14.3 --- hpcups/.md5sum | 2 +- hpcups/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hpcups/.md5sum b/hpcups/.md5sum index 02bea08fe..959c31416 100644 --- a/hpcups/.md5sum +++ b/hpcups/.md5sum @@ -1 +1 @@ -11eb45f3d3edf1f03887fd13afc61b51 hplip-3.14.1.tar.gz +a0ae59a75d202b92738dc24610b98428 hplip-3.14.3.tar.gz diff --git a/hpcups/Pkgfile b/hpcups/Pkgfile index 3a7d29bff..ed91092d4 100644 --- a/hpcups/Pkgfile +++ b/hpcups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cups name=hpcups -version=3.14.1 +version=3.14.3 release=1 source=(http://downloads.sourceforge.net/project/hplip/hplip/$version/hplip-$version.tar.gz) From b7014731ac44f689f293e739da288eae0f86ee5f Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 7 Mar 2014 11:16:28 +0100 Subject: [PATCH 4/7] stunnel: update to 5.00 --- stunnel/.md5sum | 4 ++-- stunnel/Pkgfile | 5 +++-- stunnel/stunnel-config.patch | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/stunnel/.md5sum b/stunnel/.md5sum index 918cc281b..221fd81f4 100644 --- a/stunnel/.md5sum +++ b/stunnel/.md5sum @@ -1,3 +1,3 @@ 20d8078911733e4de22903034e725db6 stunnel -ac4c4a30bd7a55b6687cbd62d864054c stunnel-4.56.tar.gz -b557cb1f0a946560481791c7a5aa8c6a stunnel-config.patch +4f00fd0faf99e3c9cf258a19dd83d14a stunnel-5.00.tar.gz +e7c5ad19e0c7268a571f3b1b95435fef stunnel-config.patch diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index f48e6bb31..4b4a207a2 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,9 +4,9 @@ # Depends on: openssl tcp_wrappers zlib name=stunnel -version=4.56 +version=5.00 release=1 -source=(http://stunnel.cybermirror.org/archive/4.x/$name-$version.tar.gz \ +source=(http://stunnel.cybermirror.org/archive/5.x/$name-$version.tar.gz \ $name-config.patch $name) build () { @@ -26,6 +26,7 @@ build () { install -D -m 0644 doc/stunnel.8 $PKG/usr/man/man8/stunnel.8 install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel install -m 0644 tools/stunnel.conf-sample $PKG/etc/stunnel.conf + install -d $PKG/{var/run,etc/ssl/{certs,keys}} install -d -m 770 -o stunnel -g stunnel $PKG/var/run/stunnel touch $PKG/etc/ssl/{certs/stunnel.crt,keys/stunnel.key} diff --git a/stunnel/stunnel-config.patch b/stunnel/stunnel-config.patch index 3dc5e4687..1764f685e 100644 --- a/stunnel/stunnel-config.patch +++ b/stunnel/stunnel-config.patch @@ -1,18 +1,18 @@ -diff -Nru stunnel-4.50.orig/src/Makefile.in stunnel-4.50/src/Makefile.in ---- stunnel-4.50.orig/src/Makefile.in 2011-12-04 09:43:44.928367692 +0100 -+++ stunnel-4.50/src/Makefile.in 2011-12-04 09:44:40.733021677 +0100 -@@ -271,7 +271,7 @@ +diff -Nru stunnel-5.00.orig/src/Makefile.in stunnel-5.00/src/Makefile.in +--- stunnel-5.00.orig/src/Makefile.in 2014-03-07 10:30:11.982768737 +0100 ++++ stunnel-5.00/src/Makefile.in 2014-03-07 10:31:17.433779070 +0100 +@@ -310,7 +310,7 @@ # Additional preprocesor definitions stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \ -- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' \ -+ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' \ - -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"' +- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' ++ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' # Win32 executable -diff -Nru stunnel-4.50.orig/tools/stunnel.conf-sample.in stunnel-4.50/tools/stunnel.conf-sample.in ---- stunnel-4.50.orig/tools/stunnel.conf-sample.in 2011-12-04 09:43:44.931700905 +0100 -+++ stunnel-4.50/tools/stunnel.conf-sample.in 2011-12-04 09:48:22.478352458 +0100 + EXTRA_DIST = make.bat makece.bat makew32.bat mingw.mak evc.mak vc.mak \ +diff -Nru stunnel-5.00.orig/tools/stunnel.conf-sample.in stunnel-5.00/tools/stunnel.conf-sample.in +--- stunnel-5.00.orig/tools/stunnel.conf-sample.in 2014-03-07 10:30:11.986101953 +0100 ++++ stunnel-5.00/tools/stunnel.conf-sample.in 2014-03-07 10:30:40.365094717 +0100 @@ -9,25 +9,33 @@ ; A copy of some devices and system files is needed within the chroot jail From 9043dad9f88392901a33c972b63437a667691254 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 8 Mar 2014 17:43:08 +0100 Subject: [PATCH 5/7] mpg123: update to 1.19.0 --- mpg123/.footprint | 6 +++--- mpg123/.md5sum | 2 +- mpg123/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mpg123/.footprint b/mpg123/.footprint index b11512872..87741ae63 100644 --- a/mpg123/.footprint +++ b/mpg123/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/mpg123.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libmpg123.la -lrwxrwxrwx root/root usr/lib/libmpg123.so -> libmpg123.so.0.39.1 -lrwxrwxrwx root/root usr/lib/libmpg123.so.0 -> libmpg123.so.0.39.1 --rwxr-xr-x root/root usr/lib/libmpg123.so.0.39.1 +lrwxrwxrwx root/root usr/lib/libmpg123.so -> libmpg123.so.0.40.1 +lrwxrwxrwx root/root usr/lib/libmpg123.so.0 -> libmpg123.so.0.40.1 +-rwxr-xr-x root/root usr/lib/libmpg123.so.0.40.1 drwxr-xr-x root/root usr/lib/mpg123/ -rwxr-xr-x root/root usr/lib/mpg123/output_alsa.la -rwxr-xr-x root/root usr/lib/mpg123/output_alsa.so diff --git a/mpg123/.md5sum b/mpg123/.md5sum index 996ab5b1f..a7a348cc3 100644 --- a/mpg123/.md5sum +++ b/mpg123/.md5sum @@ -1 +1 @@ -229de769fdfc1c1de788280f141a7f69 mpg123-1.18.1.tar.bz2 +87731f1437cfd8c50537a606d81130e4 mpg123-1.19.0.tar.bz2 diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile index 3bfaf6f35..5bc5c5147 100644 --- a/mpg123/Pkgfile +++ b/mpg123/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libtool, alsa-lib name=mpg123 -version=1.18.1 +version=1.19.0 release=1 source=(http://www.mpg123.de/download/$name-$version.tar.bz2) From 1563e2d01ce4cff15eff32538a2cdc58b7743667 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 9 Mar 2014 11:10:19 +0100 Subject: [PATCH 6/7] msmtp: update to 1.4.32 --- msmtp/.md5sum | 2 +- msmtp/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msmtp/.md5sum b/msmtp/.md5sum index f5b0645f0..98a55ec49 100644 --- a/msmtp/.md5sum +++ b/msmtp/.md5sum @@ -1 +1 @@ -792ac0ffa30dc95ea1889a548128186d msmtp-1.4.31.tar.bz2 +aa60e22211118f222470439cea60f795 msmtp-1.4.32.tar.bz2 diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile index da4ab3538..adcb416c0 100644 --- a/msmtp/Pkgfile +++ b/msmtp/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=msmtp -version=1.4.31 +version=1.4.32 release=1 source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.bz2) From 66d7a5ab0343df4aa527e1ea5686d3dba4752ca4 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 9 Mar 2014 11:10:38 +0100 Subject: [PATCH 7/7] sylpheed: update to 3.3.1 --- sylpheed/.md5sum | 2 +- sylpheed/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sylpheed/.md5sum b/sylpheed/.md5sum index a5efbc49d..42f2d33bf 100644 --- a/sylpheed/.md5sum +++ b/sylpheed/.md5sum @@ -1 +1 @@ -20442f81dbb4e7c59462360ad0bb1afb sylpheed-3.3.0.tar.bz2 +34551fa05722bac80bbe0688bb4a3341 sylpheed-3.3.1.tar.bz2 diff --git a/sylpheed/Pkgfile b/sylpheed/Pkgfile index 8d5a853e6..e6b603edb 100644 --- a/sylpheed/Pkgfile +++ b/sylpheed/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk, openssl name=sylpheed -version=3.3.0 +version=3.3.1 release=1 source=(http://sylpheed.sraoss.jp/sylpheed/v3.3/$name-$version.tar.bz2)