* [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0
@ 2012-06-08 15:30 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 2/7] sqlite: bump to version 3.7.12.1 Gustavo Zacarias
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libfuse/libfuse.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
index 15c63ab..c95ea3e 100644
--- a/package/libfuse/libfuse.mk
+++ b/package/libfuse/libfuse.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIBFUSE_VERSION = 2.8.7
+LIBFUSE_VERSION = 2.9.0
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION)
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/7] sqlite: bump to version 3.7.12.1
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 3/7] dnsmasq: bump to version 2.62 Gustavo Zacarias
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15: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 165b991..2c23582 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,7 +4,7 @@
#
#############################################################
-SQLITE_VERSION = 3071200
+SQLITE_VERSION = 3071201
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] 8+ messages in thread
* [Buildroot] [PATCH 3/7] dnsmasq: bump to version 2.62
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 2/7] sqlite: bump to version 3.7.12.1 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 4/7] zlib: bump to version 1.2.7 Gustavo Zacarias
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/dnsmasq/dnsmasq.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 4aa7cfb..2b22c10 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@
#
#############################################################
-DNSMASQ_VERSION = 2.61
+DNSMASQ_VERSION = 2.62
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 4/7] zlib: bump to version 1.2.7
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 2/7] sqlite: bump to version 3.7.12.1 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 3/7] dnsmasq: bump to version 2.62 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 5/7] bison: bump to version 2.5.1 Gustavo Zacarias
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/zlib/zlib.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk
index eca98b8..8f7a18e 100644
--- a/package/zlib/zlib.mk
+++ b/package/zlib/zlib.mk
@@ -4,7 +4,7 @@
#
#############################################################
-ZLIB_VERSION = 1.2.6
+ZLIB_VERSION = 1.2.7
ZLIB_SOURCE =zlib-$(ZLIB_VERSION).tar.bz2
ZLIB_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
ZLIB_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 5/7] bison: bump to version 2.5.1
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
` (2 preceding siblings ...)
2012-06-08 15:30 ` [Buildroot] [PATCH 4/7] zlib: bump to version 1.2.7 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 6/7] lighttpd: bump to version 1.4.31 Gustavo Zacarias
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/bison/bison.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index a1de39a..51325bd 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
#
#############################################################
-BISON_VERSION = 2.5
+BISON_VERSION = 2.5.1
BISON_SITE = $(BR2_GNU_MIRROR)/bison
BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 6/7] lighttpd: bump to version 1.4.31
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
` (3 preceding siblings ...)
2012-06-08 15:30 ` [Buildroot] [PATCH 5/7] bison: bump to version 2.5.1 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 7/7] bzip2: security bump to version 1.0.6 Gustavo Zacarias
2012-06-10 20:00 ` [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Peter Korsgaard
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...atch => lighttpd-Fix-default-config-file.patch} | 0
package/lighttpd/lighttpd.mk | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
rename package/lighttpd/{lighttpd-1.4.30-Fix-default-config-file.patch => lighttpd-Fix-default-config-file.patch} (100%)
diff --git a/package/lighttpd/lighttpd-1.4.30-Fix-default-config-file.patch b/package/lighttpd/lighttpd-Fix-default-config-file.patch
similarity index 100%
rename from package/lighttpd/lighttpd-1.4.30-Fix-default-config-file.patch
rename to package/lighttpd/lighttpd-Fix-default-config-file.patch
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index 8d1f212..c7fae32 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIGHTTPD_VERSION = 1.4.30
+LIGHTTPD_VERSION = 1.4.31
LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x
LIGHTTPD_DEPENDENCIES = host-pkg-config
LIGHTTPD_CONF_OPT = \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 7/7] bzip2: security bump to version 1.0.6
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
` (4 preceding siblings ...)
2012-06-08 15:30 ` [Buildroot] [PATCH 6/7] lighttpd: bump to version 1.4.31 Gustavo Zacarias
@ 2012-06-08 15:30 ` Gustavo Zacarias
2012-06-10 20:00 ` [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Peter Korsgaard
6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-06-08 15:30 UTC (permalink / raw)
To: buildroot
Bump bzip2 to version 1.0.6 to fix CVE-2010-0405
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/bzip2/bzip2.mk | 29 ++++++++++++++---------------
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
index 1bc4449..59c993e 100644
--- a/package/bzip2/bzip2.mk
+++ b/package/bzip2/bzip2.mk
@@ -3,15 +3,14 @@
# bzip2
#
#############################################################
-BZIP2_VERSION:=1.0.5
-BZIP2_SONAME=1.0.4
-BZIP2_SOURCE:=bzip2-$(BZIP2_VERSION).tar.gz
-BZIP2_SITE:=http://www.bzip.org/$(BZIP2_VERSION)
-BZIP2_INSTALL_STAGING=YES
+
+BZIP2_VERSION = 1.0.6
+BZIP2_SITE = http://www.bzip.org/$(BZIP2_VERSION)
+BZIP2_INSTALL_STAGING = YES
define BZIP2_FIX_MAKEFILE
$(SED) "s,ln \$$(,ln -snf \$$(,g" $(@D)/Makefile
- $(SED) "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$(BZIP2_SONAME) \
+ $(SED) "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$(BZIP2_VERSION)) \
libbz2.so,g" $(@D)/Makefile-libbz2_so
$(SED) "s:-O2:$(TARGET_CFLAGS):" $(@D)/Makefile
$(SED) "s:-O2:$(TARGET_CFLAGS):" $(@D)/Makefile-libbz2_so
@@ -42,12 +41,12 @@ define BZIP2_INSTALL_STAGING_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) \
$(MAKE) PREFIX=$(STAGING_DIR)/usr -C $(@D) install
$(INSTALL) -m 0755 -d $(STAGING_DIR)/usr/lib
- cp $(@D)/libbz2.so.$(BZIP2_SONAME) $(STAGING_DIR)/usr/lib/
+ cp $(@D)/libbz2.so.$(BZIP2_VERSION) $(STAGING_DIR)/usr/lib/
cp $(@D)/libbz2.a $(STAGING_DIR)/usr/lib/
(cd $(STAGING_DIR)/usr/lib/; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1.0; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so.1.0; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so.1; \
)
endef
@@ -56,11 +55,11 @@ define BZIP2_INSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,bzip2 bunzip2 bzcat)
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) \
$(MAKE) PREFIX=$(TARGET_DIR)/usr -C $(@D) install
- cp $(@D)/libbz2.so.$(BZIP2_SONAME) $(TARGET_DIR)/usr/lib/
+ cp $(@D)/libbz2.so.$(BZIP2_VERSION) $(TARGET_DIR)/usr/lib/
(cd $(TARGET_DIR)/usr/lib; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1.0; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1; \
- ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so.1.0; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so.1; \
+ ln -snf libbz2.so.$(BZIP2_VERSION) libbz2.so; \
)
(cd $(TARGET_DIR)/usr/bin; \
ln -snf bzip2 bunzip2; \
@@ -84,7 +83,7 @@ endef
define HOST_BZIP2_FIX_MAKEFILE
$(SED) "s,ln \$$(,ln -snf \$$(,g" $(@D)/Makefile
- $(SED) "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$(BZIP2_SONAME) \
+ $(SED) "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$(BZIP2_VERSION) \
libbz2.so,g" $(@D)/Makefile-libbz2_so
$(SED) "s:-O2:$(HOST_CFLAGS):" $(@D)/Makefile
$(SED) "s:-O2:$(HOST_CFLAGS):" $(@D)/Makefile-libbz2_so
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
` (5 preceding siblings ...)
2012-06-08 15:30 ` [Buildroot] [PATCH 7/7] bzip2: security bump to version 1.0.6 Gustavo Zacarias
@ 2012-06-10 20:00 ` Peter Korsgaard
6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2012-06-10 20:00 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, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-06-10 20:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 15:30 [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 2/7] sqlite: bump to version 3.7.12.1 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 3/7] dnsmasq: bump to version 2.62 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 4/7] zlib: bump to version 1.2.7 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 5/7] bison: bump to version 2.5.1 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 6/7] lighttpd: bump to version 1.4.31 Gustavo Zacarias
2012-06-08 15:30 ` [Buildroot] [PATCH 7/7] bzip2: security bump to version 1.0.6 Gustavo Zacarias
2012-06-10 20:00 ` [Buildroot] [PATCH 1/7] libfuse: bump to version 2.9.0 Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.