Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4
@ 2013-05-23 14:29 Arn R
  2013-05-26 19:05 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Arn R @ 2013-05-23 14:29 UTC (permalink / raw)
  To: buildroot

The changelog for logrotate indicates some CVE's were fixed in 3.8.0.
(changelog at http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)

Signed-off-by: Arn R <arnerro@gmail.com>
---
 package/logrotate/logrotate.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk
index da8e4b3..c920b46 100644
--- a/package/logrotate/logrotate.mk
+++ b/package/logrotate/logrotate.mk
@@ -3,7 +3,7 @@
 # logrotate
 #
 #############################################################
-LOGROTATE_VERSION = 3.7.9
+LOGROTATE_VERSION = 3.8.4
 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz
 LOGROTATE_SITE = https://fedorahosted.org/releases/l/o/logrotate/
 LOGROTATE_LICENSE = GPLv2+
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4
  2013-05-23 14:29 [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4 Arn R
@ 2013-05-26 19:05 ` Peter Korsgaard
  2013-05-29 15:46   ` Arne Rovet
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2013-05-26 19:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Arn" == Arn R <arnerro@gmail.com> writes:

 Arn> The changelog for logrotate indicates some CVE's were fixed in 3.8.0.
 Arn> (changelog at http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)
 Arn> Signed-off-by: Arn R <arnerro@gmail.com>

Looks good, but please sign off with you full name.

Could you resend this and the gpsd patch with your real name?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4
@ 2013-05-29 13:42 Arne Rovet
  2013-05-29 17:14 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Arne Rovet @ 2013-05-29 13:42 UTC (permalink / raw)
  To: buildroot

The changelog for logrotate indicates some CVE's were fixed in 3.8.0.
(changelog at http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)

Signed-off-by: Arne Rovet <arnerro@gmail.com>
---
 package/logrotate/logrotate.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk
index da8e4b3..c920b46 100644
--- a/package/logrotate/logrotate.mk
+++ b/package/logrotate/logrotate.mk
@@ -3,7 +3,7 @@
 # logrotate
 #
 #############################################################
-LOGROTATE_VERSION = 3.7.9
+LOGROTATE_VERSION = 3.8.4
 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz
 LOGROTATE_SITE = https://fedorahosted.org/releases/l/o/logrotate/
 LOGROTATE_LICENSE = GPLv2+
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4
  2013-05-26 19:05 ` Peter Korsgaard
@ 2013-05-29 15:46   ` Arne Rovet
  0 siblings, 0 replies; 5+ messages in thread
From: Arne Rovet @ 2013-05-29 15:46 UTC (permalink / raw)
  To: buildroot

On 27 May 2013 05:05, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Arn" == Arn R <arnerro@gmail.com> writes:
>
>  Arn> The changelog for logrotate indicates some CVE's were fixed in 3.8.0.
>  Arn> (changelog at http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)
>  Arn> Signed-off-by: Arn R <arnerro@gmail.com>
>
> Looks good, but please sign off with you full name.
>
> Could you resend this and the gpsd patch with your real name?
>
Ok, resent this patch with name.

> --
> Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4
  2013-05-29 13:42 Arne Rovet
@ 2013-05-29 17:14 ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-05-29 17:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Arne" == Arne Rovet <arnerro@gmail.com> writes:

 Arne> The changelog for logrotate indicates some CVE's were fixed in 3.8.0.

 Arne> (changelog at
 Arne> http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-05-29 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 14:29 [Buildroot] [PATCH 1/1] logrotate: Bump version to 3.8.4 Arn R
2013-05-26 19:05 ` Peter Korsgaard
2013-05-29 15:46   ` Arne Rovet
  -- strict thread matches above, loose matches on Subject: below --
2013-05-29 13:42 Arne Rovet
2013-05-29 17:14 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox