Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
arpwatch
Commits:
20a3f03b by Sven-Hendrik Haase at 2025-06-13T17:25:34+02:00
Prepare upgrade to v3.8
Also removes the included license and gets it from their site instead.
- - - - -
2 changed files:
- − LICENSE
- PKGBUILD
Changes:
=====================================
LICENSE deleted
=====================================
@@ -1,18 +0,0 @@
-Copyright (c) 1992, 1993, 1994, 1995, 1996, 1998, 2000
- The Regents of the University of California. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that: (1) source code distributions
-retain the above copyright notice and this paragraph in its entirety, (2)
-distributions including binary code include the above copyright notice and
-this paragraph in its entirety in the documentation or other materials
-provided with the distribution, and (3) all advertising materials mentioning
-features or use of this software display the following acknowledgement:
-``This product includes software developed by the University of California,
-Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
-the University nor the names of its contributors may be used to endorse
-or promote products derived from this software without specific prior
-written permission.
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sébastien Luttringer
pkgname=arpwatch
-pkgver=3.6
+pkgver=3.8
pkgrel=1
pkgdesc='Ethernet/FDDI station activity monitor'
arch=('x86_64')
@@ -10,11 +10,11 @@ url='https://ee.lbl.gov/'
license=('BSD')
depends=('libpcap' 'smtp-forwarder')
source=("https://ee.lbl.gov/downloads/arpwatch/arpwatch-$pkgver.tar.gz"
- 'LICENSE'
+ "$pkgname-license.txt::https://ee.lbl.gov/nrg-copyright.txt"
"ethercodes.dat.gz"
"$pkgname.service")
-sha512sums=('5ba47b15f294396f79efa4b72743169b9eb36747d675144e8f456a23d3987dc0d719d9b97704e7eeec0795f03ee7ef7e8fe8a4ba1ee35d19ab8ec6b077d345e8'
-
'ed46c36220507d8ffbd01a3cc90c9047536b8af26af8c9623fae7a6584ad922b6adebabb6de771b0dbdc802da1a6cb51b8b30a8902c92d71f8b31ee763d61624'
+sha512sums=('9147da89f187adaaa26bc2cef0f04a69baa9a5ff96844f6a7e32ee269a3e1c4fed75b186ca3eb6b97f3579b648f63a7590e0534f545e7480d7ec14d9c7c18f89'
+
'c0ec84cb61b96f9b89227e841b4ccad7007b2a86c379d527386ff75a68b56be8c70e32f044bb533282071e9bc66448a8c2ac3d290738bf7dddd6c9c0b757994f'
'dc9818e6453e0d9ef38864536ea66b15a8acb48091b609e422227538d3d4c6b93cc853778f8f4ea8cd887dc15c1c62da66f4325c540eb80f9c78705d63a65226'
'4a9460c8a376d9183265b73e2c3b02965223144fecfeeb630ec5e70d40d4aed5725e5a43ae370938afa0a2fd362785020eca679e585a7f400e4e67f255807a84')
@@ -41,7 +41,7 @@ package() {
# install ether prefix database
install -Dm644 "$srcdir"/ethercodes.dat
"$pkgdir/var/lib/$pkgname/ethercodes.dat"
# license
- install -Dm644 "$srcdir"/LICENSE
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir"/$pkgname-license.txt
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# systemd
install -Dm644 "$srcdir"/$pkgname.service
"$pkgdir/usr/lib/systemd/system/[email protected]"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arpwatch/-/commit/20a3f03b5ffda89e33a7b4cdbe73736a4312450a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arpwatch/-/commit/20a3f03b5ffda89e33a7b4cdbe73736a4312450a
You're receiving this email because of your account on gitlab.archlinux.org.