* [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20
@ 2012-06-23 11:29 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 2/5] libnl: bump to version 3.2.11 Gustavo Zacarias
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-06-23 11:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/squid/squid.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 9cdbeb5..9db2197 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -4,7 +4,7 @@
#
#############################################################
-SQUID_VERSION = 3.1.19
+SQUID_VERSION = 3.1.20
SQUID_SITE = http://www.squid-cache.org/Versions/v3/3.1
SQUID_DEPENDENCIES = libcap host-libcap
SQUID_CONF_ENV = ac_cv_epoll_works=yes ac_cv_func_setresuid=yes \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/5] libnl: bump to version 3.2.11
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
@ 2012-06-23 11:29 ` Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 3/5] gzip: bump to version 1.5 Gustavo Zacarias
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-06-23 11:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libnl/libnl.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index a723701..82d9b76 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIBNL_VERSION = 3.2.9
+LIBNL_VERSION = 3.2.11
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
LIBNL_INSTALL_STAGING = YES
LIBNL_DEPENDENCIES = host-bison
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/5] gzip: bump to version 1.5
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 2/5] libnl: bump to version 3.2.11 Gustavo Zacarias
@ 2012-06-23 11:29 ` Gustavo Zacarias
2012-06-23 11:30 ` [Buildroot] [PATCH 4/5] sqlite: bump to version 3.7.13 Gustavo Zacarias
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-06-23 11:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/gzip/gzip.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk
index f712f98..5fad001 100644
--- a/package/gzip/gzip.mk
+++ b/package/gzip/gzip.mk
@@ -3,8 +3,8 @@
# gzip
#
#############################################################
-GZIP_VERSION:=1.4
-GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz
-GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip
+
+GZIP_VERSION = 1.5
+GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
$(eval $(call AUTOTARGETS))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 4/5] sqlite: bump to version 3.7.13
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 2/5] libnl: bump to version 3.2.11 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 3/5] gzip: bump to version 1.5 Gustavo Zacarias
@ 2012-06-23 11:30 ` Gustavo Zacarias
2012-06-23 11:30 ` [Buildroot] [PATCH 5/5] mysql_client: security bump to version 5.1.63 Gustavo Zacarias
2012-06-23 12:20 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Peter Korsgaard
4 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-06-23 11:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/sqlite/sqlite.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 2c23582..62ea661 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,7 +4,7 @@
#
#############################################################
-SQLITE_VERSION = 3071201
+SQLITE_VERSION = 3071300
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org
SQLITE_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 5/5] mysql_client: security bump to version 5.1.63
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
` (2 preceding siblings ...)
2012-06-23 11:30 ` [Buildroot] [PATCH 4/5] sqlite: bump to version 3.7.13 Gustavo Zacarias
@ 2012-06-23 11:30 ` Gustavo Zacarias
2012-06-23 12:20 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Peter Korsgaard
4 siblings, 0 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2012-06-23 11:30 UTC (permalink / raw)
To: buildroot
Bump to version 5.1.63 to fix CVE-2012-2122
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...eck.patch => mysql_client-ac_cache_check.patch} | 0
...=> mysql_client-configure-ps-cache-check.patch} | 0
...h => mysql_client-use-new-readline-iface.patch} | 0
package/mysql_client/mysql_client.mk | 2 +-
4 files changed, 1 insertions(+), 1 deletions(-)
rename package/mysql_client/{mysql_client-5.1.62-ac_cache_check.patch => mysql_client-ac_cache_check.patch} (100%)
rename package/mysql_client/{mysql_client-5.1.62-configure-ps-cache-check.patch => mysql_client-configure-ps-cache-check.patch} (100%)
rename package/mysql_client/{mysql_client-5.1.62-use-new-readline-iface.patch => mysql_client-use-new-readline-iface.patch} (100%)
diff --git a/package/mysql_client/mysql_client-5.1.62-ac_cache_check.patch b/package/mysql_client/mysql_client-ac_cache_check.patch
similarity index 100%
rename from package/mysql_client/mysql_client-5.1.62-ac_cache_check.patch
rename to package/mysql_client/mysql_client-ac_cache_check.patch
diff --git a/package/mysql_client/mysql_client-5.1.62-configure-ps-cache-check.patch b/package/mysql_client/mysql_client-configure-ps-cache-check.patch
similarity index 100%
rename from package/mysql_client/mysql_client-5.1.62-configure-ps-cache-check.patch
rename to package/mysql_client/mysql_client-configure-ps-cache-check.patch
diff --git a/package/mysql_client/mysql_client-5.1.62-use-new-readline-iface.patch b/package/mysql_client/mysql_client-use-new-readline-iface.patch
similarity index 100%
rename from package/mysql_client/mysql_client-5.1.62-use-new-readline-iface.patch
rename to package/mysql_client/mysql_client-use-new-readline-iface.patch
diff --git a/package/mysql_client/mysql_client.mk b/package/mysql_client/mysql_client.mk
index a1640c3..ad330ae 100644
--- a/package/mysql_client/mysql_client.mk
+++ b/package/mysql_client/mysql_client.mk
@@ -4,7 +4,7 @@
#
#############################################################
-MYSQL_CLIENT_VERSION = 5.1.62
+MYSQL_CLIENT_VERSION = 5.1.63
MYSQL_CLIENT_SOURCE = mysql-$(MYSQL_CLIENT_VERSION).tar.gz
MYSQL_CLIENT_SITE = http://downloads.skysql.com/archives/mysql-5.1
MYSQL_CLIENT_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
` (3 preceding siblings ...)
2012-06-23 11:30 ` [Buildroot] [PATCH 5/5] mysql_client: security bump to version 5.1.63 Gustavo Zacarias
@ 2012-06-23 12:20 ` Peter Korsgaard
4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-06-23 12:20 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed entire series, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-06-23 12:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-23 11:29 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 2/5] libnl: bump to version 3.2.11 Gustavo Zacarias
2012-06-23 11:29 ` [Buildroot] [PATCH 3/5] gzip: bump to version 1.5 Gustavo Zacarias
2012-06-23 11:30 ` [Buildroot] [PATCH 4/5] sqlite: bump to version 3.7.13 Gustavo Zacarias
2012-06-23 11:30 ` [Buildroot] [PATCH 5/5] mysql_client: security bump to version 5.1.63 Gustavo Zacarias
2012-06-23 12:20 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.20 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox