syslog-ng: add upstream pull request link

This commit is contained in:
wiz 2021-09-16 09:32:03 +00:00
parent 2873251268
commit a256d607a0
3 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.17 2021/09/16 09:22:47 wiz Exp $
$NetBSD: distinfo,v 1.18 2021/09/16 09:32:03 wiz Exp $
SHA1 (syslog-ng-3.34.1.tar.gz) = b0c02f7ca30d6b29722630c7c62961f1941c886f
RMD160 (syslog-ng-3.34.1.tar.gz) = 2e8759268de8a57d631eab7d6ea3577ad5feb401
SHA512 (syslog-ng-3.34.1.tar.gz) = f4df871f780b2e55e847d3ac108d0647659cac2493180d29436f04a4b75d38b90aba8adcd38f6337dce8f69d6aba9ff33fd3d8dc0f86021a29f60a21747e9a10
Size (syslog-ng-3.34.1.tar.gz) = 5903489 bytes
SHA1 (patch-ac) = 7d48f689b6ff69c68697baf729fba8be9aec5ce8
SHA1 (patch-configure) = 94d1ffade36a2c3d2385657403872a0240a80277
SHA1 (patch-lib_signal-handler.c) = 52206c566c2fcb418208deb2940ab1e69168344a
SHA1 (patch-configure) = d4ae0c21ac4287b765bc4411db9873be8bdb0853
SHA1 (patch-lib_signal-handler.c) = 440a9d0df0da613817c943b8244e98e50c92bbb2

View file

@ -1,6 +1,7 @@
$NetBSD: patch-configure,v 1.4 2021/09/16 09:22:47 wiz Exp $
$NetBSD: patch-configure,v 1.5 2021/09/16 09:32:03 wiz Exp $
Portability.
https://github.com/syslog-ng/syslog-ng/pull/3786
--- configure.orig 2021-09-10 11:02:58.000000000 +0000
+++ configure

View file

@ -1,6 +1,7 @@
$NetBSD: patch-lib_signal-handler.c,v 1.2 2021/09/16 09:22:47 wiz Exp $
$NetBSD: patch-lib_signal-handler.c,v 1.3 2021/09/16 09:32:03 wiz Exp $
sigaction() is the old, compat syscall. On NetBSD call the up to date one.
https://github.com/syslog-ng/syslog-ng/pull/3786
--- lib/signal-handler.c.orig 2021-06-09 18:47:52.838429049 +0200
+++ lib/signal-handler.c 2021-06-09 18:48:47.322106570 +0200