Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1
@ 2012-05-23 13:29 Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 2/7] ipset: bump to version 6.12.1 Gustavo Zacarias
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../libnetfilter-conntrack.mk                      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
index 66f0f69..3313e23 100644
--- a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
+++ b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LIBNETFILTER_CONNTRACK_VERSION = 1.0.0
+LIBNETFILTER_CONNTRACK_VERSION = 1.0.1
 LIBNETFILTER_CONNTRACK_SOURCE = libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_VERSION).tar.bz2
 LIBNETFILTER_CONNTRACK_SITE = http://www.netfilter.org/projects/libnetfilter_conntrack/files
 LIBNETFILTER_CONNTRACK_INSTALL_STAGING = YES
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 2/7] ipset: bump to version 6.12.1
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 3/7] nbd: bump to version 3.1 Gustavo Zacarias
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ipset/ipset.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
index 06393f4..3cd1263 100644
--- a/package/ipset/ipset.mk
+++ b/package/ipset/ipset.mk
@@ -4,10 +4,9 @@
 #
 #############################################################
 
-IPSET_VERSION = 6.11
+IPSET_VERSION = 6.12.1
 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
 IPSET_SITE = http://ipset.netfilter.org
-IPSET_AUTORECONF = YES
 IPSET_DEPENDENCIES = libmnl host-pkg-config
 IPSET_CONF_OPT = --with-kmod=no
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 3/7] nbd: bump to version 3.1
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 2/7] ipset: bump to version 6.12.1 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 4/7] libidn: bump to version 1.25 Gustavo Zacarias
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/nbd/nbd.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk
index 62ae9be..15997af 100644
--- a/package/nbd/nbd.mk
+++ b/package/nbd/nbd.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-NBD_VERSION = 3.0
+NBD_VERSION = 3.1
 NBD_SOURCE = nbd-$(NBD_VERSION).tar.bz2
 NBD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
 NBD_CONF_OPT = $(if $(BR2_LARGEFILE),--enable-lfs,--disable-lfs)
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 4/7] libidn: bump to version 1.25
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 2/7] ipset: bump to version 6.12.1 Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 3/7] nbd: bump to version 3.1 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 5/7] audiofile: bump to version 0.3.4 Gustavo Zacarias
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libidn/libidn.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk
index 935240b..6d2bea6 100644
--- a/package/libidn/libidn.mk
+++ b/package/libidn/libidn.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LIBIDN_VERSION = 1.24
+LIBIDN_VERSION = 1.25
 LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
 LIBIDN_INSTALL_STAGING = YES
 LIBIDN_CONF_ENV = EMACS="no"
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 5/7] audiofile: bump to version 0.3.4
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2012-05-23 13:29 ` [Buildroot] [PATCH 4/7] libidn: bump to version 1.25 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 6/7] mpg123: bump to version 1.14.2 Gustavo Zacarias
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/audiofile/audiofile.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk
index a49cc3e..5f09f95 100644
--- a/package/audiofile/audiofile.mk
+++ b/package/audiofile/audiofile.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-AUDIOFILE_VERSION = 0.3.3
+AUDIOFILE_VERSION = 0.3.4
 AUDIOFILE_SITE = http://audiofile.68k.org
 AUDIOFILE_INSTALL_STAGING = YES
 AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 6/7] mpg123: bump to version 1.14.2
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2012-05-23 13:29 ` [Buildroot] [PATCH 5/7] audiofile: bump to version 0.3.4 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 13:29 ` [Buildroot] [PATCH 7/7] bind: bump to version 9.6-ESV-R7 Gustavo Zacarias
  2012-05-23 20:26 ` [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/mpg123/mpg123.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index 4635740..793812f 100644
--- a/package/multimedia/mpg123/mpg123.mk
+++ b/package/multimedia/mpg123/mpg123.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MPG123_VERSION = 1.14.1
+MPG123_VERSION = 1.14.2
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
 MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 7/7] bind: bump to version 9.6-ESV-R7
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2012-05-23 13:29 ` [Buildroot] [PATCH 6/7] mpg123: bump to version 1.14.2 Gustavo Zacarias
@ 2012-05-23 13:29 ` Gustavo Zacarias
  2012-05-23 20:26 ` [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-05-23 13:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/bind/bind.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 987bd4e..eb7b9c0 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-BIND_VERSION = 9.6-ESV-R6
+BIND_VERSION = 9.6-ESV-R7
 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 BIND_MAKE = $(MAKE1)
 BIND_TARGET_SBINS = lwresd named named-checkconf named-checkzone
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1
  2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2012-05-23 13:29 ` [Buildroot] [PATCH 7/7] bind: bump to version 9.6-ESV-R7 Gustavo Zacarias
@ 2012-05-23 20:26 ` Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2012-05-23 20:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed all 7 to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-23 20:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:29 [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 2/7] ipset: bump to version 6.12.1 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 3/7] nbd: bump to version 3.1 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 4/7] libidn: bump to version 1.25 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 5/7] audiofile: bump to version 0.3.4 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 6/7] mpg123: bump to version 1.14.2 Gustavo Zacarias
2012-05-23 13:29 ` [Buildroot] [PATCH 7/7] bind: bump to version 9.6-ESV-R7 Gustavo Zacarias
2012-05-23 20:26 ` [Buildroot] [PATCH 1/7] libnetfilter-conntrack: bump to version 1.0.1 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox