]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
arpwatch: Update to version 3.9
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 28 Apr 2026 12:11:01 +0000 (14:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2026 12:56:21 +0000 (12:56 +0000)
- Update from version 3.8 to 3.9
- No change to rootfile
- Changelog
3.9
 - Use mktemp(1) to obtain a temporary file for update-ethercodes
   and avoid potiential security issues. Reported by Johannes Segitz
   (jsegitz@suse.de)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/arpwatch

index 46eac650264fcbafeb678df32e8b8930d26afce2..774b4f109a16be6d9fe76df4eb8ab5901d4689b0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Monitoring tool for ARP traffic on a network
 
-VER        = 3.8
+VER        = 3.9
 ETHERCODES_DATE = 20200628
 
 # From: https://ee.lbl.gov/downloads/arpwatch/
@@ -37,7 +37,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = arpwatch
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -55,7 +55,7 @@ objects = $(DL_FILE) ethercodes.dat-$(ETHERCODES_DATE).xz
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 ethercodes.dat-$(ETHERCODES_DATE).xz = $(DL_FROM)/ethercodes.dat-$(ETHERCODES_DATE).xz
 
-$(DL_FILE)_BLAKE2 = 2ec0360ed12722e09cfccd06a1ab48ed77ea017d9ebf182cf2792dac53b61b1f0d6b5895fe30ec4d6b9e05d78aa75762775e548573f7bd5b2918ce8ca775eed3
+$(DL_FILE)_BLAKE2 = 12f24db33e4f068ffa4424b7b62a8a99666c33b14192e4251a71d16a8f0e539c7ec7ca0028d843aead74fedc57c636027895c1db447cadc65d58d0a3df7f4fb3
 ethercodes.dat-$(ETHERCODES_DATE).xz_BLAKE2 = e702b9109ef3ccce73e2637f96126bf19e7dfa533774c0bd623042b3609f147981263b84397ec155a65ae12fa57247c32644e1e7e57c2c749ef768156d853027
 
 install : $(TARGET)
@@ -102,8 +102,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Build!
        cd $(DIR_APP) && ./configure \
-               --prefix=/usr \
-               --enable-zeropad
+                               --prefix=/usr \
+                               --enable-zeropad
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install