Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsyslog: update to 8.2012.0.
@ 2021-01-01 13:56 mobinmob
  2021-01-15  0:01 ` [PR PATCH] [Updated] " mobinmob
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: mobinmob @ 2021-01-01 13:56 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/27596

rsyslog: update to 8.2012.0.


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

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

From f4a6951feb9bf17a7b4787f9932ccb3360b6ff78 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Jan 2021 15:51:55 +0200
Subject: [PATCH] rsyslog: update to 8.2012.0.

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

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 07caecb9fef..e3afb45062d 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
+version=8.2012.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=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
@ 2021-01-15  0:01 ` mobinmob
  2021-01-17  0:18 ` [PR REVIEW] " Piraty
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-01-15  0:01 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/27596

rsyslog: update to 8.2012.0.


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

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

From 39721cb5c086a58665ee64fd1ee31077450a5ea1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Jan 2021 15:51:55 +0200
Subject: [PATCH] rsyslog: update to 8.2012.0.

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

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 07caecb9fef..c916dbab794 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
+version=8.2012.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=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -40,6 +40,10 @@ post_install() {
 	vconf ${FILESDIR}/rsyslog.conf
 }
 
+do_check() {
+	:
+}
+
 rsyslog-gssapi_package() {
 	lib32disabled=yes
 	depends="rsyslog"

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

* Re: [PR REVIEW] rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
  2021-01-15  0:01 ` [PR PATCH] [Updated] " mobinmob
@ 2021-01-17  0:18 ` Piraty
  2021-01-17  9:39 ` mobinmob
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2021-01-17  0:18 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/27596#discussion_r559056625

Comment:
why

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

* Re: [PR REVIEW] rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
  2021-01-15  0:01 ` [PR PATCH] [Updated] " mobinmob
  2021-01-17  0:18 ` [PR REVIEW] " Piraty
@ 2021-01-17  9:39 ` mobinmob
  2021-01-17  9:40 ` mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-01-17  9:39 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27596#discussion_r559115804

Comment:
Package builds on all archs and works on x86_64. I am not interested on fixing the failing test suite or to document why it fails. I am interested in building and using it. 

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

* Re: [PR REVIEW] rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
                   ` (2 preceding siblings ...)
  2021-01-17  9:39 ` mobinmob
@ 2021-01-17  9:40 ` mobinmob
  2021-01-18 11:57 ` Piraty
  2021-02-02 14:12 ` [PR PATCH] [Closed]: " mobinmob
  5 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-01-17  9:40 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27596#discussion_r559115804

Comment:
Package builds on all archs and works on x86_64. I am not interested on fixing the failing test suite or documenting why it fails. I am interested in building and using it. 

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

* Re: [PR REVIEW] rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
                   ` (3 preceding siblings ...)
  2021-01-17  9:40 ` mobinmob
@ 2021-01-18 11:57 ` Piraty
  2021-02-02 14:12 ` [PR PATCH] [Closed]: " mobinmob
  5 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2021-01-18 11:57 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/27596#discussion_r559516130

Comment:
you are not surprised me asking you `why` if you don't document your rationale for disabling this, are you?
there's a reason CI runs do_check now, so you are at least expected to investigate and document your findings.

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

* Re: [PR PATCH] [Closed]: rsyslog: update to 8.2012.0.
  2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
                   ` (4 preceding siblings ...)
  2021-01-18 11:57 ` Piraty
@ 2021-02-02 14:12 ` mobinmob
  5 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-02-02 14:12 UTC (permalink / raw)
  To: ml

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

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

rsyslog: update to 8.2012.0.
https://github.com/void-linux/void-packages/pull/27596

Description:


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

* [PR PATCH] rsyslog: update to 8.2012.0.
@ 2021-02-18 21:05 ailiop-git
  0 siblings, 0 replies; 8+ messages in thread
From: ailiop-git @ 2021-02-18 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/28855

rsyslog: update to 8.2012.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 37ffea21e3adc74bb7dd0a954a543526663d1058 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 18 Feb 2021 22:01:16 +0100
Subject: [PATCH] rsyslog: update to 8.2012.0.

---
 srcpkgs/rsyslog/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 3b1b62e164b..0770b17c59c 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,7 +1,7 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=2
+version=8.2012.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
@@ -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=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

end of thread, other threads:[~2021-02-18 21:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01 13:56 [PR PATCH] rsyslog: update to 8.2012.0 mobinmob
2021-01-15  0:01 ` [PR PATCH] [Updated] " mobinmob
2021-01-17  0:18 ` [PR REVIEW] " Piraty
2021-01-17  9:39 ` mobinmob
2021-01-17  9:40 ` mobinmob
2021-01-18 11:57 ` Piraty
2021-02-02 14:12 ` [PR PATCH] [Closed]: " mobinmob
2021-02-18 21:05 [PR PATCH] " ailiop-git

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).