* [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18
@ 2011-12-11 15:25 Gustavo Zacarias
2011-12-11 15:25 ` [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4 Gustavo Zacarias
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2011-12-11 15:25 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 c5f66f6..a2160f1 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -4,7 +4,7 @@
#
#############################################################
-SQUID_VERSION = 3.1.16
+SQUID_VERSION = 3.1.18
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] 9+ messages in thread
* [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
@ 2011-12-11 15:25 ` Gustavo Zacarias
2011-12-11 21:54 ` Peter Korsgaard
2011-12-11 15:25 ` [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+ Gustavo Zacarias
` (3 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2011-12-11 15:25 UTC (permalink / raw)
To: buildroot
Bump vsftpd to version 2.3.4
Fixes build issues with binutils 2.22+ and changed upstream URL
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...tch => vsftpd-2.3.4-dont-force-largefile.patch} | 0
package/vsftpd/vsftpd.mk | 5 ++---
2 files changed, 2 insertions(+), 3 deletions(-)
rename package/vsftpd/{vsftpd-2.3.2-dont-force-largefile.patch => vsftpd-2.3.4-dont-force-largefile.patch} (100%)
diff --git a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
similarity index 100%
rename from package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch
rename to package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk
index 4490287..e67ab4a 100644
--- a/package/vsftpd/vsftpd.mk
+++ b/package/vsftpd/vsftpd.mk
@@ -3,10 +3,9 @@
# vsftpd
#
#############################################################
-VSFTPD_VERSION = 2.3.2
-VSFTPD_SOURCE = vsftpd-$(VSFTPD_VERSION).tar.gz
-VSFTPD_SITE = ftp://vsftpd.beasts.org/users/cevans
+VSFTPD_VERSION = 2.3.4
+VSFTPD_SITE = https://security.appspot.com/downloads
VSFTPD_LIBS = -lcrypt
define VSFTPD_ENABLE_SSL
--
1.7.3.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
2011-12-11 15:25 ` [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4 Gustavo Zacarias
@ 2011-12-11 15:25 ` Gustavo Zacarias
2011-12-11 16:46 ` Thomas Petazzoni
2011-12-11 15:25 ` [Buildroot] [PATCH 4/5] wavpack: " Gustavo Zacarias
` (2 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2011-12-11 15:25 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/multimedia/faad2/faad2.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/faad2/faad2.mk b/package/multimedia/faad2/faad2.mk
index 366515c..2913272 100644
--- a/package/multimedia/faad2/faad2.mk
+++ b/package/multimedia/faad2/faad2.mk
@@ -7,5 +7,8 @@
FAAD2_VERSION = 2.7
FAAD2_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/faac
FAAD2_INSTALL_STAGING = YES
+# Fix for binutils 2.22+ new default --no-copy-dt-needed
+# Requires libm
+FAAD2_CONF_ENV = LIBS="-lm"
$(eval $(call AUTOTARGETS))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/5] wavpack: fix broken build with binutils 2.22+
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
2011-12-11 15:25 ` [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4 Gustavo Zacarias
2011-12-11 15:25 ` [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+ Gustavo Zacarias
@ 2011-12-11 15:25 ` Gustavo Zacarias
2011-12-11 15:26 ` [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
2011-12-11 21:53 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Peter Korsgaard
4 siblings, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2011-12-11 15:25 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/multimedia/wavpack/wavpack.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/wavpack/wavpack.mk b/package/multimedia/wavpack/wavpack.mk
index 8b0af0b..9680385 100644
--- a/package/multimedia/wavpack/wavpack.mk
+++ b/package/multimedia/wavpack/wavpack.mk
@@ -11,6 +11,8 @@ WAVPACK_INSTALL_STAGING = YES
ifneq ($(BR2_ENABLE_LOCALE),y)
WAVPACK_DEPENDENCIES += libiconv
+# Fix for binutils 2.22+ new default --no-copy-dt-needed
+WAVPACK_CONF_ENV = LIBS="-liconv"
endif
$(eval $(call AUTOTARGETS))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
` (2 preceding siblings ...)
2011-12-11 15:25 ` [Buildroot] [PATCH 4/5] wavpack: " Gustavo Zacarias
@ 2011-12-11 15:26 ` Gustavo Zacarias
2011-12-11 21:55 ` Peter Korsgaard
2011-12-11 21:53 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Peter Korsgaard
4 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2011-12-11 15:26 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../xdriver_xf86-video-sis.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk b/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
index 8343761..69a5d52 100644
--- a/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
+++ b/package/x11r7/xdriver_xf86-video-sis/xdriver_xf86-video-sis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDRIVER_XF86_VIDEO_SIS_VERSION = 0.10.2
+XDRIVER_XF86_VIDEO_SIS_VERSION = 0.10.3
XDRIVER_XF86_VIDEO_SIS_SOURCE = xf86-video-sis-$(XDRIVER_XF86_VIDEO_SIS_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_SIS_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_SIS_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+
2011-12-11 15:25 ` [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+ Gustavo Zacarias
@ 2011-12-11 16:46 ` Thomas Petazzoni
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2011-12-11 16:46 UTC (permalink / raw)
To: buildroot
Le Sun, 11 Dec 2011 12:25:58 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :
> +FAAD2_CONF_ENV = LIBS="-lm"
Instead of this, wouldn't it be better to carry a patch against the
package that makes the necessary modification ? I think a patch has
more chance to get removed appropriately when a new upstream version
that fixes the problem has been released.
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
` (3 preceding siblings ...)
2011-12-11 15:26 ` [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
@ 2011-12-11 21:53 ` Peter Korsgaard
4 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2011-12-11 21:53 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4
2011-12-11 15:25 ` [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4 Gustavo Zacarias
@ 2011-12-11 21:54 ` Peter Korsgaard
0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2011-12-11 21:54 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Bump vsftpd to version 2.3.4
Gustavo> Fixes build issues with binutils 2.22+ and changed upstream URL
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3
2011-12-11 15:26 ` [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
@ 2011-12-11 21:55 ` Peter Korsgaard
0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2011-12-11 21:55 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-12-11 21:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11 15:25 [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 Gustavo Zacarias
2011-12-11 15:25 ` [Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4 Gustavo Zacarias
2011-12-11 21:54 ` Peter Korsgaard
2011-12-11 15:25 ` [Buildroot] [PATCH 3/5] faad2: fix broken build with binutils 2.22+ Gustavo Zacarias
2011-12-11 16:46 ` Thomas Petazzoni
2011-12-11 15:25 ` [Buildroot] [PATCH 4/5] wavpack: " Gustavo Zacarias
2011-12-11 15:26 ` [Buildroot] [PATCH 5/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
2011-12-11 21:55 ` Peter Korsgaard
2011-12-11 21:53 ` [Buildroot] [PATCH 1/5] squid: bump to version 3.1.18 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.