ports/contrib (3.4): wireguard: remove duplicate port
commit cd830fe833c6d14878cf72e96188022dd95ea8c5 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Sep 1 16:02:32 2018 +0200 wireguard: remove duplicate port diff --git a/wireguard/.footprint b/wireguard/.footprint deleted file mode 100644 index 8efd88e8..00000000 --- a/wireguard/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root lib/ -drwxr-xr-x root/root lib/modules/ -drwxr-xr-x root/root lib/modules/<kernel-version>/ -drwxr-xr-x root/root lib/modules/<kernel-version>/extra/ --rw-r--r-- root/root lib/modules/<kernel-version>/extra/wireguard.ko -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/wg -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/wg.8.gz diff --git a/wireguard/.signature b/wireguard/.signature deleted file mode 100644 index 6076b610..00000000 --- a/wireguard/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31Si4blaNzhChUUbLx6QjriE9h6mHj6L5Bu3Eag25hvllbbb6/gMO6NlPZsT9oVDbfqyioWzlTQTMunkBu78aws= -SHA256 (Pkgfile) = 85d418c5cfabc2d6e56a162e9acf448b9bd90ab17cacfd8b3b84f2fe575e3568 -SHA256 (.footprint) = d0016fbd53212eddba4f3e8417e8d5b72bcfa4b294b774b3fb8061ef01d9acf8 -SHA256 (WireGuard-0.0.20180809.tar.xz) = 3e351c42d22de427713f1da06d21189c5896a694a66cf19233a7c33295676f19 diff --git a/wireguard/Pkgfile b/wireguard/Pkgfile deleted file mode 100644 index 96d21f3e..00000000 --- a/wireguard/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: WireGuard userspace tool and out-of-tree kernel module -# URL: https://www.wireguard.com/ -# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru -# Depends on: libmnl - -name=wireguard -version=0.0.20180809 -release=1 -source=(https://git.zx2c4.com/WireGuard/snapshot/WireGuard-$version.tar.xz) - -build() { - cd WireGuard-$version/src - make - make DESTDIR=$PKG -C tools install - - install -d $PKG/lib/modules/$(uname -r)/extra - install -m 0644 *.ko $PKG/lib/modules/$(uname -r)/extra/ - - rm -r $PKG/usr/share/bash-completion -} diff --git a/wireguard/README b/wireguard/README deleted file mode 100644 index 7a43d937..00000000 --- a/wireguard/README +++ /dev/null @@ -1,9 +0,0 @@ -Required kernel config for WireGuard: - -[*] Networking support --> - Networking options --> - [*] TCP/IP networking - [*] IP: Foo (IP protocols) over UDP -[*] Cryptographic API --> - [*] Cryptographic algorithm manager -
participants (1)
-
crux@crux.nu