Revision: 7002
          http://ipcop.svn.sourceforge.net/ipcop/?rev=7002&view=rev
Author:   gespinasse
Date:     2013-04-19 19:41:09 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Upgrade dnsmasq to 2.66
This fix a few issues from previous releases
Add 2 commits post 2.66 as that fixe one issue from 2.66 and another older one.

ipset feature is enabled by default, still need to add ipset package.

I removed disabling IPV6 as we have done that on other packages.
This remove a few unused warnings too.

Replace -W by -Wextra as this is the same and -Wextra is the modern form.

Modified Paths:
--------------
    ipcop/trunk/lfs/dnsmasq
    ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
    ipcop/trunk/updates/2.1.0/information.xml

Modified: ipcop/trunk/lfs/dnsmasq
===================================================================
--- ipcop/trunk/lfs/dnsmasq     2013-04-16 10:50:29 UTC (rev 7001)
+++ ipcop/trunk/lfs/dnsmasq     2013-04-19 19:41:09 UTC (rev 7002)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = dnsmasq
-VER        = 2.65
+VER        = 2.66
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 23b411df85291a0be4d2ce037fa4ac6f
+$(DL_FILE)_MD5 = cd1c70dd66d2e3ad02b66ca6af4ebf20
 
 install : $(TARGET)
 
@@ -81,10 +81,13 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+       # for 2.66 only
+       cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/$(THISAPP)_upstream.patch
+
        cd $(DIR_APP) && sed -i \
                -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' \
                -e 's/^#define CHGRP .*$$/#define CHGRP "dnsmasq"/' src/config.h
-       cd $(DIR_APP) && make COPTS=-DNO_IPV6 CFLAGS="$(CFLAGS) -Wall -W"
+       cd $(DIR_APP) && make CFLAGS="$(CFLAGS) -Wall -Wextra"
        cd $(DIR_APP) && make PREFIX=/usr install
 
        ln -sf /var/ipcop/dhcp/dnsmasq.conf /etc/dnsmasq.conf

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-04-16 10:50:29 UTC 
(rev 7001)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-04-19 19:41:09 UTC 
(rev 7002)
@@ -204,7 +204,7 @@
 ## dhcpcd-5.6.8
 /usr/sbin/dhcpcd
 ##
-## dnsmasq-2.65
+## dnsmasq-2.66
 /usr/sbin/dnsmasq
 ##
 ## e2fsprogs-1.42.7

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2013-04-16 10:50:29 UTC (rev 
7001)
+++ ipcop/trunk/updates/2.1.0/information.xml   2013-04-19 19:41:09 UTC (rev 
7002)
@@ -8,7 +8,7 @@
             Add xz-5.0.4<br />
             Language updates.<br />
             Upgrade acpid to 2.0.17, arping to 2.13, bash to 4.2.45, bind to 
9.8.4-P2, CnxADSL to ..PIM-2.6-2.7
-            conntrack-tools to 1.2.2, coreutils to 8.21, dhcpcd to 5.6.8, 
dnsmasq to 2.65,
+            conntrack-tools to 1.2.2, coreutils to 8.21, dhcpcd to 5.6.8, 
dnsmasq to 2.66,
             e2fsprogs to 1.42.7, ethtool to 3.6, expat to 2.1.0, freetype to 
2.4.11, fontconfig to 2.9,
             gawk to 4.0.2, GD to 2.49, gettext to 0.18.2, glib to 2.30.3, gmp 
to 5.0.5, gnupg to 1.4.13, grep to 2.14, gzip to 1.5,
             iproute2 to 3.7.0, iptables to 1.4.18, iptstate to 2.2.5, iputils 
to s20121221, iw to 3.8,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to