Github messages for voidlinux
 help / color / mirror / Atom feed
From: Goorzhel <Goorzhel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rsyslog: restore logrotate file
Date: Fri, 26 Aug 2022 03:59:59 +0200	[thread overview]
Message-ID: <20220826015959.weK4ch7C2vpqLh2xb6cVDyU8r7ATeRjaUqSBBjX4odk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38899@inbox.vuxu.org>

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

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

https://github.com/Goorzhel/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/38899

rsyslog: restore logrotate file
Mysteriously deleted in a908103f241.

This will likely affect a lot of machines. Worth an announcement (or a different way to do this)?

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 680ee165ddd40f7f12f308361259df82055209e6 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Mon, 22 Aug 2022 16:49:18 -0700
Subject: [PATCH 1/2] rsyslog: restore logrotate file

Mysteriously deleted in a908103f241.
---
 srcpkgs/rsyslog/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 62684029acb3..cceb1b7e3a7b 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,7 +1,7 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
 version=8.2204.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
@@ -41,6 +41,7 @@ pre_configure() {
 post_install() {
 	vsv rsyslogd
 	vconf ${FILESDIR}/rsyslog.conf
+	vinstall ${FILESDIR}/rsyslog.logrotate 644 etc/logrotate.d rsyslog
 }
 
 rsyslog-gssapi_package() {

From 0cf0e3a576075dbb295226642ae2127145a17220 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Thu, 25 Aug 2022 18:42:43 -0700
Subject: [PATCH 2/2] rsyslog: no checks on musl

---
 srcpkgs/rsyslog/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index cceb1b7e3a7b..bfca335d0da4 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -29,6 +29,7 @@ disable_parallel_build=yes
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"
+	make_check=no  # some tests sporadically SIGSEGV
 fi
 
 pre_configure() {

  reply	other threads:[~2022-08-26  2:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25  2:19 [PR PATCH] " Goorzhel
2022-08-26  1:59 ` Goorzhel [this message]
2022-10-19  2:18 ` [PR REVIEW] " classabbyamp
2022-10-19  2:21 ` [PR PATCH] [Updated] " Goorzhel
2023-01-18  2:00 ` rsyslog: restore logrotate file; relax musl checks github-actions
2023-01-18  2:59 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220826015959.weK4ch7C2vpqLh2xb6cVDyU8r7ATeRjaUqSBBjX4odk@z \
    --to=goorzhel@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).