diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/ndisc6 | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/ndisc6')
| -rw-r--r-- | opt/ndisc6/.footprint | 29 | ||||
| -rw-r--r-- | opt/ndisc6/.signature | 6 | ||||
| -rw-r--r-- | opt/ndisc6/MAKEPKG | 45 |
3 files changed, 80 insertions, 0 deletions
diff --git a/opt/ndisc6/.footprint b/opt/ndisc6/.footprint new file mode 100644 index 0000000..3adb0e9 --- /dev/null +++ b/opt/ndisc6/.footprint @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/addr2name +-rwxr-xr-x root/root usr/bin/name2addr +-rwxr-xr-x root/root usr/bin/ndisc6 +-rwxr-xr-x root/root usr/bin/rdisc6 +-rwxr-xr-x root/root usr/bin/rltraceroute6 +-rwxr-xr-x root/root usr/bin/tcpspray +-rwxr-xr-x root/root usr/bin/tcpspray6 +-rwxr-xr-x root/root usr/bin/tcptraceroute6 +-rwxr-xr-x root/root usr/bin/tracert6 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/addr2name.1.gz +-rw-r--r-- root/root usr/share/man/man1/tcpspray.1.gz +lrwxrwxrwx root/root usr/share/man/man1/name2addr.1.gz -> addr2name.1.gz +lrwxrwxrwx root/root usr/share/man/man1/tcpspray6.1.gz -> tcpspray.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ndisc6.8.gz +-rw-r--r-- root/root usr/share/man/man8/rdisc6.8.gz +-rw-r--r-- root/root usr/share/man/man8/rltraceroute6.8.gz +lrwxrwxrwx root/root usr/share/man/man8/tcptraceroute6.8.gz -> rltraceroute6.8.gz +lrwxrwxrwx root/root usr/share/man/man8/tracert6.8.gz -> rltraceroute6.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/pkg/ +drwxr-xr-x root/root var/lib/pkg/meta/ +-rw-r--r-- root/root var/lib/pkg/meta/ndisc6 diff --git a/opt/ndisc6/.signature b/opt/ndisc6/.signature new file mode 100644 index 0000000..b533c6a --- /dev/null +++ b/opt/ndisc6/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mE+ox4GpfvxwBdT+vs3URyPVA+imOLRt3r+Rs15CiOVccsQEwC/f0uVYOn6XTorii4VMvG7gvJMkJaL2ER4c3ws= + +SHA256 (MAKEPKG) = e7f09b2739115b915469584b8a48de832e22099e5a006d4d5f157b8beaa41e1c +SHA256 (.footprint) = e71a7de1ccfaceaebb01547188d9424aba1ad3c087967aecc813a2143c963bfc +SHA256 (ndisc6-1.0.8.tar.bz2) = 1f2fb2dc1172770aa5a09d39738a44d8b753cc5e2e25e306ca78682f9fea0b4f +SHA256 (ndisc6#1.0.8-1.pkg.tar.gz) = 8bad0e37aa051755cc3fa6b63b847e1f840e075078595f0bb5489933f9c87caf diff --git a/opt/ndisc6/MAKEPKG b/opt/ndisc6/MAKEPKG new file mode 100644 index 0000000..cf1b6d3 --- /dev/null +++ b/opt/ndisc6/MAKEPKG @@ -0,0 +1,45 @@ +#!/bin/mkpkg +# description: IPv6 diagnostic tools (ndisc6, rdisc6, rltraceroute6, tcptraceroute6, tcpspray) +# url: https://www.remlab.net/ndisc6/ + +name=ndisc6 +version=1.0.8 +release=1 +capabilities=( + /usr/bin/ndisc6:cap_net_raw+ep + /usr/bin/rdisc6:cap_net_raw+ep + /usr/bin/rltraceroute6:cap_net_raw+ep +) +source=(https://www.remlab.net/files/$name/$name-$version.tar.bz2) + +sha256sums=( + "1f2fb2dc1172770aa5a09d39738a44d8b753cc5e2e25e306ca78682f9fea0b4f" +) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/share/man \ + --disable-suid-install \ + --disable-nls + + make + make DESTDIR=$PKG install + + # rdnssd: dhcpcd handles RDNSS/DNSSL; dnssort: perl script + rm $PKG/usr/bin/rdnssd $PKG/usr/bin/dnssort + rm $PKG/usr/share/man/man8/rdnssd.8 $PKG/usr/share/man/man1/dnssort.1 + rm -r $PKG/etc $PKG/var +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
