[arch-commits] Commit in netfilter-fullconenat/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 7 13:35:10 UTC 2020


    Date: Sunday, June 7, 2020 @ 13:35:10
  Author: heftig
Revision: 640047

r73.0cf3b48-24: linux 5.7.1.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:34:12 UTC (rev 640046)
+++ PKGBUILD	2020-06-07 13:35:10 UTC (rev 640047)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=23
+pkgrel=24
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat"
@@ -34,6 +34,7 @@
   # Install modules-load.conf
   install -Dm644 netfilter-fullconenat.conf "${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
 
+  strip --strip-debug $pkgname/*.ko
   install -Dt "${pkgdir}/usr/lib/modules/$(</usr/src/linux/version)/kernel/net/netfilter" -m644 \
     $pkgname/*.ko
   find "${pkgdir}" -name '*.ko' -exec gzip -n {} +



More information about the arch-commits mailing list