All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11
@ 2013-01-22 11:17 Gustavo Zacarias
  2013-01-22 11:17 ` [Buildroot] [PATCH 2/3] nettle: bump to version 2.6 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-01-22 11:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/samba/samba.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/samba/samba.mk b/package/samba/samba.mk
index 161e507..4eb6a33 100644
--- a/package/samba/samba.mk
+++ b/package/samba/samba.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-SAMBA_VERSION = 3.6.10
+SAMBA_VERSION = 3.6.11
 SAMBA_SITE = http://ftp.samba.org/pub/samba/stable
 SAMBA_SUBDIR = source3
 SAMBA_INSTALL_STAGING = YES
-- 
1.7.12.4

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

* [Buildroot] [PATCH 2/3] nettle: bump to version 2.6
  2013-01-22 11:17 [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Gustavo Zacarias
@ 2013-01-22 11:17 ` Gustavo Zacarias
  2013-01-22 11:17 ` [Buildroot] [PATCH 3/3] mpd: bump to version 0.17.3 Gustavo Zacarias
  2013-01-28 22:18 ` [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-01-22 11:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../nettle-Added-lm-when-linking-nettle-benchmark.patch | 17 -----------------
 package/nettle/nettle.mk                                |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)
 delete mode 100644 package/nettle/nettle-Added-lm-when-linking-nettle-benchmark.patch

diff --git a/package/nettle/nettle-Added-lm-when-linking-nettle-benchmark.patch b/package/nettle/nettle-Added-lm-when-linking-nettle-benchmark.patch
deleted file mode 100644
index ca4d639..0000000
--- a/package/nettle/nettle-Added-lm-when-linking-nettle-benchmark.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Added -lm when linking nettle-benchmark.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff --git a/examples/Makefile.in b/examples/Makefile.in
-index 909fdda..3becd08 100644
---- a/examples/Makefile.in
-+++ b/examples/Makefile.in
-@@ -11,7 +11,7 @@ PRE_CPPFLAGS = -I.. -I$(top_srcdir)
- PRE_LDFLAGS = -L..
- 
- OPENSSL_LIBFLAGS = @OPENSSL_LIBFLAGS@
--BENCH_LIBS = @BENCH_LIBS@
-+BENCH_LIBS = @BENCH_LIBS@ -lm
- 
- RSA_TARGETS = rsa-keygen$(EXEEXT) rsa-sign$(EXEEXT) \
- 	      rsa-verify$(EXEEXT) rsa-encrypt$(EXEEXT) rsa-decrypt$(EXEEXT)
diff --git a/package/nettle/nettle.mk b/package/nettle/nettle.mk
index ae09ecc..5080fab 100644
--- a/package/nettle/nettle.mk
+++ b/package/nettle/nettle.mk
@@ -1,4 +1,4 @@
-NETTLE_VERSION = 2.5
+NETTLE_VERSION = 2.6
 NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
 NETTLE_DEPENDENCIES = gmp
 NETTLE_INSTALL_STAGING = YES
-- 
1.7.12.4

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

* [Buildroot] [PATCH 3/3] mpd: bump to version 0.17.3
  2013-01-22 11:17 [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Gustavo Zacarias
  2013-01-22 11:17 ` [Buildroot] [PATCH 2/3] nettle: bump to version 2.6 Gustavo Zacarias
@ 2013-01-22 11:17 ` Gustavo Zacarias
  2013-01-28 22:18 ` [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-01-22 11:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/mpd/mpd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk
index ab3a357..5fbc8f6 100644
--- a/package/multimedia/mpd/mpd.mk
+++ b/package/multimedia/mpd/mpd.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MPD_VERSION = 0.17.2
+MPD_VERSION = 0.17.3
 MPD_SITE = http://downloads.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION)
 MPD_DEPENDENCIES = host-pkgconf libglib2
 MPD_LICENSE = GPLv2
-- 
1.7.12.4

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

* [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11
  2013-01-22 11:17 [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Gustavo Zacarias
  2013-01-22 11:17 ` [Buildroot] [PATCH 2/3] nettle: bump to version 2.6 Gustavo Zacarias
  2013-01-22 11:17 ` [Buildroot] [PATCH 3/3] mpd: bump to version 0.17.3 Gustavo Zacarias
@ 2013-01-28 22:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-01-28 22:18 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 3, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-01-28 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 11:17 [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 Gustavo Zacarias
2013-01-22 11:17 ` [Buildroot] [PATCH 2/3] nettle: bump to version 2.6 Gustavo Zacarias
2013-01-22 11:17 ` [Buildroot] [PATCH 3/3] mpd: bump to version 0.17.3 Gustavo Zacarias
2013-01-28 22:18 ` [Buildroot] [PATCH 1/3] samba: bump to version 3.6.11 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.