Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsyslog: update to 8.2006.0.
@ 2020-07-07 10:40 mobinmob
  2020-07-07 18:10 ` mobinmob
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mobinmob @ 2020-07-07 10:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/23445

rsyslog: update to 8.2006.0.


A patch file from https://github.com/void-linux/void-packages/pull/23445.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rsyslog-23445.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]

From 4e58c765c28deccc8af423f549ae074b22bd361c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 7 Jul 2020 13:40:08 +0300
Subject: [PATCH] rsyslog: update to 8.2006.0.

---
 srcpkgs/rsyslog/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 32eb6646d1f..d1734805dd9 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2004.0
+version=8.2006.0
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -18,7 +18,7 @@ license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=5fc3d7b775f0879a40606d960491812a602e22f62e006ce027ed7bcf4c9f27d9
+checksum=d9589e64866f2fdc5636af4cae9d60ebf1e3257bb84b81ee953ede6a05878e97
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
@ 2020-07-07 18:10 ` mobinmob
  2020-07-07 18:17 ` Chocimier
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-07-07 18:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/23445#issuecomment-655034404

Comment:
```
ompgsql.c:43:10: fatal error: libpq-fe.h: No such file or directory

   43 | #include <libpq-fe.h>

      |          ^~~~~~~~~~~~

compilation terminated.
```

Only when cross-building... Build and tested locally on x86_64.

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

* Re: rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
  2020-07-07 18:10 ` mobinmob
@ 2020-07-07 18:17 ` Chocimier
  2020-07-08 21:36 ` Chocimier
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-07-07 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23445#issuecomment-655038496

Comment:
I probably broken pg_config, let me see.

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

* Re: rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
  2020-07-07 18:10 ` mobinmob
  2020-07-07 18:17 ` Chocimier
@ 2020-07-08 21:36 ` Chocimier
  2020-07-24 11:51 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-07-08 21:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23445#issuecomment-655770926

Comment:
It's pkgconfig files, not pg_config. I'll rebuild more revdeps before pushing fix.

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
                   ` (2 preceding siblings ...)
  2020-07-08 21:36 ` Chocimier
@ 2020-07-24 11:51 ` mobinmob
  2020-07-24 12:26 ` mobinmob
  2020-07-29 17:15 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-07-24 11:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/23445

rsyslog: update to 8.2006.0.


A patch file from https://github.com/void-linux/void-packages/pull/23445.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rsyslog-23445.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]

From b39892c7b154c0954f2f09055bf7ebd03a73ea93 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 7 Jul 2020 13:40:08 +0300
Subject: [PATCH] rsyslog: update to 8.2006.0.

---
 srcpkgs/rsyslog/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 32eb6646d1f..d1734805dd9 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2004.0
+version=8.2006.0
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -18,7 +18,7 @@ license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=5fc3d7b775f0879a40606d960491812a602e22f62e006ce027ed7bcf4c9f27d9
+checksum=d9589e64866f2fdc5636af4cae9d60ebf1e3257bb84b81ee953ede6a05878e97
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
                   ` (3 preceding siblings ...)
  2020-07-24 11:51 ` [PR PATCH] [Updated] " mobinmob
@ 2020-07-24 12:26 ` mobinmob
  2020-07-29 17:15 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-07-24 12:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/23445#issuecomment-663513702

Comment:
Rebased, it is building everywhere. Thanks @Chocimier !

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

* Re: [PR PATCH] [Merged]: rsyslog: update to 8.2006.0.
  2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
                   ` (4 preceding siblings ...)
  2020-07-24 12:26 ` mobinmob
@ 2020-07-29 17:15 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-07-29 17:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

There's a merged pull request on the void-packages repository

rsyslog: update to 8.2006.0.
https://github.com/void-linux/void-packages/pull/23445

Description:


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

end of thread, other threads:[~2020-07-29 17:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 10:40 [PR PATCH] rsyslog: update to 8.2006.0 mobinmob
2020-07-07 18:10 ` mobinmob
2020-07-07 18:17 ` Chocimier
2020-07-08 21:36 ` Chocimier
2020-07-24 11:51 ` [PR PATCH] [Updated] " mobinmob
2020-07-24 12:26 ` mobinmob
2020-07-29 17:15 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).