Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ulogd: enable pcap output as a build option
@ 2021-06-06 23:15 ailiop-git
  2021-06-07 13:58 ` ahesford
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ailiop-git @ 2021-06-06 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages ulogd
https://github.com/void-linux/void-packages/pull/31331

ulogd: enable pcap output as a build option
<!-- 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/31331.patch is attached

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

From 8e62caad68a73208053a53ed67dbc199dfd770db Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Mon, 7 Jun 2021 01:11:45 +0200
Subject: [PATCH] ulogd: enable pcap output as a build option

---
 srcpkgs/ulogd/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ulogd/template b/srcpkgs/ulogd/template
index d656fbe7a3d5..424d13220cd9 100644
--- a/srcpkgs/ulogd/template
+++ b/srcpkgs/ulogd/template
@@ -1,21 +1,25 @@
 # Template file for 'ulogd'
 pkgname=ulogd
 version=2.0.7
-revision=1
+revision=2
 build_style=gnu-configure
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
+configure_args="--sbindir=/usr/bin"
 hostmakedepends="pkg-config automake"
 makedepends="libnfnetlink-devel libmnl-devel libnetfilter_log-devel
- libnetfilter_conntrack-devel libnetfilter_acct-devel"
+ libnetfilter_conntrack-devel libnetfilter_acct-devel
+ $(vopt_if pcap libpcap-devel)"
+short_desc="Userspace logging daemon for netfilter/iptables related logging"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-only"
 homepage="http://www.netfilter.org/projects/ulogd/"
-short_desc="A userspace logging daemon for netfilter/iptables related logging"
 distfiles="${homepage}/files/${pkgname}-${version}.tar.bz2"
 checksum=990a05494d9c16029ba0a83f3b7294fc05c756546b8d60d1c1572dc25249a92b
-configure_args="--sbindir=/usr/bin"
 CFLAGS="-D_GNU_SOURCE"
 system_accounts="_ulogd"
 
+build_options="pcap"
+build_options_default="pcap"
+
 post_install() {
 	vinstall ulogd.conf 644 etc
 	vinstall ${FILESDIR}/ulogd.logrotate 644 etc/logrotate.d ulogd

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

end of thread, other threads:[~2021-06-10 14:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 23:15 [PR PATCH] ulogd: enable pcap output as a build option ailiop-git
2021-06-07 13:58 ` ahesford
2021-06-07 14:04 ` ailiop-git
2021-06-10  0:57 ` ericonr
2021-06-10  9:40 ` ailiop-git
2021-06-10  9:44 ` [PR PATCH] [Updated] " ailiop-git
2021-06-10 14:45 ` [PR PATCH] [Merged]: " ericonr
2021-06-10 14:45 ` ericonr

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