mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sysklogd: Version bump. 2.5.0 -> 2.5.1
@ 2023-08-03 12:21 Christian Melki
  2023-08-07  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-08-03 12:21 UTC (permalink / raw)
  To: ptxdist

Minor bugfix release.
https://github.com/troglobit/sysklogd/releases/tag/v2.5.1

* Be more explicit about option for the logger binary
since we install the tool by default.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/sysklogd.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/sysklogd.make b/rules/sysklogd.make
index c751b3928..a985ad60e 100644
--- a/rules/sysklogd.make
+++ b/rules/sysklogd.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SYSKLOGD) += sysklogd
 #
 # Paths and names
 #
-SYSKLOGD_VERSION	:= 2.5.0
-SYSKLOGD_MD5		:= db7afc3400fd56fcb0618fc50a9750fb
+SYSKLOGD_VERSION	:= 2.5.1
+SYSKLOGD_MD5		:= 8193220708cc348e0cc919227ff0b7fe
 SYSKLOGD		:= sysklogd-$(SYSKLOGD_VERSION)
 SYSKLOGD_SUFFIX		:= tar.gz
 SYSKLOGD_URL		:= https://github.com/troglobit/sysklogd/releases/download/v$(SYSKLOGD_VERSION)/$(SYSKLOGD).$(SYSKLOGD_SUFFIX)
@@ -32,7 +32,8 @@ SYSKLOGD_LICENSE	:= BSD-3-Clause
 #
 SYSKLOGD_CONF_TOOL = autoconf
 SYSKLOGD_CONF_OPT = \
-	$(CROSS_AUTOCONF_USR)
+	$(CROSS_AUTOCONF_USR) \
+	--with-logger
 
 # ----------------------------------------------------------------------------
 # Install
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] sysklogd: Version bump. 2.5.0 -> 2.5.1
  2023-08-03 12:21 [ptxdist] [PATCH] sysklogd: Version bump. 2.5.0 -> 2.5.1 Christian Melki
@ 2023-08-07  6:50 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-08-07  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 80f37076cc68bb2c63fd44920476d5bbc6189f8e.

Michael

[sent from post-receive hook]

On Mon, 07 Aug 2023 08:50:38 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfix release.
> https://github.com/troglobit/sysklogd/releases/tag/v2.5.1
> 
> * Be more explicit about option for the logger binary
> since we install the tool by default.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230803122105.3960809-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sysklogd.make b/rules/sysklogd.make
> index c751b3928d98..a985ad60efa6 100644
> --- a/rules/sysklogd.make
> +++ b/rules/sysklogd.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SYSKLOGD) += sysklogd
>  #
>  # Paths and names
>  #
> -SYSKLOGD_VERSION	:= 2.5.0
> -SYSKLOGD_MD5		:= db7afc3400fd56fcb0618fc50a9750fb
> +SYSKLOGD_VERSION	:= 2.5.1
> +SYSKLOGD_MD5		:= 8193220708cc348e0cc919227ff0b7fe
>  SYSKLOGD		:= sysklogd-$(SYSKLOGD_VERSION)
>  SYSKLOGD_SUFFIX		:= tar.gz
>  SYSKLOGD_URL		:= https://github.com/troglobit/sysklogd/releases/download/v$(SYSKLOGD_VERSION)/$(SYSKLOGD).$(SYSKLOGD_SUFFIX)
> @@ -32,7 +32,8 @@ SYSKLOGD_LICENSE	:= BSD-3-Clause
>  #
>  SYSKLOGD_CONF_TOOL = autoconf
>  SYSKLOGD_CONF_OPT = \
> -	$(CROSS_AUTOCONF_USR)
> +	$(CROSS_AUTOCONF_USR) \
> +	--with-logger
>  
>  # ----------------------------------------------------------------------------
>  # Install



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

end of thread, other threads:[~2023-08-07  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 12:21 [ptxdist] [PATCH] sysklogd: Version bump. 2.5.0 -> 2.5.1 Christian Melki
2023-08-07  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich

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