You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(330) |
May
(46) |
Jun
(52) |
Jul
(39) |
Aug
(26) |
Sep
(12) |
Oct
(110) |
Nov
(178) |
Dec
(161) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(99) |
Feb
(106) |
Mar
(97) |
Apr
(93) |
May
(81) |
Jun
(112) |
Jul
(84) |
Aug
(142) |
Sep
(165) |
Oct
(89) |
Nov
(120) |
Dec
(117) |
| 2009 |
Jan
(141) |
Feb
(137) |
Mar
(121) |
Apr
(96) |
May
(207) |
Jun
(194) |
Jul
(210) |
Aug
(155) |
Sep
(91) |
Oct
(159) |
Nov
(123) |
Dec
(166) |
| 2010 |
Jan
(142) |
Feb
(79) |
Mar
(137) |
Apr
(126) |
May
(78) |
Jun
(69) |
Jul
(54) |
Aug
(161) |
Sep
(76) |
Oct
(98) |
Nov
(113) |
Dec
(95) |
| 2011 |
Jan
(101) |
Feb
(118) |
Mar
(74) |
Apr
(75) |
May
(32) |
Jun
(32) |
Jul
(39) |
Aug
(74) |
Sep
(48) |
Oct
(134) |
Nov
(133) |
Dec
(55) |
| 2012 |
Jan
(94) |
Feb
(143) |
Mar
(80) |
Apr
(75) |
May
(36) |
Jun
(46) |
Jul
(47) |
Aug
(51) |
Sep
(10) |
Oct
(36) |
Nov
(38) |
Dec
(19) |
| 2013 |
Jan
(26) |
Feb
(40) |
Mar
(48) |
Apr
(26) |
May
(34) |
Jun
(20) |
Jul
(18) |
Aug
(10) |
Sep
(8) |
Oct
(6) |
Nov
(64) |
Dec
(18) |
| 2014 |
Jan
(26) |
Feb
(42) |
Mar
(126) |
Apr
(122) |
May
(73) |
Jun
(33) |
Jul
(14) |
Aug
(20) |
Sep
(12) |
Oct
(33) |
Nov
(20) |
Dec
(49) |
| 2015 |
Jan
(79) |
Feb
(64) |
Mar
(49) |
Apr
(6) |
May
(9) |
Jun
(2) |
Jul
(27) |
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(12) |
| 2016 |
Jan
(72) |
Feb
(9) |
Mar
(13) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
(3) |
2
|
3
(4) |
4
(1) |
5
(3) |
6
(1) |
7
(1) |
|
8
(5) |
9
(5) |
10
(1) |
11
(1) |
12
(1) |
13
|
14
(2) |
|
15
(1) |
16
|
17
(1) |
18
(4) |
19
|
20
(5) |
21
|
|
22
|
23
(1) |
24
|
25
|
26
|
27
|
28
(2) |
|
29
|
30
(5) |
31
|
|
|
|
|
|
From: <ges...@us...> - 2012-07-30 17:29:40
|
Revision: 6724
http://ipcop.svn.sourceforge.net/ipcop/?rev=6724&view=rev
Author: gespinasse
Date: 2012-07-30 17:29:29 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Upgrade pax-utils to 0.4
It is required to ./make.sh clean && ./make.sh toolchain to use the new code.
I haven't seen anything new.
You may have seen 2 TEXTREL reported in *scanelf.log (for the 2 packages using LDFLAGS= += -pie).
That should be a wrong alarm as noted in pax-utils/README as gcc is programmed to fail on TEXTREL.
Modified Paths:
--------------
ipcop/trunk/lfs/pax-utils
Modified: ipcop/trunk/lfs/pax-utils
===================================================================
--- ipcop/trunk/lfs/pax-utils 2012-07-30 16:20:48 UTC (rev 6723)
+++ ipcop/trunk/lfs/pax-utils 2012-07-30 17:29:29 UTC (rev 6724)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = pax-utils
-VER = 0.2.3
+VER = 0.4
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d2d27891742d14d81b205cf4e42de28a
+$(DL_FILE)_MD5 = 6dc41b8cfc8c0ed5e8272faa2f61cbdd
install : $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-30 16:20:55
|
Revision: 6723
http://ipcop.svn.sourceforge.net/ipcop/?rev=6723&view=rev
Author: gespinasse
Date: 2012-07-30 16:20:48 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Fix beep typo
Modified Paths:
--------------
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 15:55:00 UTC (rev 6722)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 16:20:48 UTC (rev 6723)
@@ -93,7 +93,7 @@
/bin/bash
##
## beeep recompiled with -Os and FORTIFY
-/usr/bin/beeep
+/usr/bin/beep
##
## bind-9.8.3-P2
/usr/bin/dig
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-30 15:55:10
|
Revision: 6722
http://ipcop.svn.sourceforge.net/ipcop/?rev=6722&view=rev
Author: gespinasse
Date: 2012-07-30 15:55:00 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Parsing the log with something like
grep -rE 'gcc | cc ' log_i486 | grep -v ' -O' | grep -v checking >mylog
and discounting every link command, I find that mdmadm and beep have no optimization level set, so with 0, FORTIFY did not apply.
Unfortunately scanelf did not check for fortify yet but that could be done manually with
readelf -sW <file> | grep -v '__stack_chk_fail' | grep '__.*_chk'
Modified Paths:
--------------
ipcop/trunk/lfs/beep
ipcop/trunk/lfs/mdadm
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
Modified: ipcop/trunk/lfs/beep
===================================================================
--- ipcop/trunk/lfs/beep 2012-07-30 13:28:56 UTC (rev 6721)
+++ ipcop/trunk/lfs/beep 2012-07-30 15:55:00 UTC (rev 6722)
@@ -82,7 +82,8 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && make
+ # FLAGS= is required to set the optimization level or -O0 is used and FORTIFY does not apply
+ cd $(DIR_APP) && make FLAGS="$(CFLAGS) -Wall"
cd $(DIR_APP) && install -m 0755 beep /usr/bin
@rm -rf $(DIR_APP)
Modified: ipcop/trunk/lfs/mdadm
===================================================================
--- ipcop/trunk/lfs/mdadm 2012-07-30 13:28:56 UTC (rev 6721)
+++ ipcop/trunk/lfs/mdadm 2012-07-30 15:55:00 UTC (rev 6722)
@@ -82,7 +82,8 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && make -j $(PARALLELISM)
+ # CXFLAGS="$(CFLAGS)" is required to set the optimization level or -O0 is used and FORTIFY does not apply
+ cd $(DIR_APP) && make -j $(PARALLELISM) CXFLAGS="$(CFLAGS)"
ifeq "$(RUNNING_TEST)" "yes"
# not yet ready : TODO we need a way to modprobe md_mod outside of our chroot (so in make.sh as root)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 13:28:56 UTC (rev 6721)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 15:55:00 UTC (rev 6722)
@@ -92,6 +92,9 @@
/bin/sh
/bin/bash
##
+## beeep recompiled with -Os and FORTIFY
+/usr/bin/beeep
+##
## bind-9.8.3-P2
/usr/bin/dig
/usr/bin/host
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-30 13:29:07
|
Revision: 6721
http://ipcop.svn.sourceforge.net/ipcop/?rev=6721&view=rev
Author: gespinasse
Date: 2012-07-30 13:28:56 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Upgrade bind to 9.8.3-P2
Modified Paths:
--------------
ipcop/trunk/lfs/bind
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/bind
===================================================================
--- ipcop/trunk/lfs/bind 2012-07-30 08:47:45 UTC (rev 6720)
+++ ipcop/trunk/lfs/bind 2012-07-30 13:28:56 UTC (rev 6721)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = bind
-VER = 9.8.3-P1
+VER = 9.8.3-P2
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2e84a3c5fa5f23718fff87e47c1fceb0
+$(DL_FILE)_MD5 = 90217a82d08e7d2513d4d9f3fa32a517
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 08:47:45 UTC (rev 6720)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-30 13:28:56 UTC (rev 6721)
@@ -92,7 +92,7 @@
/bin/sh
/bin/bash
##
-## bind-9.8.3-P1
+## bind-9.8.3-P2
/usr/bin/dig
/usr/bin/host
/usr/bin/nsupdate
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-30 08:47:45 UTC (rev 6720)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-30 13:28:56 UTC (rev 6721)
@@ -7,7 +7,7 @@
cairo recompiled with -O3, isdn4k-utils with -Os -fno-strict-aliasing<br />
Add URL filter, xz-5.0.4<br />
Language updates.<br />
- Upgrade acpid to 2.0.16, arping to 2.12, bash to 4.2.36, bind to 9.8.3-P1, conntrack-tools to 1.2.1, coreutils to 8.17,
+ Upgrade acpid to 2.0.16, arping to 2.12, bash to 4.2.36, bind to 9.8.3-P2, conntrack-tools to 1.2.1, coreutils to 8.17,
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-30 08:47:54
|
Revision: 6720
http://ipcop.svn.sourceforge.net/ipcop/?rev=6720&view=rev
Author: gespinasse
Date: 2012-07-30 08:47:45 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Upgrade Net-SSLeay to 1.48
Replacing the stray-libz patch with a sed is easier to maintain.
Let compilation use our optimization value -Os
Modified Paths:
--------------
ipcop/trunk/lfs/Net-SSLeay
Removed Paths:
-------------
ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch
Modified: ipcop/trunk/lfs/Net-SSLeay
===================================================================
--- ipcop/trunk/lfs/Net-SSLeay 2012-07-28 12:30:14 UTC (rev 6719)
+++ ipcop/trunk/lfs/Net-SSLeay 2012-07-30 08:47:45 UTC (rev 6720)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = Net-SSLeay
-VER = 1.45
+VER = 1.48
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 05415acd0eae23bccdeb35d9d976cc15
+$(DL_FILE)_MD5 = 4e10d9da28f26732e37807820bf72af5
install : $(TARGET)
@@ -81,7 +81,9 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_no-stray-libz-link.patch
+ # Remove stray libz link as openssl compiled with zlib-dynamic use zlib as en engine, not a linked lib
+ # Reset OPTIMIZE as it pass -O2 last when our CFLAGS hold -Os first
+ cd $(DIR_APP) && sed -i -e 's/ z //g' -e 's/\-O2 \-g//' inc/Module/Install/PRIVATE/Net/SSLeay.pm
# PERL_MM_USE_DEFAULT=1 is the way to answer 'no' to Makefile.PL for external tests question.
cd $(DIR_APP) && PERL_MM_USE_DEFAULT=1 perl Makefile.PL
Deleted: ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch
===================================================================
--- ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch 2012-07-28 12:30:14 UTC (rev 6719)
+++ ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch 2012-07-30 08:47:45 UTC (rev 6720)
@@ -1,13 +0,0 @@
---- a/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2012-02-14 18:24:54.000000000 +0100
-+++ b/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2012-02-14 18:25:39.000000000 +0100
-@@ -95,8 +95,8 @@
- $opts->{optimize} = '-O2 -g';
- push @{ $opts->{lib_links} },
- ($rsaref
-- ? qw( ssl crypto RSAglue rsaref z )
-- : qw( ssl crypto z )
-+ ? qw( ssl crypto RSAglue rsaref )
-+ : qw( ssl crypto )
- );
-
- if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2012-07-28 12:30:20
|
Revision: 6719
http://ipcop.svn.sourceforge.net/ipcop/?rev=6719&view=rev
Author: owes
Date: 2012-07-28 12:30:14 +0000 (Sat, 28 Jul 2012)
Log Message:
-----------
Update libpcap to 1.3.0. Update tcpdump to 4.3.0.
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/libpcap
ipcop/trunk/lfs/libpcap
ipcop/trunk/lfs/tcpdump
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
ipcop/trunk/updates/2.1.0/setup
Added Paths:
-----------
ipcop/trunk/src/patches/libpcap-1.3.0_ppp.patch
Removed Paths:
-------------
ipcop/trunk/src/patches/libpcap-1.2.1_ppp.patch
Modified: ipcop/trunk/config/rootfiles/common/libpcap
===================================================================
--- ipcop/trunk/config/rootfiles/common/libpcap 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/config/rootfiles/common/libpcap 2012-07-28 12:30:14 UTC (rev 6719)
@@ -14,7 +14,7 @@
#usr/lib/libpcap.a
#usr/lib/libpcap.so
usr/lib/libpcap.so.1
-usr/lib/libpcap.so.1.2.1
+usr/lib/libpcap.so.1.3.0
#usr/share/man/man1/pcap-config.1
#usr/share/man/man3/pcap.3pcap
#usr/share/man/man3/pcap_activate.3pcap
Modified: ipcop/trunk/lfs/libpcap
===================================================================
--- ipcop/trunk/lfs/libpcap 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/lfs/libpcap 2012-07-28 12:30:14 UTC (rev 6719)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = libpcap
-VER = 1.2.1
+VER = 1.3.0
HOST_ARCH = all
OTHER_SRC = yes
@@ -53,7 +53,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 06046e0e81efc60566daf1cc96c77d46
+$(DL_FILE)_MD5 = f78455a92622b7a3c05c58b6ad1cec7e
install : $(TARGET)
@@ -82,7 +82,7 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
# Patch to enable using inbound/outbound filter on pppoe, isdn, etc.
cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_ppp.patch
cd $(DIR_APP) && ./configure --prefix=/usr --disable-can
Modified: ipcop/trunk/lfs/tcpdump
===================================================================
--- ipcop/trunk/lfs/tcpdump 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/lfs/tcpdump 2012-07-28 12:30:14 UTC (rev 6719)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = tcpdump
-VER = 4.2.1
+VER = 4.3.0
HOST_ARCH = all
OTHER_SRC = yes
@@ -53,7 +53,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c202878c6db054767b52651041b9e60e
+$(DL_FILE)_MD5 = a3fe4d30ac85ff5467c889ff46b7e1e8
install : $(TARGET)
@@ -82,7 +82,7 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
# force ipv6 as autodetection could fail (at least on centos-5.5 2.6.18 kernel)
cd $(DIR_APP) && ./configure --prefix=/usr --disable-smb --enable-ipv6
cd $(DIR_APP) && make -j $(PARALLELISM)
Deleted: ipcop/trunk/src/patches/libpcap-1.2.1_ppp.patch
===================================================================
--- ipcop/trunk/src/patches/libpcap-1.2.1_ppp.patch 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/src/patches/libpcap-1.2.1_ppp.patch 2012-07-28 12:30:14 UTC (rev 6719)
@@ -1,12 +0,0 @@
-fixes: error in active-filter expression
-because inbound/outbound not supported on linktype (pppd, ipppd)
---- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100
-+++ a/gencode.c 2004-06-21 19:43:34.851140716 +0100
-@@ -7617,6 +7617,7 @@
- */
- switch (linktype) {
- case DLT_SLIP:
-+ case DLT_PPP:
- b0 = gen_relation(BPF_JEQ,
- gen_load(Q_LINK, gen_loadi(0), 1),
- gen_loadi(0),
Copied: ipcop/trunk/src/patches/libpcap-1.3.0_ppp.patch (from rev 6717, ipcop/trunk/src/patches/libpcap-1.2.1_ppp.patch)
===================================================================
--- ipcop/trunk/src/patches/libpcap-1.3.0_ppp.patch (rev 0)
+++ ipcop/trunk/src/patches/libpcap-1.3.0_ppp.patch 2012-07-28 12:30:14 UTC (rev 6719)
@@ -0,0 +1,12 @@
+fixes: error in active-filter expression
+because inbound/outbound not supported on linktype (pppd, ipppd)
+--- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100
++++ a/gencode.c 2004-06-21 19:43:34.851140716 +0100
+@@ -7617,6 +7617,7 @@
+ */
+ switch (linktype) {
+ case DLT_SLIP:
++ case DLT_PPP:
+ b0 = gen_relation(BPF_JEQ,
+ gen_load(Q_LINK, gen_loadi(0), 1),
+ gen_loadi(0),
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-28 12:30:14 UTC (rev 6719)
@@ -404,6 +404,10 @@
/usr/lib/libnl-genl-3.so.200
/usr/lib/libnl-genl-3.so.200.9.0
##
+## libpcap-1.3.0
+/usr/lib/libpcap.so.1
+/usr/lib/libpcap.so.1.3.0
+##
## libpng-1.5.12
/usr/lib/libpng15.so.15
/usr/lib/libpng15.so.15.12.0
@@ -707,6 +711,9 @@
/usr/lib/squid/errors
/usr/lib/squid/errors.ipcop
##
+## tcpdump-4.3.0
+/usr/sbin/tcpdump
+##
## traceroute-2.018
/usr/sbin/traceroute
/usr/sbin/traceroute6
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-28 12:30:14 UTC (rev 6719)
@@ -13,12 +13,12 @@
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.38, krb5 to 1.10.2,
libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
- libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
+ libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpcap to 1.3.0, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
net-tools to 1.60-p20120127084908, openldap to 2.4.31, openssh to 6.0, openssl to 1.0.1c, openswan to 2.6.38,
pciutils to 3.1.10, pcre to 8.30, pixman to 0.24.4, procps to 3.3.3, psmisc to 22.19,
rsyslog to 5.8.12, shadow to 4.1.5.1, sqlite to 3.7.13, squid to 3.1.20, squid-langpack to 20120616,
- traceroute to 2.0.18, tzdata to 2012d,
+ tcpdump to 4.3.0, traceroute to 2.0.18, tzdata to 2012d,
usb-modeswitch-data to 20120531, usbutils to 005, util-linux to 2.21.2, wanpipe to 3.5.25, zlib to 1.2.7, several Perl CPAN modules.
<br />
<b>Mandatory reboot after upgrade.</b>
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2012-07-28 07:08:06 UTC (rev 6718)
+++ ipcop/trunk/updates/2.1.0/setup 2012-07-28 12:30:14 UTC (rev 6719)
@@ -146,6 +146,7 @@
/bin/rm -f /usr/lib/libnetfilter_conntrack.so.3.2.0
/bin/rm -f /usr/lib/libnl-3.so.200.5.2
/bin/rm -f /usr/lib/libnl-genl-3.so.200.5.2
+/bin/rm -f /usr/lib/libpcap.so.1.2.1
/bin/rm -f /usr/lib/libpci.so.3.1.9
/bin/rm -f /usr/lib/libpcre.so.0.0.1
/bin/rm -f /usr/lib/libpixman-1.so.0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2012-07-28 07:08:12
|
Revision: 6718
http://ipcop.svn.sourceforge.net/ipcop/?rev=6718&view=rev
Author: owes
Date: 2012-07-28 07:08:06 +0000 (Sat, 28 Jul 2012)
Log Message:
-----------
Download from alternative location. Consider changing linux-headers to 3.0.x.
Modified Paths:
--------------
ipcop/trunk/lfs/linux-headers
Modified: ipcop/trunk/lfs/linux-headers
===================================================================
--- ipcop/trunk/lfs/linux-headers 2012-07-23 05:33:14 UTC (rev 6717)
+++ ipcop/trunk/lfs/linux-headers 2012-07-28 07:08:06 UTC (rev 6718)
@@ -48,7 +48,7 @@
THISAPP = linux-${VER}
DL_FILE = $(THISAPP).tar.bz2
-DL_FROM = http://mirror.anl.gov/linux/kernel/v2.6
+DL_FROM = http://ipcop-addons.ath.cx/misc/IPCop
DIR_APP = $(DIR_SRC)/$(THISAPP)-headers
CFLAGS =
CXXFLAGS =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2012-07-23 05:33:20
|
Revision: 6717
http://ipcop.svn.sourceforge.net/ipcop/?rev=6717&view=rev
Author: owes
Date: 2012-07-23 05:33:14 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
Download from IANA. Mirror location does not have 2012d yet.
Modified Paths:
--------------
ipcop/trunk/lfs/tzdata
Modified: ipcop/trunk/lfs/tzdata
===================================================================
--- ipcop/trunk/lfs/tzdata 2012-07-20 15:08:11 UTC (rev 6716)
+++ ipcop/trunk/lfs/tzdata 2012-07-23 05:33:14 UTC (rev 6717)
@@ -40,8 +40,9 @@
THISAPP = $(PKG_NAME)$(VER)
DL_FILE = $(THISAPP).tar.gz
# http://www.twinsun.com/tz/tz-link.htm
-# old and new tzdata are located here:
-DL_FROM = ftp://munnari.oz.au/pub/oldtz
+DL_FROM = http://www.iana.org/time-zones/repository/releases
+# old and new tzdata can also be found here:
+#DL_FROM = ftp://munnari.oz.au/pub/oldtz
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-20 15:08:17
|
Revision: 6716
http://ipcop.svn.sourceforge.net/ipcop/?rev=6716&view=rev
Author: gespinasse
Date: 2012-07-20 15:08:11 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Workaround one part of the strict-aliasing warning
Comment that a pango upgrade require glib>=2.31
Compile with V=1
Simplify sort as info coreutils 'sort invocation' say it is possible to sort in place
Modified Paths:
--------------
ipcop/trunk/lfs/pango
Modified: ipcop/trunk/lfs/pango
===================================================================
--- ipcop/trunk/lfs/pango 2012-07-20 14:56:00 UTC (rev 6715)
+++ ipcop/trunk/lfs/pango 2012-07-20 15:08:11 UTC (rev 6716)
@@ -32,6 +32,7 @@
include Config
+# 1.30.1 require glib>=2.31
PKG_NAME = pango
VER = 1.28.4
HOST_ARCH = all
@@ -86,15 +87,17 @@
--sysconfdir=/etc \
--disable-static
- cd $(DIR_APP) && make -j $(PARALLELISM)
+ # Workaround for half of strict-aliasing warnings
+ # No inspiration yet for the remaining except adding for the entire package?
+ cd $(DIR_APP) && sed -i.bak 's/PangoFT2_1_0_gir_CFLAGS.*/& -fno-strict-aliasing/' pango/Makefile
+ cd $(DIR_APP) && make -j $(PARALLELISM) V=1
ifeq "$(RUNNING_TEST)" "yes"
cd $(DIR_APP) && make -j 1 check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
cd $(DIR_APP) && make install
# be sure the modules are in the same order everytime, so md5 does not vary
- sort /etc/pango/pango.modules -o /etc/pango/pango.modules.new
- mv -f /etc/pango/pango.modules.new /etc/pango/pango.modules
+ sort -o /etc/pango/pango.modules /etc/pango/pango.modules
@rm -rf $(DIR_APP)
@$(POSTBUILD)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-20 14:56:06
|
Revision: 6715
http://ipcop.svn.sourceforge.net/ipcop/?rev=6715&view=rev
Author: gespinasse
Date: 2012-07-20 14:56:00 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Compile with CFLAGS +=-Wall and make V=1 give more change to see if something bad happen during compilation.
Modified Paths:
--------------
ipcop/trunk/lfs/tar
Modified: ipcop/trunk/lfs/tar
===================================================================
--- ipcop/trunk/lfs/tar 2012-07-20 14:52:27 UTC (rev 6714)
+++ ipcop/trunk/lfs/tar 2012-07-20 14:56:00 UTC (rev 6715)
@@ -43,6 +43,8 @@
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+CFLAGS +=-Wall
+
###############################################################################
# Top-level Rules
###############################################################################
@@ -105,7 +107,7 @@
./configure --prefix=/usr \
--bindir=/bin \
--libexecdir=/usr/sbin
- cd $(DIR_APP) && make -j $(PARALLELISM)
+ cd $(DIR_APP) && make -j $(PARALLELISM) V=1
ifeq "$(RUNNING_TEST)" "yes"
cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-20 14:52:36
|
Revision: 6714
http://ipcop.svn.sourceforge.net/ipcop/?rev=6714&view=rev
Author: gespinasse
Date: 2012-07-20 14:52:27 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
tzdata-2012d upgrade
Modified Paths:
--------------
ipcop/trunk/lfs/tzdata
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/tzdata
===================================================================
--- ipcop/trunk/lfs/tzdata 2012-07-20 13:46:22 UTC (rev 6713)
+++ ipcop/trunk/lfs/tzdata 2012-07-20 14:52:27 UTC (rev 6714)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = tzdata
-VER = 2012c
+VER = 2012d
HOST_ARCH = all
OTHER_SRC = yes
@@ -53,7 +53,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = cfdc2710bd05c26dbd624441d57028f6
+$(DL_FILE)_MD5 = fc0f54b76054800394f8c366ea1eeea7
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-20 13:46:22 UTC (rev 6713)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-20 14:52:27 UTC (rev 6714)
@@ -711,7 +711,7 @@
/usr/sbin/traceroute
/usr/sbin/traceroute6
##
-## tzdata-2012c
+## tzdata-2012d
/usr/share/zoneinfo/posix/Africa/Casablanca
/usr/share/zoneinfo/posix/America/Atikokan
/usr/share/zoneinfo/posix/America/Blanc-Sablon
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-20 13:46:22 UTC (rev 6713)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-20 14:52:27 UTC (rev 6714)
@@ -18,7 +18,7 @@
net-tools to 1.60-p20120127084908, openldap to 2.4.31, openssh to 6.0, openssl to 1.0.1c, openswan to 2.6.38,
pciutils to 3.1.10, pcre to 8.30, pixman to 0.24.4, procps to 3.3.3, psmisc to 22.19,
rsyslog to 5.8.12, shadow to 4.1.5.1, sqlite to 3.7.13, squid to 3.1.20, squid-langpack to 20120616,
- traceroute to 2.0.18, tzdata to 2012c,
+ traceroute to 2.0.18, tzdata to 2012d,
usb-modeswitch-data to 20120531, usbutils to 005, util-linux to 2.21.2, wanpipe to 3.5.25, zlib to 1.2.7, several Perl CPAN modules.
<br />
<b>Mandatory reboot after upgrade.</b>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-20 13:46:28
|
Revision: 6713
http://ipcop.svn.sourceforge.net/ipcop/?rev=6713&view=rev
Author: gespinasse
Date: 2012-07-20 13:46:22 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Upgrade kernel to 3.0.38
Modified Paths:
--------------
ipcop/trunk/lfs/linux
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/linux
===================================================================
--- ipcop/trunk/lfs/linux 2012-07-20 12:07:50 UTC (rev 6712)
+++ ipcop/trunk/lfs/linux 2012-07-20 13:46:22 UTC (rev 6713)
@@ -34,7 +34,7 @@
PKG_NAME = linux
VER = 3.0
-PATCHLEVEL = 3.0.37
+PATCHLEVEL = 3.0.38
IPCOPKRELEASE = -1
HOST_ARCH = all
OTHER_SRC = yes
@@ -72,7 +72,7 @@
$(GRSECURITYPATCH) = http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH)
$(DL_FILE)_MD5 = ecf932280e2441bdd992423ef3d55f8f
-patch-$(PATCHLEVEL).xz_MD5 = dd3a8dc62c5f9aaf93b19507dbce6e8a
+patch-$(PATCHLEVEL).xz_MD5 = 614ee91edb11ec60bbbbb4a8d29d30df
$(GRSECURITYPATCH)_MD5 = b15bb91a07aa2fb030e18c47c91940bb
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-20 12:07:50 UTC (rev 6712)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-20 13:46:22 UTC (rev 6713)
@@ -422,7 +422,7 @@
/usr/lib/libxml2.so.2
/usr/lib/libxml2.so.2.8.0
##
-## linux-3.0-1 (3.0.37)
+## linux-3.0-1 (3.0.38)
/boot/vmlinuz
/boot/vmlinuz-3.0-1
/boot/System.map-3.0-1
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-20 12:07:50 UTC (rev 6712)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-20 13:46:22 UTC (rev 6713)
@@ -11,7 +11,7 @@
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
- iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.37, krb5 to 1.10.2,
+ iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.38, krb5 to 1.10.2,
libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-20 12:08:00
|
Revision: 6712
http://ipcop.svn.sourceforge.net/ipcop/?rev=6712&view=rev
Author: gespinasse
Date: 2012-07-20 12:07:50 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Fix gcc-4.4 strict-aliasing warnings
Modified Paths:
--------------
ipcop/trunk/lfs/gcc
Added Paths:
-----------
ipcop/trunk/src/patches/gcc-4.4.5_strict-aliasing.patch
Modified: ipcop/trunk/lfs/gcc
===================================================================
--- ipcop/trunk/lfs/gcc 2012-07-18 19:29:05 UTC (rev 6711)
+++ ipcop/trunk/lfs/gcc 2012-07-20 12:07:50 UTC (rev 6712)
@@ -147,6 +147,8 @@
cd $(DIR_APP) && patch -Np2 -i $(DIR_PATCHES)/gcc-4.4.4_sparc-force-cpu.patch
# Remove #ident deprecation made by mistake and removed after gcc-4.4. That fix many shadows warnings
cd $(DIR_APP) && sed -i '/T_IDENT/s/ | DEPRECATED//' libcpp/directives.c
+ # fix the strict-aliasing warnings, include in gcc-4.5
+ cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/gcc-4.4.5_strict-aliasing.patch
@mkdir $(DIR_SRC)/gcc-build
Added: ipcop/trunk/src/patches/gcc-4.4.5_strict-aliasing.patch
===================================================================
--- ipcop/trunk/src/patches/gcc-4.4.5_strict-aliasing.patch (rev 0)
+++ ipcop/trunk/src/patches/gcc-4.4.5_strict-aliasing.patch 2012-07-20 12:07:50 UTC (rev 6712)
@@ -0,0 +1,75 @@
+http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01188.html
+
+Rediffed for some gcc-4.4.5 space/tab issues
+
+This patch silences the following warnings when building libgcc:
+
+unwind-dw2-fde.c:321: warning: dereferencing type-punned pointer will break strict-aliasing rules
+unwind-dw2-fde.c:322: warning: dereferencing type-punned pointer will break strict-aliasing rules
+unwind-dw2-fde.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
+unwind-dw2-fde.c:795: warning: dereferencing type-punned pointer will break strict-aliasing rules
+unwind-dw2-fde.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
+
+Tested with a bootstrap on x86_64-linux and a regression test run on
+powerpc-linux, x86_64-linux and powerpc64-linux. Okay for the trunk?
+
+
+2009-05-18 Ben Elliston <bj...@au...>
+
+ * unwind-dw2-fde.c (fde_unencoded_compare): Replace type punning
+ assignments with memcpy calls.
+ (add_fdes): Likewise.
+ (binary_search_unencoded_fdes): Likewise.
+ (linear_search_fdes): Eliminate type puns.
+
+
+--- gcc-4.4.5/gcc/unwind-dw2-fde.c.orig 2009-09-20 13:07:05.000000000 +0200
++++ gcc-4.4.5/gcc/unwind-dw2-fde.c 2012-07-20 08:43:33.000000000 +0200
+@@ -318,8 +318,9 @@
+ fde_unencoded_compare (struct object *ob __attribute__((unused)),
+ const fde *x, const fde *y)
+ {
+- const _Unwind_Ptr x_ptr = *(const _Unwind_Ptr *) x->pc_begin;
+- const _Unwind_Ptr y_ptr = *(const _Unwind_Ptr *) y->pc_begin;
++ _Unwind_Ptr x_ptr, y_ptr;
++ memcpy (&x_ptr, x->pc_begin, sizeof (_Unwind_Ptr));
++ memcpy (&y_ptr, y->pc_begin, sizeof (_Unwind_Ptr));
+
+ if (x_ptr > y_ptr)
+ return 1;
+@@ -674,7 +675,9 @@
+
+ if (encoding == DW_EH_PE_absptr)
+ {
+- if (*(const _Unwind_Ptr *) this_fde->pc_begin == 0)
++ _Unwind_Ptr ptr;
++ memcpy (&ptr, this_fde->pc_begin, sizeof (_Unwind_Ptr));
++ if (ptr == 0)
+ continue;
+ }
+ else
+@@ -792,8 +795,9 @@
+
+ if (encoding == DW_EH_PE_absptr)
+ {
+- pc_begin = ((const _Unwind_Ptr *) this_fde->pc_begin)[0];
+- pc_range = ((const _Unwind_Ptr *) this_fde->pc_begin)[1];
++ const _Unwind_Ptr *pc_array = (const _Unwind_Ptr *) this_fde->pc_begin;
++ pc_begin = pc_array[0];
++ pc_range = pc_array[1];
+ if (pc_begin == 0)
+ continue;
+ }
+@@ -840,8 +844,10 @@
+ {
+ size_t i = (lo + hi) / 2;
+ const fde *const f = vec->array[i];
+- const void *pc_begin = ((const void *const*) f->pc_begin)[0];
+- const uaddr pc_range = ((const uaddr *) f->pc_begin)[1];
++ void *pc_begin;
++ uaddr pc_range;
++ memcpy (&pc_begin, (const void * const *) f->pc_begin, sizeof (void *));
++ memcpy (&pc_range, (const uaddr *) f->pc_begin + 1, sizeof (uaddr));
+
+ if (pc < pc_begin)
+ hi = i;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-18 19:29:11
|
Revision: 6711
http://ipcop.svn.sourceforge.net/ipcop/?rev=6711&view=rev
Author: gespinasse
Date: 2012-07-18 19:29:05 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
Upgrade DBD-SQLite to 1.37
Use our CFLAGS during build, not -O2
Modified Paths:
--------------
ipcop/trunk/lfs/DBD-SQLite
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
Modified: ipcop/trunk/lfs/DBD-SQLite
===================================================================
--- ipcop/trunk/lfs/DBD-SQLite 2012-07-18 19:19:28 UTC (rev 6710)
+++ ipcop/trunk/lfs/DBD-SQLite 2012-07-18 19:29:05 UTC (rev 6711)
@@ -34,7 +34,7 @@
PKG_NAME = DBD-SQLite
# Odd minor is production, even is development
-VER = 1.35
+VER = 1.37
HOST_ARCH = all
OTHER_SRC = yes
@@ -52,7 +52,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d9752e4a26fa54e74aa893dafd02ceda
+$(DL_FILE)_MD5 = b8ac1c584befa63cd5ffc391b2366e84
install : $(TARGET)
@@ -83,9 +83,10 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- # DBD-SQLite-1.35 include sqlite-3.7.9 (as the test show when using unmodified code)
+ # DBD-SQLite-1.37 include sqlite-3.7.12.1 (as the test show when using unmodified code)
# Use system libsqlite code like debian, fedora : less code, smaller size
- cd $(DIR_APP) && sed -i 's/^if ( 0 ) /if ( 1 ) /' Makefile.PL
+ # Use our CFLAGS instead of OPTIMIZE value
+ cd $(DIR_APP) && sed -i -e 's/^if ( 0 ) /if ( 1 ) /' -e 's/\-O2//' Makefile.PL
cd $(DIR_APP) && perl Makefile.PL
cd $(DIR_APP) && make
ifeq "$(RUNNING_TEST)" "yes"
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 19:19:28 UTC (rev 6710)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 19:29:05 UTC (rev 6711)
@@ -542,6 +542,7 @@
##
## perl CPAN
/usr/lib/perl5/site_perl/5.10.1/IO/Socket/SSL.pm
+/usr/lib/perl5/site_perl/5.10.1/i486-linux/DBD/SQLite.pm
/usr/lib/perl5/site_perl/5.10.1/i486-linux/DBI.pm
/usr/lib/perl5/site_perl/5.10.1/i486-linux/HTML/Entities.pm
/usr/lib/perl5/site_perl/5.10.1/i486-linux/HTML/HeadParser.pm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-18 19:19:34
|
Revision: 6710
http://ipcop.svn.sourceforge.net/ipcop/?rev=6710&view=rev
Author: gespinasse
Date: 2012-07-18 19:19:28 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
Upgrade DBI to 1.622
Modified Paths:
--------------
ipcop/trunk/lfs/DBI
Modified: ipcop/trunk/lfs/DBI
===================================================================
--- ipcop/trunk/lfs/DBI 2012-07-18 19:16:45 UTC (rev 6709)
+++ ipcop/trunk/lfs/DBI 2012-07-18 19:19:28 UTC (rev 6710)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = DBI
-VER = 1.618
+VER = 1.622
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5ad29b56f7457f22bd1ca1c871b30719
+$(DL_FILE)_MD5 = 9836bcf1b9acc842089aa10b16736909
install : $(TARGET)
@@ -90,6 +90,6 @@
endif
cd $(DIR_APP) && make install
- @rm -rf $(DIR_APP)
+ @rm -rf $(DIR_APP) $(DIR_INFO)/*/DBD-SQLite-*
@$(POSTBUILD)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-18 19:16:52
|
Revision: 6709
http://ipcop.svn.sourceforge.net/ipcop/?rev=6709&view=rev
Author: gespinasse
Date: 2012-07-18 19:16:45 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
Upgrade krb to 1.10.2
This need a bit of hack as gcc-4.4 start to be old.
Remove -D_GNU_SOURCE to CFLAGS as on this version, this add more warning than it remove.
Force rebuilding squid after krb5
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/krb5
ipcop/trunk/lfs/krb5
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
ipcop/trunk/updates/2.1.0/setup
Modified: ipcop/trunk/config/rootfiles/common/krb5
===================================================================
--- ipcop/trunk/config/rootfiles/common/krb5 2012-07-18 17:56:40 UTC (rev 6708)
+++ ipcop/trunk/config/rootfiles/common/krb5 2012-07-18 19:16:45 UTC (rev 6709)
@@ -7,6 +7,7 @@
#usr/bin/kpasswd
#usr/bin/krb5-config
#usr/bin/ksu
+#usr/bin/kswitch
#usr/bin/ktutil
#usr/bin/kvno
#usr/bin/sclient
@@ -47,8 +48,11 @@
#usr/include/krb5/krb5.h
#usr/include/krb5/locate_plugin.h
#usr/include/krb5/plugin.h
+#usr/include/krb5/preauth_plugin.h
#usr/include/krb5/pwqual_plugin.h
#usr/include/profile.h
+#usr/include/verto-module.h
+#usr/include/verto.h
#usr/lib/krb5
#usr/lib/krb5/plugins
#usr/lib/krb5/plugins/authdata
@@ -56,7 +60,6 @@
#usr/lib/krb5/plugins/kdb/db2.so
#usr/lib/krb5/plugins/libkrb5
#usr/lib/krb5/plugins/preauth
-#usr/lib/krb5/plugins/preauth/encrypted_challenge.so
#usr/lib/krb5/plugins/preauth/pkinit.so
#usr/lib/libgssapi_krb5.so
usr/lib/libgssapi_krb5.so.2
@@ -76,14 +79,20 @@
#usr/lib/libkadm5srv_mit.so.8
#usr/lib/libkadm5srv_mit.so.8.0
#usr/lib/libkdb5.so
-#usr/lib/libkdb5.so.5
-#usr/lib/libkdb5.so.5.0
+usr/lib/libkdb5.so.6
+usr/lib/libkdb5.so.6.0
#usr/lib/libkrb5.so
usr/lib/libkrb5.so.3
usr/lib/libkrb5.so.3.3
#usr/lib/libkrb5support.so
#usr/lib/libkrb5support.so.0
#usr/lib/libkrb5support.so.0.1
+#usr/lib/libverto-k5ev.so
+#usr/lib/libverto-k5ev.so.0
+#usr/lib/libverto-k5ev.so.0.0
+#usr/lib/libverto.so
+#usr/lib/libverto.so.0
+#usr/lib/libverto.so.0.0
#usr/sbin/gss-server
#usr/sbin/kadmin.local
#usr/sbin/kadmind
@@ -103,6 +112,9 @@
#usr/share/examples/krb5/services.append
#usr/share/gnats
#usr/share/gnats/mit
+#usr/share/locale/en_US
+#usr/share/locale/en_US/LC_MESSAGES
+#usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo
#usr/share/man/man1/k5srvutil.1
#usr/share/man/man1/kadmin.1
#usr/share/man/man1/kdestroy.1
@@ -113,10 +125,14 @@
#usr/share/man/man1/krb5-config.1
#usr/share/man/man1/krb5-send-pr.1
#usr/share/man/man1/ksu.1
+#usr/share/man/man1/kswitch.1
#usr/share/man/man1/ktutil.1
#usr/share/man/man1/kvno.1
#usr/share/man/man1/sclient.1
+#usr/share/man/man5/.k5identity.5
#usr/share/man/man5/.k5login.5
+#usr/share/man/man5/k5identity.5
+#usr/share/man/man5/k5login.5
#usr/share/man/man5/kdc.conf.5
#usr/share/man/man5/krb5.conf.5
#usr/share/man/man8/kadmin.local.8
Modified: ipcop/trunk/lfs/krb5
===================================================================
--- ipcop/trunk/lfs/krb5 2012-07-18 17:56:40 UTC (rev 6708)
+++ ipcop/trunk/lfs/krb5 2012-07-18 19:16:45 UTC (rev 6709)
@@ -33,18 +33,19 @@
include Config
PKG_NAME = krb5
-VER = 1.9.4
+VER = 1.10.2
HOST_ARCH = all
OTHER_SRC = yes
THISAPP = $(PKG_NAME)-$(VER)
DL_FILE = $(THISAPP)-signed.tar
-DL_FROM = http://web.mit.edu/kerberos/dist/krb5/1.9
+DL_FROM = http://web.mit.edu/kerberos/dist/krb5/1.10
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-# -D_GNU_SOURCE solve no previous prototype for 'ptsname_r' warning
-CFLAGS += -fno-strict-aliasing -D_GNU_SOURCE
+# -D_GNU_SOURCE show a mess. It solve no previous prototype for 'ptsname_r' warning
+# but trigger other warnings with asprintf, basename, gai_error, read, stat, write
+CFLAGS += -fno-strict-aliasing
###############################################################################
# Top-level Rules
@@ -54,7 +55,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7e689ed93ea491bc2850c5fd665d0d25
+$(DL_FILE)_MD5 = ddacb6ad7399681ad1506f435a2683b6
install : $(TARGET)
@@ -86,8 +87,21 @@
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
cd $(DIR_SRC) && tar zxf $(THISAPP).tar.gz && rm $(THISAPP).tar.gz*
- # -no-fatal-warnings is at least for the various warning: no previous prototype for ...
+ # Hack : disable -Werror=uninitialized or build fail
+ # Probably gcc-4.4 is less smart than later versions for uninitialized matter
+ cd $(DIR_APP)/src && sed -i 's/ error=uninitialized //' configure
+
+ # gcc-4.4 don't know about #pragma GCC diagnostic push/pop and warn during compilation.
+ # gcc-4.6 is required for that push/pop feature.
+ # That mean gcc-4.4 can't pop diagnostic ignored "-Wuninitialized" and not ignore that warning
+ # Replace pop with diagnostic error
+ sed -i -e 's/^#pragma GCC diagnostic push$$//g' \
+ -e 's/^#pragma GCC diagnostic pop/#pragma GCC diagnostic error "-Wuninitialized"/g' $(DIR_APP)/src/lib/krb5/krb/{x-deltat.y,deltat.c}
+
+ # -no-fatal-warnings is at least for the various warning: no previous prototype for and mktemp is dangerous
# Do not detect python on rebuild with ac_cv_prog_PYTHON=
+ # Don't care that much about libverto that may be used too on a more recent glib.
+ # libverto linked code (krb5kdc kadmind) is not include.
cd $(DIR_APP)/src && \
ac_cv_prog_PYTHON= \
./configure \
@@ -111,5 +125,5 @@
# Some files may remain after tests
@rm -rf /var/tmp/*
- @rm -rf $(DIR_APP)
+ @rm -rf $(DIR_APP) $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/squid-*
@$(POSTBUILD)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 17:56:40 UTC (rev 6708)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 19:16:45 UTC (rev 6709)
@@ -366,10 +366,16 @@
## iw-3.4
/usr/sbin/iw
##
-## krb5-1.9.4
+## krb5-1.10.2
+/usr/lib/libgssapi_krb5.so.2
/usr/lib/libgssapi_krb5.so.2.2
+/usr/lib/libgssrpc.so.4
/usr/lib/libgssrpc.so.4.1
+/usr/lib/libk5crypto.so.3
/usr/lib/libk5crypto.so.3.1
+/usr/lib/libkdb5.so.6
+/usr/lib/libkdb5.so.6.0
+/usr/lib/libkrb5.so.3
/usr/lib/libkrb5.so.3.3
##
## libffi-3.0.11
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-18 17:56:40 UTC (rev 6708)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-18 19:16:45 UTC (rev 6709)
@@ -11,7 +11,7 @@
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
- iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.37, krb5 to 1.9.4,
+ iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.37, krb5 to 1.10.2,
libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2012-07-18 17:56:40 UTC (rev 6708)
+++ ipcop/trunk/updates/2.1.0/setup 2012-07-18 19:16:45 UTC (rev 6709)
@@ -137,6 +137,7 @@
/bin/rm -f /usr/lib/libgcrypt.so
/bin/rm -f /usr/lib/libgcrypt.so.11.7.0
/bin/rm -f /usr/lib/libgmp.so.10.0.{2,3,4}
+/bin/rm -f /usr/lib/libkdb5.so.5.0
/bin/rm -f /usr/lib/liblber-2.4.so.2.8.1
/bin/rm -f /usr/lib/libldap-2.4.so.2.8.1
/bin/rm -f /usr/lib/libltdl.so
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-18 17:56:46
|
Revision: 6708
http://ipcop.svn.sourceforge.net/ipcop/?rev=6708&view=rev
Author: gespinasse
Date: 2012-07-18 17:56:40 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
Unsure this package is still required or usable, maybe misdn could replace. I don't know frankly.
Anyway, clean the compilation log by disabling unused code and tweaking the Makefiles to use our CFLAG
Add the missing menuconfig change for ippp-filter.
That allow me to run make menuconfig and generate a .config with unused parts disabled : divalog, {eicon,hisax,icn,pcbit}ctrl
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/isdn4k-utils
ipcop/trunk/lfs/isdn4k-utils
ipcop/trunk/src/patches/isdn4k-utils-v3.2p1-config.patch
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/config/rootfiles/common/isdn4k-utils
===================================================================
--- ipcop/trunk/config/rootfiles/common/isdn4k-utils 2012-07-17 19:06:06 UTC (rev 6707)
+++ ipcop/trunk/config/rootfiles/common/isdn4k-utils 2012-07-18 17:56:40 UTC (rev 6708)
@@ -1,42 +1,10 @@
-## isdn4k-utils.v3.2p1
-##
-#usr/lib/isdn
-#usr/lib/isdn/ISAR.BIN
-#usr/lib/isdn/dnload.bin
-#usr/lib/isdn/ds4bri.bit
-#usr/lib/isdn/dspdload.bin
-#usr/lib/isdn/loadpg.bin
-#usr/lib/isdn/pc_1t_ca.bin
-#usr/lib/isdn/pc_eu_ca.bin
-#usr/lib/isdn/prload.bin
-#usr/lib/isdn/te_dmlt.pm
-#usr/lib/isdn/te_etsi.p
-#usr/lib/isdn/te_etsi.qm0
-#usr/lib/isdn/te_etsi.qm1
-#usr/lib/isdn/te_etsi.qm2
-#usr/lib/isdn/te_etsi.qm3
-#usr/lib/isdn/te_etsi.sm
-#usr/lib/isdn/te_etsi.sq
-#usr/lib/isdn/te_etsi.sx
-#usr/lib/isdn/te_etsi.sy
-#usr/sbin/divaload
-#usr/sbin/divalog
-#usr/sbin/divalogd
-#usr/sbin/eiconctrl
-#usr/sbin/hisaxctrl
-#usr/sbin/icnctrl
usr/sbin/ipppd
usr/sbin/isdnctrl
-#usr/sbin/pcbitctl
#usr/share/man/man4/isdn_audio.4
#usr/share/man/man4/isdnctrl.4
#usr/share/man/man4/isdninfo.4
#usr/share/man/man4/ttyI.4
#usr/share/man/man7/isdn_cause.7
#usr/share/man/man8/.isdnctrl_conf.8
-#usr/share/man/man8/eiconctrl.8
-#usr/share/man/man8/hisaxctrl.8
-#usr/share/man/man8/icnctrl.8
#usr/share/man/man8/ipppd.8
#usr/share/man/man8/isdnctrl.8
-#usr/share/man/man8/pcbitctl.8
Modified: ipcop/trunk/lfs/isdn4k-utils
===================================================================
--- ipcop/trunk/lfs/isdn4k-utils 2012-07-17 19:06:06 UTC (rev 6707)
+++ ipcop/trunk/lfs/isdn4k-utils 2012-07-18 17:56:40 UTC (rev 6708)
@@ -45,6 +45,8 @@
PATCH1 = $(PKG_NAME)_ippp-filter.diff
+CFLAGS += -fno-strict-aliasing
+
###############################################################################
# Top-level Rules
###############################################################################
@@ -87,32 +89,29 @@
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-c89.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-config.patch
- cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-gcc34.patch
- cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/isdn4k-utils-gcc4.patch
+ # ippp-filter.diff miss the menuconfig part Add that line, so make menuconfig could be run with that option
+ cd $(DIR_APP) && sed -i "/CONFIG_IPPPD_MSCHAP/abool 'Support for PPP filtering (need kernel patch)' CONFIG_IPPP_FILTER" ipppd/.Config.in
+
+ # --with-ippp-filter is not given to configure as all sub configure are run in a loop
+ # That explain why IPPP_FILTER is hacked later for ipppd
+ cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-c89.patch
+ cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-config.patch
+ cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/isdn4k-utils-v3.2p1-gcc34.patch
+ cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/isdn4k-utils-gcc4.patch
cd $(DIR_APP) && sed -i 's%-lt 64%-lt 16%' scripts/makedev.sh
- cd $(DIR_APP)/capi20 && rm -f lt* aclocal.m4
- cd $(DIR_APP)/capi20 && aclocal
- cd $(DIR_APP)/capi20 && libtoolize --force --automake
- cd $(DIR_APP)/capi20 && automake --add-missing
- cd $(DIR_APP)/capi20 && autoconf
- cd $(DIR_APP)/capiinfo && rm -f aclocal.m4
- cd $(DIR_APP)/capiinfo && aclocal
- cd $(DIR_APP)/capiinfo && libtoolize --force --automake
- cd $(DIR_APP)/capiinfo && automake --add-missing
- cd $(DIR_APP)/capiinfo && autoconf
- cd $(DIR_APP)/capiinit && rm -f aclocal.m4
- cd $(DIR_APP)/capiinit && aclocal
- cd $(DIR_APP)/capiinit && libtoolize --force --automake
- cd $(DIR_APP)/capiinit && automake --add-missing
- cd $(DIR_APP)/capiinit && autoconf
+ for d in capi20 capiinfo capiinit; do \
+ cd $(DIR_APP)/$$d && rm -f lt* aclocal.m4 && aclocal && libtoolize -f --automake && automake --add-missing && autoconf; \
+ done
cd $(DIR_APP)/ipppd && autoconf
- cd $(DIR_APP)/ipppd && sed -i -e 's/net\/bpf/pcap/' sys-linux.c
- cd $(DIR_APP)/ipppd && sed -i -e 's/net\/bpf/pcap/' ipppd.h
- cd $(DIR_APP) && make subconfig
- cd $(DIR_APP)/ipppd && sed -i 's/^IPPP_FILTER.*$$/IPPP_FILTER := 1/' Makefile
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/isdn4k-utils-parallel-build.patch
+ cd $(DIR_APP)/ipppd && sed -i -e 's/net\/bpf/pcap/' sys-linux.c ipppd.h
+ cd $(DIR_APP) && make subconfig # run sub configure when available
+ # Use CFLAGS value set, particulary strict-aliasing disabled for ipppd
+ cd $(DIR_APP)/lib && sed -i "s/^CFLAGS.*$$/CFLAGS = $$CFLAGS/" Makefile
+ cd $(DIR_APP)/isdnctrl && sed -i "s/^CFLAGS.*$$/CFLAGS = $$CFLAGS/" Makefile
+ cd $(DIR_APP)/ipppd && sed -i -e 's/^IPPP_FILTER.*$$/IPPP_FILTER := 1/' -e "s/\-O2.*/$$CFLAGS/" Makefile
+ # As eicon code is disabled in .config, eicon/Makefile is not created, so patch don't apply
+ #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/isdn4k-utils-parallel-build.patch
+
cd $(DIR_APP) && make -j $(PARALLELISM)
cd $(DIR_APP) && make install
Modified: ipcop/trunk/src/patches/isdn4k-utils-v3.2p1-config.patch
===================================================================
--- ipcop/trunk/src/patches/isdn4k-utils-v3.2p1-config.patch 2012-07-17 19:06:06 UTC (rev 6707)
+++ ipcop/trunk/src/patches/isdn4k-utils-v3.2p1-config.patch 2012-07-18 17:56:40 UTC (rev 6708)
@@ -1,7 +1,6 @@
-diff -ruN isdn4k-utils.old/.config isdn4k-utils/.config
---- isdn4k-utils.old/.config Thu Jan 1 01:00:00 1970
-+++ isdn4k-utils/.config Mon Dec 1 13:47:00 2003
-@@ -0,0 +1,92 @@
+--- /dev/null 2012-07-09 07:59:47.793200066 +0200
++++ isdn4k-utils/.config 2012-07-18 08:24:40.000000000 +0200
+@@ -0,0 +1,91 @@
+#
+# Automatically generated by make menuconfig: don't edit
+#
@@ -45,12 +44,11 @@
+#
+# Card configuration tools
+#
-+CONFIG_HISAXCTRL=y
-+CONFIG_ICNCTRL=y
-+# CONFIG_ICNCTRL_DEBUG is not set
-+CONFIG_PCBITCTL=y
-+#CONFIG_AVMCAPICTRL is not set
-+CONFIG_EICONCTRL=y
++# CONFIG_HISAXCTRL is not set
++# CONFIG_ICNCTRL is not set
++# CONFIG_PCBITCTL is not set
++# CONFIG_AVMCAPICTRL is not set
++# CONFIG_EICONCTRL is not set
+# CONFIG_LOOPCTRL is not set
+
+#
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-17 19:06:06 UTC (rev 6707)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 17:56:40 UTC (rev 6708)
@@ -359,6 +359,10 @@
/bin/ping
/bin/ping6
##
+## isdn4k-utils-v3.2p1 with -Os -fno-strict-aliasing
+/usr/sbin/ipppd
+/usr/sbin/isdnctrl
+##
## iw-3.4
/usr/sbin/iw
##
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-17 19:06:06 UTC (rev 6707)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-18 17:56:40 UTC (rev 6708)
@@ -4,7 +4,7 @@
<releasedate>2012-04-dd</releasedate>
<size>0</size>
<description>httpd, iputils, gettext, setserial, pcmciautils patched<br />
- cairo recompiled with -O3<br />
+ cairo recompiled with -O3, isdn4k-utils with -Os -fno-strict-aliasing<br />
Add URL filter, xz-5.0.4<br />
Language updates.<br />
Upgrade acpid to 2.0.16, arping to 2.12, bash to 4.2.36, bind to 9.8.3-P1, conntrack-tools to 1.2.1, coreutils to 8.17,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-17 19:06:12
|
Revision: 6707
http://ipcop.svn.sourceforge.net/ipcop/?rev=6707&view=rev
Author: gespinasse
Date: 2012-07-17 19:06:06 +0000 (Tue, 17 Jul 2012)
Log Message:
-----------
Upgrade kernel to 3.0.37
Modified Paths:
--------------
ipcop/trunk/lfs/linux
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/linux
===================================================================
--- ipcop/trunk/lfs/linux 2012-07-15 06:35:32 UTC (rev 6706)
+++ ipcop/trunk/lfs/linux 2012-07-17 19:06:06 UTC (rev 6707)
@@ -34,7 +34,7 @@
PKG_NAME = linux
VER = 3.0
-PATCHLEVEL = 3.0.36
+PATCHLEVEL = 3.0.37
IPCOPKRELEASE = -1
HOST_ARCH = all
OTHER_SRC = yes
@@ -72,7 +72,7 @@
$(GRSECURITYPATCH) = http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH)
$(DL_FILE)_MD5 = ecf932280e2441bdd992423ef3d55f8f
-patch-$(PATCHLEVEL).xz_MD5 = 3217040d0e7ec2def9d7c8c3e4436834
+patch-$(PATCHLEVEL).xz_MD5 = dd3a8dc62c5f9aaf93b19507dbce6e8a
$(GRSECURITYPATCH)_MD5 = b15bb91a07aa2fb030e18c47c91940bb
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-15 06:35:32 UTC (rev 6706)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-17 19:06:06 UTC (rev 6707)
@@ -412,7 +412,7 @@
/usr/lib/libxml2.so.2
/usr/lib/libxml2.so.2.8.0
##
-## linux-3.0-1 (3.0.36)
+## linux-3.0-1 (3.0.37)
/boot/vmlinuz
/boot/vmlinuz-3.0-1
/boot/System.map-3.0-1
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-15 06:35:32 UTC (rev 6706)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-17 19:06:06 UTC (rev 6707)
@@ -11,7 +11,7 @@
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
- iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.36, krb5 to 1.9.4,
+ iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.37, krb5 to 1.9.4,
libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-15 06:35:39
|
Revision: 6706
http://ipcop.svn.sourceforge.net/ipcop/?rev=6706&view=rev
Author: gespinasse
Date: 2012-07-15 06:35:32 +0000 (Sun, 15 Jul 2012)
Log Message:
-----------
Upgrade iptsate to 2.2.5
It was anyway changed by another upgrade, I haven't look if this is my yet uncommited glibc change or netfilter_conntrack upgrade.
Compile with -Wall -Wextra result in a few warnings, none with just -Wall
Modified Paths:
--------------
ipcop/trunk/lfs/iptstate
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/iptstate
===================================================================
--- ipcop/trunk/lfs/iptstate 2012-07-14 11:15:21 UTC (rev 6705)
+++ ipcop/trunk/lfs/iptstate 2012-07-15 06:35:32 UTC (rev 6706)
@@ -32,7 +32,7 @@
include Config
PKG_NAME = iptstate
-VER = 2.2.3
+VER = 2.2.5
HOST_ARCH = all
OTHER_SRC = yes
@@ -50,7 +50,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5238a0c4c4f764a919aba678051698ec
+$(DL_FILE)_MD5 = 5abe47e473bee256adaf8a48b1141a90
install : $(TARGET)
@@ -81,7 +81,7 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && make
+ cd $(DIR_APP) && make CXXFLAGS="$(CXXFLAGS) -Wall -Wextra"
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-14 11:15:21 UTC (rev 6705)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-15 06:35:32 UTC (rev 6706)
@@ -352,6 +352,9 @@
/lib/libxtables.so.7.0.0
/sbin/xtables-multi
##
+## iptstate-2.2.5
+/usr/sbin/iptstate
+##
## iputils-s20101006 with debian patches
/bin/ping
/bin/ping6
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-14 11:15:21 UTC (rev 6705)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-15 06:35:32 UTC (rev 6706)
@@ -11,7 +11,7 @@
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
- iproute2 to 3.4.0, iptables to 1.4.14, iw to 3.4 hdparm to 9.39, kernel to 3.0.36, krb5 to 1.9.4,
+ iproute2 to 3.4.0, iptables to 1.4.14, iptstate to 2.2.5, iw to 3.4 hdparm to 9.39, kernel to 3.0.36, krb5 to 1.9.4,
libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-14 11:15:31
|
Revision: 6705
http://ipcop.svn.sourceforge.net/ipcop/?rev=6705&view=rev
Author: gespinasse
Date: 2012-07-14 11:15:21 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------
Upgrade libnet to 1.1.6
Add -Wall to CFLAGS, this uncover some warnings
The strict-aliasing warning does not appear on more recent compiler version like fedora build log.
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/libnet
ipcop/trunk/lfs/libnet
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
ipcop/trunk/updates/2.1.0/setup
Modified: ipcop/trunk/config/rootfiles/common/libnet
===================================================================
--- ipcop/trunk/config/rootfiles/common/libnet 2012-07-14 07:42:54 UTC (rev 6704)
+++ ipcop/trunk/config/rootfiles/common/libnet 2012-07-14 11:15:21 UTC (rev 6705)
@@ -1,5 +1,3 @@
-## libnet-1.1.5
-##
#usr/bin/libnet-config
#usr/include/libnet
#usr/include/libnet.h
@@ -9,10 +7,9 @@
#usr/include/libnet/libnet-macros.h
#usr/include/libnet/libnet-structures.h
#usr/include/libnet/libnet-types.h
-#usr/lib/libnet.la
-usr/lib/libnet.so
+#usr/lib/libnet.so
usr/lib/libnet.so.1
-usr/lib/libnet.so.1.6.0
+usr/lib/libnet.so.1.7.0
#usr/share/man/man3/libnet-functions.h.3
#usr/share/man/man3/libnet-macros.h.3
#usr/share/man/man3/libnet.h.3
Modified: ipcop/trunk/lfs/libnet
===================================================================
--- ipcop/trunk/lfs/libnet 2012-07-14 07:42:54 UTC (rev 6704)
+++ ipcop/trunk/lfs/libnet 2012-07-14 11:15:21 UTC (rev 6705)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = libnet
-VER = 1.1.5
+VER = 1.1.6
HOST_ARCH = all
OTHER_SRC = yes
@@ -43,6 +43,7 @@
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+CFLAGS += -Wall
###############################################################################
# Top-level Rules
@@ -52,7 +53,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a9bc1d75a610efcfee200d3e28d8eb8f
+$(DL_FILE)_MD5 = 710296fe424a49344e5fcc0d09e53317
install : $(TARGET)
@@ -87,7 +88,7 @@
cd $(DIR_APP) && make -j $(PARALLELISM)
cd $(DIR_APP) && make install
- @rm -rf $(DIR_APP)
+ @rm -rf $(DIR_APP) /usr/lib/libnet.la
# Force rebuilding the dependencies
rm -f $(DIR_INFO)/*/arping-*
@$(POSTBUILD)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-14 07:42:54 UTC (rev 6704)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-14 11:15:21 UTC (rev 6705)
@@ -377,6 +377,10 @@
/usr/lib/libgcrypt.so.11
/usr/lib/libgcrypt.so.11.7.0
##
+## libnet-1.1.6
+/usr/lib/libnet.so.1
+/usr/lib/libnet.so.1.7.0
+##
## libnetfilter_conntrack-1.01
/usr/lib/libnetfilter_conntrack.so.3
/usr/lib/libnetfilter_conntrack.so.3.3.0
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-14 07:42:54 UTC (rev 6704)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-14 11:15:21 UTC (rev 6705)
@@ -12,7 +12,8 @@
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
iproute2 to 3.4.0, iptables to 1.4.14, iw to 3.4 hdparm to 9.39, kernel to 3.0.36, krb5 to 1.9.4,
- libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
+ libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnet to 1.1.6,
+ libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
net-tools to 1.60-p20120127084908, openldap to 2.4.31, openssh to 6.0, openssl to 1.0.1c, openswan to 2.6.38,
pciutils to 3.1.10, pcre to 8.30, pixman to 0.24.4, procps to 3.3.3, psmisc to 22.19,
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2012-07-14 07:42:54 UTC (rev 6704)
+++ ipcop/trunk/updates/2.1.0/setup 2012-07-14 11:15:21 UTC (rev 6705)
@@ -141,6 +141,7 @@
/bin/rm -f /usr/lib/libldap-2.4.so.2.8.1
/bin/rm -f /usr/lib/libltdl.so
/bin/rm -f /usr/lib/liblzma.so.5.0.3
+/bin/rm -f /usr/lib/libnet-1.6.0
/bin/rm -f /usr/lib/libnetfilter_conntrack.so.3.2.0
/bin/rm -f /usr/lib/libnl-3.so.200.5.2
/bin/rm -f /usr/lib/libnl-genl-3.so.200.5.2
@@ -158,6 +159,7 @@
/bin/rm -f /usr/lib/libgd.so
/bin/rm -f /usr/lib/libgpg-error.so
/bin/rm -f /usr/lib/libexpat.so
+/bin/rm -f /usr/lib/libnet.so
/bin/rm -f /usr/lib/libpcre.so
/bin/rm -f /usr/lib/libusb-1.0.so
/bin/rm -f /usr/lib/libusb.so
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-14 07:43:00
|
Revision: 6704
http://ipcop.svn.sourceforge.net/ipcop/?rev=6704&view=rev
Author: gespinasse
Date: 2012-07-14 07:42:54 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------
Fix a racy test adding a sleep, following upstream.
I didn't use the sed used by LFS as it add a $sleep before every ACLOCAL when only one ACLOCAL miss that (line 48)
Modified Paths:
--------------
ipcop/trunk/lfs/automake
Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake 2012-07-12 05:56:56 UTC (rev 6703)
+++ ipcop/trunk/lfs/automake 2012-07-14 07:42:54 UTC (rev 6704)
@@ -81,6 +81,8 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+ # Fix one racy test using upstream fix, remove after 1.12.2
+ cd $(DIR_APP) && sed -i -e '48 s/$$ACLOCAL/$$sleep\n&/' t/aclocal7.sh
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make -j $(PARALLELISM)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-12 05:57:02
|
Revision: 6703
http://ipcop.svn.sourceforge.net/ipcop/?rev=6703&view=rev
Author: gespinasse
Date: 2012-07-12 05:56:56 +0000 (Thu, 12 Jul 2012)
Log Message:
-----------
I miss some code changes that break the sed, adjust
Modified Paths:
--------------
ipcop/trunk/lfs/expat
Modified: ipcop/trunk/lfs/expat
===================================================================
--- ipcop/trunk/lfs/expat 2012-07-11 06:39:19 UTC (rev 6702)
+++ ipcop/trunk/lfs/expat 2012-07-12 05:56:56 UTC (rev 6703)
@@ -87,7 +87,7 @@
ifeq "$(RUNNING_TEST)" "yes"
# fix a few of the numerous warnings deprecated conversion from string constant to 'char*'
- cd $(DIR_APP) && sed -i.bak -e 's/char \*msg/const char *msg/' tests/runtest.{c,h}
+ cd $(DIR_APP) && sed -i.bak -e 's/char \*msg/const char *msg/' tests/runtests.c
-cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-11 06:39:26
|
Revision: 6702
http://ipcop.svn.sourceforge.net/ipcop/?rev=6702&view=rev
Author: gespinasse
Date: 2012-07-11 06:39:19 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
Upgrade libpng from 1.5.10 to 1.5.12, nothing important
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/libpng
ipcop/trunk/lfs/libpng
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
ipcop/trunk/updates/2.1.0/setup
Modified: ipcop/trunk/config/rootfiles/common/libpng
===================================================================
--- ipcop/trunk/config/rootfiles/common/libpng 2012-07-10 05:56:36 UTC (rev 6701)
+++ ipcop/trunk/config/rootfiles/common/libpng 2012-07-11 06:39:19 UTC (rev 6702)
@@ -10,7 +10,7 @@
#usr/lib/libpng.so
#usr/lib/libpng15.so
usr/lib/libpng15.so.15
-usr/lib/libpng15.so.15.10.0
+usr/lib/libpng15.so.15.12.0
#usr/lib/pkgconfig/libpng.pc
#usr/lib/pkgconfig/libpng15.pc
#usr/share/man/man3/libpng.3
Modified: ipcop/trunk/lfs/libpng
===================================================================
--- ipcop/trunk/lfs/libpng 2012-07-10 05:56:36 UTC (rev 6701)
+++ ipcop/trunk/lfs/libpng 2012-07-11 06:39:19 UTC (rev 6702)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = libpng
-VER = 1.5.10
+VER = 1.5.12
HOST_ARCH = all
OTHER_SRC = yes
@@ -54,7 +54,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9c2ac3c3a31de2ab867875718f8de18e
+$(DL_FILE)_MD5 = 0fd51add1da6a0e470e0c726c59171b9
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-10 05:56:36 UTC (rev 6701)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-11 06:39:19 UTC (rev 6702)
@@ -387,9 +387,9 @@
/usr/lib/libnl-genl-3.so.200
/usr/lib/libnl-genl-3.so.200.9.0
##
-## libpng-1.5.10
+## libpng-1.5.12
/usr/lib/libpng15.so.15
-/usr/lib/libpng15.so.15.10.0
+/usr/lib/libpng15.so.15.12.0
##
## libtool-2.4.2
/usr/lib/libltdl.so.7
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-10 05:56:36 UTC (rev 6701)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-11 06:39:19 UTC (rev 6702)
@@ -12,7 +12,7 @@
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
iproute2 to 3.4.0, iptables to 1.4.14, iw to 3.4 hdparm to 9.39, kernel to 3.0.36, krb5 to 1.9.4,
- libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.10,
+ libffi to 3.0.11, libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libnetfiltercontrack to 1.0.1, libnl to 3.2.11, libpng to 1.5.12,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
net-tools to 1.60-p20120127084908, openldap to 2.4.31, openssh to 6.0, openssl to 1.0.1c, openswan to 2.6.38,
pciutils to 3.1.10, pcre to 8.30, pixman to 0.24.4, procps to 3.3.3, psmisc to 22.19,
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2012-07-10 05:56:36 UTC (rev 6701)
+++ ipcop/trunk/updates/2.1.0/setup 2012-07-11 06:39:19 UTC (rev 6702)
@@ -148,7 +148,7 @@
/bin/rm -f /usr/lib/libpcre.so.0.0.1
/bin/rm -f /usr/lib/libpixman-1.so.0
/bin/rm -f /usr/lib/libpixman-1.so.0.22.2
-/bin/rm -f /usr/lib/libpng15.so.15.8.0
+/bin/rm -f /usr/lib/libpng15.so.15.{8,9,10,11}.0
/bin/rm -f /usr/lib/libusb-1.0.so.0.0.0
/bin/rm -f /usr/lib/libxml2.so.2.7.8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-10 05:56:42
|
Revision: 6701
http://ipcop.svn.sourceforge.net/ipcop/?rev=6701&view=rev
Author: gespinasse
Date: 2012-07-10 05:56:36 +0000 (Tue, 10 Jul 2012)
Log Message:
-----------
Upgrade automake to 1.12.2
Modified Paths:
--------------
ipcop/trunk/lfs/automake
Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake 2012-07-09 19:46:07 UTC (rev 6700)
+++ ipcop/trunk/lfs/automake 2012-07-10 05:56:36 UTC (rev 6701)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = automake
-VER = 1.12.1
+VER = 1.12.2
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 036d79de6e443e02aec2be1df2b4f0ac
+$(DL_FILE)_MD5 = 56c3ab38a5ed8f2b825341b4e007372a
install : $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2012-07-09 19:46:21
|
Revision: 6700
http://ipcop.svn.sourceforge.net/ipcop/?rev=6700&view=rev
Author: gespinasse
Date: 2012-07-09 19:46:07 +0000 (Mon, 09 Jul 2012)
Log Message:
-----------
Upgrade bash to 4.2.36
Modified Paths:
--------------
ipcop/trunk/lfs/bash
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/bash
===================================================================
--- ipcop/trunk/lfs/bash 2012-07-09 14:58:02 UTC (rev 6699)
+++ ipcop/trunk/lfs/bash 2012-07-09 19:46:07 UTC (rev 6700)
@@ -67,6 +67,13 @@
PATCH27 := $(PKG_NAME)42-027
PATCH28 := $(PKG_NAME)42-028
PATCH29 := $(PKG_NAME)42-029
+PATCH30 := $(PKG_NAME)42-030
+PATCH31 := $(PKG_NAME)42-031
+PATCH32 := $(PKG_NAME)42-032
+PATCH33 := $(PKG_NAME)42-033
+PATCH34 := $(PKG_NAME)42-034
+PATCH35 := $(PKG_NAME)42-035
+PATCH36 := $(PKG_NAME)42-036
###############################################################################
# Top-level Rules
@@ -94,7 +101,14 @@
$(PATCH26).patch \
$(PATCH27).patch \
$(PATCH28).patch \
- $(PATCH29).patch
+ $(PATCH29).patch \
+ $(PATCH30).patch \
+ $(PATCH31).patch \
+ $(PATCH32).patch \
+ $(PATCH33).patch \
+ $(PATCH34).patch \
+ $(PATCH35).patch \
+ $(PATCH36).patch
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(PATCH1) = $(URL_LFS)/$(PKG_NAME)/$(PATCH1)
@@ -120,6 +134,13 @@
$(PATCH27).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH27)
$(PATCH28).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH28)
$(PATCH29).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH29)
+$(PATCH30).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH30)
+$(PATCH31).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH31)
+$(PATCH32).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH32)
+$(PATCH33).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH33)
+$(PATCH34).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH34)
+$(PATCH35).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH35)
+$(PATCH36).patch = $(DL_FROM)/$(THISAPP)-patches/$(PATCH36)
$(DL_FILE)_MD5 = 3fb927c7c33022f1c327f14a81c0d4b0
$(PATCH1)_MD5 = abae789c2807cb7c7c4c452fa3986f85
@@ -145,6 +166,13 @@
$(PATCH27).patch_MD5 = a6ed82daf034587aee2f2581ba5fe829
$(PATCH28).patch_MD5 = da9265aa2527fd4a7481baa3e0550287
$(PATCH29).patch_MD5 = ec444d229e8899fbaaf6fc7de2d82ae6
+$(PATCH30).patch_MD5 = b4bc1c4dc1b508ff9cdfc44f1a5039b5
+$(PATCH31).patch_MD5 = 89390ff6a3c2ef7e09dd4b8b097a8e56
+$(PATCH32).patch_MD5 = eee08003395c417f677d1a4bf8c548ee
+$(PATCH33).patch_MD5 = 2fe070dd6d75d8ff16f269184a16e9c4
+$(PATCH34).patch_MD5 = 4e610506c1711bf3483b965800ac3d5d
+$(PATCH35).patch_MD5 = 7cd9bfdf7cbfd45274d07620ee94c8d9
+$(PATCH36).patch_MD5 = 9c3142956064d175a880bcb186e51ef9
install : $(TARGET)
@@ -177,8 +205,9 @@
cd $(DIR_APP) && patch -p1 -i $(DIR_DL)/$(PATCH1)
cd $(DIR_APP) && patch -p0 -i $(DIR_DL)/$(PATCH08).patch
cd $(DIR_APP) && patch -p0 -i $(DIR_DL)/$(PATCH09).patch
- # Ubuntu lucid bash version 4.1.5(1) do nothing with $(seq 10 29) (instead use ``) and doesn't like the variable evaluation
- cd $(DIR_APP) && for nb in `seq 10 29`; do patch="$(DIR_DL)/$(PKG_NAME)42-0$$nb.patch";echo "using $$patch"; patch -p0 -i $$patch; done
+ # Ubuntu lucid bash version 4.1.5(1) do nothing with $(seq 10 36), use instead ``.
+ # Same bash version doesn't like the variable evaluation, use a separate patch var
+ cd $(DIR_APP) && for nb in `seq 10 36`; do patch="$(DIR_DL)/$(PKG_NAME)42-0$$nb.patch";echo "using $$patch"; patch -p0 -i $$patch; done
# Fix not a string literal and no format arguments, debian borrowed
cd $(DIR_APP) && patch -p2 -i $(DIR_PATCHES)/$(PKG_NAME)-4.1_hardening-formatstring.patch
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-09 14:58:02 UTC (rev 6699)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-09 19:46:07 UTC (rev 6700)
@@ -88,7 +88,7 @@
## arping-2.12
/usr/sbin/arping
##
-## bash-4.2.29 + format-string patch
+## bash-4.2.36 + format-string patch
/bin/sh
/bin/bash
##
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-07-09 14:58:02 UTC (rev 6699)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-07-09 19:46:07 UTC (rev 6700)
@@ -7,7 +7,7 @@
cairo recompiled with -O3<br />
Add URL filter, xz-5.0.4<br />
Language updates.<br />
- Upgrade acpid to 2.0.16, arping to 2.12, bash to 4.2.29, bind to 9.8.3-P1, conntrack-tools to 1.2.1, coreutils to 8.17,
+ Upgrade acpid to 2.0.16, arping to 2.12, bash to 4.2.36, bind to 9.8.3-P1, conntrack-tools to 1.2.1, coreutils to 8.17,
dhcpcd to 5.5.6, dnsmasq to 2.62,
e2fsprogs to 1.42.4, ethtool to 3.2, expat to 2.1.0, freetype to 2.4.10, fontconfig to 2.9, gawk to 4.0.1, glib to 2.30.3,
gmp to 5.0.5, gnupg to 1.4.12, grep to 2.13, gzip to 1.5,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|