All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2
@ 2014-01-04 12:11 Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 2/4] haveged: bump to version 1.8 Gustavo Zacarias
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-04 12:11 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 0b303dd..7f1f0f5 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 SQUID_VERSION_MAJOR = 3.4
-SQUID_VERSION = $(SQUID_VERSION_MAJOR).1
+SQUID_VERSION = $(SQUID_VERSION_MAJOR).2
 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
 SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
 SQUID_LICENSE = GPLv2+
-- 
1.8.3.2

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

* [Buildroot] [PATCH 2/4] haveged: bump to version 1.8
  2014-01-04 12:11 [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Gustavo Zacarias
@ 2014-01-04 12:11 ` Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 3/4] iftop: bump to version 1.0pre3 Gustavo Zacarias
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-04 12:11 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk
index 99dbe41..c0e3ba3 100644
--- a/package/haveged/haveged.mk
+++ b/package/haveged/haveged.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HAVEGED_VERSION = 1.7c
+HAVEGED_VERSION = 1.8
 HAVEGED_SITE = http://www.issihosts.com/haveged
 HAVEGED_LICENSE = GPLv3+
 HAVEGED_LICENSE_FILES = COPYING
-- 
1.8.3.2

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

* [Buildroot] [PATCH 3/4] iftop: bump to version 1.0pre3
  2014-01-04 12:11 [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 2/4] haveged: bump to version 1.8 Gustavo Zacarias
@ 2014-01-04 12:11 ` Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 4/4] grep: bump to version 2.16 Gustavo Zacarias
  2014-01-04 20:07 ` [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-04 12:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/iftop/iftop.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/iftop/iftop.mk b/package/iftop/iftop.mk
index de2f1b1..29ec61a 100644
--- a/package/iftop/iftop.mk
+++ b/package/iftop/iftop.mk
@@ -4,11 +4,9 @@
 #
 ################################################################################
 
-IFTOP_VERSION = 1.0pre2
+IFTOP_VERSION = 1.0pre3
 IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download/
-
 IFTOP_DEPENDENCIES = ncurses libpcap
-
 IFTOP_LICENSE = GPLv2+
 IFTOP_LICENSE_FILES = COPYING
 
-- 
1.8.3.2

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

* [Buildroot] [PATCH 4/4] grep: bump to version 2.16
  2014-01-04 12:11 [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 2/4] haveged: bump to version 1.8 Gustavo Zacarias
  2014-01-04 12:11 ` [Buildroot] [PATCH 3/4] iftop: bump to version 1.0pre3 Gustavo Zacarias
@ 2014-01-04 12:11 ` Gustavo Zacarias
  2014-01-04 20:07 ` [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-04 12:11 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 91ef7de..6a039d9 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GREP_VERSION = 2.15
+GREP_VERSION = 2.16
 GREP_SITE = $(BR2_GNU_MIRROR)/grep
 GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
 GREP_LICENSE = GPLv3+
-- 
1.8.3.2

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

* [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2
  2014-01-04 12:11 [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2014-01-04 12:11 ` [Buildroot] [PATCH 4/4] grep: bump to version 2.16 Gustavo Zacarias
@ 2014-01-04 20:07 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-01-04 20:07 UTC (permalink / raw)
  To: buildroot

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

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

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-01-04 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04 12:11 [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 Gustavo Zacarias
2014-01-04 12:11 ` [Buildroot] [PATCH 2/4] haveged: bump to version 1.8 Gustavo Zacarias
2014-01-04 12:11 ` [Buildroot] [PATCH 3/4] iftop: bump to version 1.0pre3 Gustavo Zacarias
2014-01-04 12:11 ` [Buildroot] [PATCH 4/4] grep: bump to version 2.16 Gustavo Zacarias
2014-01-04 20:07 ` [Buildroot] [PATCH 1/4] squid: bump to version 3.4.2 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.