From 48f989de1591ed83a614e7133649723a91d7e822 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 22 Aug 2014 09:27:18 +0200 Subject: [PATCH 01/11] core82: add iputils to update. --- config/rootfiles/core/82/filelists/iputils | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/82/filelists/iputils diff --git a/config/rootfiles/core/82/filelists/iputils b/config/rootfiles/core/82/filelists/iputils new file mode 120000 index 000000000..361c28f71 --- /dev/null +++ b/config/rootfiles/core/82/filelists/iputils @@ -0,0 +1 @@ +../../../common/iputils \ No newline at end of file From d49a04c939bcb5ebadba3138dd52c2852700806b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 22 Aug 2014 12:05:39 +0200 Subject: [PATCH 02/11] sane: depends on cups libs. --- lfs/sane | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sane b/lfs/sane index 842b54846..39b9603b5 100644 --- a/lfs/sane +++ b/lfs/sane @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/sane-backends-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sane -PAK_VER = 3 +PAK_VER = 4 -DEPS = "libtiff" +DEPS = "cups libtiff" ############################################################################### # Top-level Rules From d2ff1cc455f37bb806e10e27b31f0fe31b3de16e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 22 Aug 2014 17:03:19 +0200 Subject: [PATCH 03/11] samba: bump PAK_VER. --- lfs/samba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/samba b/lfs/samba index 4bd42cbb2..3772ad302 100644 --- a/lfs/samba +++ b/lfs/samba @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 58 +PAK_VER = 59 DEPS = "cups krb5" From 38ffd2d6410fa26707b21a6870b89e45d745f666 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 23 Aug 2014 09:36:01 +0200 Subject: [PATCH 04/11] perl-PDF-API2: rootfile fix for arm. --- config/rootfiles/packages/perl-PDF-API2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/perl-PDF-API2 b/config/rootfiles/packages/perl-PDF-API2 index c594d8242..642579a6e 100644 --- a/config/rootfiles/packages/perl-PDF-API2 +++ b/config/rootfiles/packages/perl-PDF-API2 @@ -129,9 +129,9 @@ usr/lib/perl5/site_perl/5.12.3/PDF/API2/Resource/uniglyph.txt usr/lib/perl5/site_perl/5.12.3/PDF/API2/UniWrap.pm usr/lib/perl5/site_perl/5.12.3/PDF/API2/Util.pm usr/lib/perl5/site_perl/5.12.3/PDF/API2/Win32.pm -#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/PDF -#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/PDF/API2 -#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/PDF/API2/.packlist +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/PDF +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/PDF/API2 +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/PDF/API2/.packlist #usr/share/man/man3/PDF::API2.3 #usr/share/man/man3/PDF::API2::Annotation.3 #usr/share/man/man3/PDF::API2::Basic::PDF::Array.3 From 67bda607ca7335f3655cfd663bcae42a296b1888 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 1 Sep 2014 11:11:25 +0200 Subject: [PATCH 05/11] Squid-accounting: revert setlocale because thevalues are not correctly with this setting --- src/squid-accounting/acct-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/squid-accounting/acct-lib.pl b/src/squid-accounting/acct-lib.pl index f0081b7ef..a19140d04 100644 --- a/src/squid-accounting/acct-lib.pl +++ b/src/squid-accounting/acct-lib.pl @@ -460,7 +460,6 @@ sub pdf2 { $lines->linewidth('0.5'); #Fill BILL DATA into PDF - setlocale(LC_ALL, "$mainsettings{'LANGUAGE'}_$uplang"); foreach (@billar) { my ($a1,$a2) = split( /\,/, $_ ); $a2=sprintf"%.2f",($a2/1024/1024); From 35880220b07a87b57689e21ac2fd514c50fc81f4 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 5 Sep 2014 21:56:01 +0200 Subject: [PATCH 06/11] rsync: update to 3.1.1. --- lfs/rsync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rsync b/lfs/rsync index 57c822cc2..8899ec0ed 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -24,7 +24,7 @@ include Config -VER = 3.1.0 +VER = 3.1.1 THISAPP = rsync-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rsync -PAK_VER = 8 +PAK_VER = 9 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3be148772a33224771a8d4d2a028b132 +$(DL_FILE)_MD5 = 43bd6676f0b404326eee2d63be3cdcfe install : $(TARGET) From 9f64c06d941709052d2ae7405a3770b018a6e192 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 3 Sep 2014 22:23:04 +0200 Subject: [PATCH 07/11] general-functions.pl: Subroutine getnetworkip() accepted multiple arguments --- config/cfgroot/general-functions.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 8ed87fc80..7c88cfc68 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -388,7 +388,9 @@ sub iporsubtocidr } sub getnetworkip { - return &Network::get_netaddress(shift); + my $arg = join("/", $@); + + return &Network::get_netaddress($arg); } sub getccdbc From 7bfaaa0d353ffefd50b2d4bbfa70a81363669d62 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Sep 2014 11:13:41 +0200 Subject: [PATCH 08/11] general-functions.pl: Fix syntax error --- config/cfgroot/general-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 7c88cfc68..4ed5a5520 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -388,7 +388,7 @@ sub iporsubtocidr } sub getnetworkip { - my $arg = join("/", $@); + my $arg = join("/", @_); return &Network::get_netaddress($arg); } From 499e7fc33fe5b689476d8bdaf4452f5163b20f22 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 Sep 2014 18:44:50 +0200 Subject: [PATCH 09/11] general-functions.pl: Fix perl coding error --- config/cfgroot/general-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 4ed5a5520..35ae7c093 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -286,7 +286,7 @@ sub validip sub validmask { my $mask = shift; - return &Network::check_netmask($mask) or &Network::check_prefix($mask); + return &Network::check_netmask($mask) || &Network::check_prefix($mask); } sub validipormask From 51d8e3309363d9e576030024da74639261e14961 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 9 Sep 2014 17:54:27 +0200 Subject: [PATCH 10/11] xen-image: add xz-aware xen version hint to README. --- config/xen-image/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/xen-image/README b/config/xen-image/README index 574812166..531867311 100644 --- a/config/xen-image/README +++ b/config/xen-image/README @@ -19,6 +19,7 @@ other usefull commands from the Dom0: - reset the fire: "xm destroy ipfire-xen" - look what is going on: "xm top" or "xm list" -This script can also build a Citrix XenCenter xva image. +This script can also build a Citrix XenCenter xva image. (Need xz-aware +xen version. Tested with Citrix Xen Server 6.2.5 beta) - run "XEN_IMG_TYPE=xva sh xen-image-maker.sh" to build an xva image. - import the vm with "xe vm-import file=ipfire.xfa" From cce37f04afc89e327a9945d08bf447d5188d30a4 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 9 Sep 2014 19:20:54 +0200 Subject: [PATCH 11/11] openssl-compat: update to 0.9.8zb. --- config/rootfiles/core/82/filelists/openssl-compat | 1 + lfs/openssl-compat | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/82/filelists/openssl-compat diff --git a/config/rootfiles/core/82/filelists/openssl-compat b/config/rootfiles/core/82/filelists/openssl-compat new file mode 120000 index 000000000..c9fa42132 --- /dev/null +++ b/config/rootfiles/core/82/filelists/openssl-compat @@ -0,0 +1 @@ +../../../common/openssl-compat \ No newline at end of file diff --git a/lfs/openssl-compat b/lfs/openssl-compat index d2ae6a0e9..604ac1324 100644 --- a/lfs/openssl-compat +++ b/lfs/openssl-compat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.9.8y +VER = 0.9.8zb THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 47c7fb37f78c970f1d30aa2f9e9e26d8 +$(DL_FILE)_MD5 = 65c5f42734f8ecd58990b12a9afa6453 install : $(TARGET)