Commit Graph

54 Commits

Author SHA1 Message Date
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Adolf Belka
53f04366ed iptables: Update to version 1.8.7
- Update from 1.8.6 to 1.8.7
Florian Westphal (4):
      xtables-monitor: fix rule printing
      xtables-monitor: fix packet family protocol
      xtables-monitor: print packet first
      xtables-monitor:

Pablo Neira Ayuso (2):
      tests: shell: update format of registers in bitwise payloads.
      configure: bump version for 1.8.7 release

Phil Sutter (21):
      nft: Optimize class-based IP prefix matches
      ebtables: Optimize masked MAC address matches
      tests/shell: Add test for bitwise avoidance fixes
      ebtables: Fix for broken chain renaming
      iptables-test.py: Accept multiple test files on commandline
      iptables-test.py: Try to unshare netns by default
      libxtables: Extend MAC address printing/parsing support
      xtables-arp: Don't use ARPT_INV_*
      xshared: Merge some command option-related code
      tests/shell: Test for fixed extension registration
      extensions: dccp: Fix for DCCP type 'INVALID'
      nft: Fix selective chain compatibility checks
      nft: cache: Introduce nft_cache_add_chain()
      nft: Implement nft_chain_foreach()
      nft: cache: Move nft_chain_find() over
      nft: Introduce struct nft_chain
      nft: Introduce a dedicated base chain array
      nft: cache: Sort custom chains by name
      tests: shell: Drop any dump sorting in place
      nft: Avoid pointless table/chain creation
      tests/shell: Fix nft-only/0009-needless-bitwise_0
- Rootfile updated

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-01-25 21:23:49 +00:00
Adolf Belka
84e4274e59 iptables: Update to 1.8.6
- Update from 1.8.5 to 1.8.6
- Changelog info
Arturo Borrero Gonzalez (1):
      xtables-translate: don't fail if help was requested

Giuseppe Scrivano (1):
      iptables: accept lock file name at runtime

Jan Engelhardt (2):
      doc: document danger of applying REJECT to INVALID CTs
      build: resolve iptables-apply not getting installed

Maciej Żenczykowski (1):
      libxtables: compiler warning fixes for NO_SHARED_LIBS

Pablo Neira Ayuso (4):
      extensions: libxt_conntrack: provide translation for DNAT and SNAT --ctstate
      iptables: replace libnftnl table list by linux list
      iptables-nft: fix basechain policy configuration
      configure: bump version for 1.8.6 release

Phil Sutter (31):
      xtables-restore: Fix verbose mode table flushing
      build: Fix for failing 'make uninstall'
      xtables-translate: Use proper clear_cs function
      tests: shell: Add help output to run-tests.sh
      nft: Make table creation purely implicit
      nft: Be lazy when flushing
      nft: cache: Drop duplicate chain check
      nft: Drop pointless nft_xt_builtin_init() call
      nft: Turn nft_chain_save() into a foreach-callback
      nft: Use nft_chain_find() in two more places
      nft: Reorder enum nft_table_type
      nft: Eliminate table list from cache
      nft: Fix command name in ip6tables error message
      tests: shell: Merge and extend return codes test
      xtables-monitor: Fix ip6tables rule printing
      nft: Fix for ruleset flush while restoring
      Makefile: Add missing man pages to CLEANFILES
      nft: cache: Check consistency with NFT_CL_FAKE, too
      nft: Extend use of nftnl_chain_list_foreach()
      nft: Fold nftnl_rule_list_chain_save() into caller
      nft: Use nft_chain_find() in nft_chain_builtin_init()
      nft: Fix for broken address mask match detection
      extensions: libipt_icmp: Fix translation of type 'any'
      libxtables: Make sure extensions register in revision order
      libxtables: Simplify pending extension registration
      libxtables: Register multiple extensions in ascending order
      nft: Make batch_add_chain() return the added batch object
      nft: Fix error reporting for refreshed transactions
      libiptc: Avoid gcc-10 zero-length array warning
      nft: Fix for concurrent noflush restore calls
      tests: shell: Improve concurrent noflush restore test a bit
- Rootfiles updated

Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-01-06 15:11:01 +00:00
Adolf Belka
1e936d1e58 iptables: Update to 1.8.5
- Update iptables from version 1.8.3 to 1.8.5
    See: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.5.txt

Supporting request from Peter Müller
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-09-24 17:36:38 +00:00
Michael Tremer
951a9f9ba0 linux+iptables: Drop support for IMQ
This is no longer needed since we are using IFB now

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2019-10-21 18:58:08 +00:00
Arne Fitzenreiter
c27fdd8697 Revert "linux+iptables: Drop support for IMQ"
This reverts commit 59b9a6bd22.
2019-10-20 20:20:26 +00:00
Michael Tremer
59b9a6bd22 linux+iptables: Drop support for IMQ
This is no longer needed since we are using IFB now

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2019-10-14 18:02:55 +00:00
Matthias Fischer
7a03d4b08a iptables: Update to 1.8.3
For details see:
https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.3.txt

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2019-10-08 17:51:19 +00:00
Michael Tremer
3966b1e58f iptables: Fix build without kernel source
The layer7 filter header files were not installed into /usr/include
and therefore we needed to keep the whole kernel source tree.

This is just a waste of space and this patch fixes this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-05-10 04:55:49 +01:00
Erik Kapfer
3f2341da8d iptables: Update to 1.8.2
netfilter-layer7 has also been updated to v2.23 .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-03-04 09:26:58 +00:00
Peter Müller
eee037b890 update disclaimer in LFS files
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.

Just some housekeeping... :-)

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-10 19:20:36 +01:00
Peter Müller
733fae2abe iptables: update to 1.6.2
Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-07-01 12:35:52 +01:00
Michael Tremer
0af0f28ab0 iptables: Cleanup make file
Just some reindentation but no functional changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-23 13:58:41 +02:00
Michael Tremer
ead1c73f2a libnetfilter_cttimeout: Move out of iptables package
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-23 13:56:46 +02:00
Michael Tremer
d2f2ca6560 libnetfilter_queue: Update to version 1.0.2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-23 13:52:08 +02:00
Michael Tremer
b572265663 libnetfilter_conntrack: Update to version 1.0.4
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-23 13:46:46 +02:00
Michael Tremer
4ebb37c8ad libnfnetlink: Update to 1.0.1
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-23 13:37:57 +02:00
Arne Fitzenreiter
785c919520 remove ipp2p patches.
ipp2p is build by xtables addons now.
2015-04-20 22:57:24 +02:00
Michael Tremer
1eec8480e7 Cleanup left over sources 2015-02-07 22:22:31 +00:00
Michael Tremer
39962c6e3d iptables: Update to 1.4.21. 2013-12-16 12:28:08 +01:00
Arne Fitzenreiter
8f8b00b326 iptables: updated to 1.4.20. 2013-08-27 20:19:58 +02:00
Arne Fitzenreiter
a10733a5d8 conntrack-tools: add conntrack and needed deps. 2013-01-03 16:27:38 +01:00
Michael Tremer
d39c3435b0 iptables: Install pkg-config files to right directory. 2012-11-11 19:02:24 +01:00
Arne Fitzenreiter
df13747000 iptables: update to 1.4.14. 2012-07-29 16:28:12 +02:00
Arne Fitzenreiter
d6754f4b7e Fix iptables header installation. 2010-02-16 21:51:49 +01:00
Arne Fitzenreiter
9e48325fd2 Update libnfnetlink (1.0.0). 2010-02-15 19:44:25 +01:00
Arne Fitzenreiter
3dad55587b Updated iptables (1.4.6). 2010-02-14 11:13:20 +01:00
Arne Fitzenreiter
a3b414d38a Update Kernel to 2.6.27.20
Update alsa to 1.0.19
Update cdrtools to 2.01.01...
Update mISDN 2 to current socket branch
2009-03-22 16:02:34 +01:00
Arne Fitzenreiter
079a754ead Updated iptables to 1.4.2 2009-03-21 11:20:42 +01:00
Arne Fitzenreiter
d1fd2b034a Updated netfilter-layer7 to 2.21 2009-03-21 00:59:59 +01:00
Maniacikarus
fcc535236f Done a whole review of the lfs to make building more paralell
you may need to clean your ccache
2008-10-28 18:14:09 +01:00
Maniacikarus
6fadf396b6 Revert "Upgraded collectd"
This reverts commit dee5f5cced.

Conflicts:

	lfs/collectd
2008-10-20 19:38:45 +02:00
Maniacikarus
dee5f5cced Upgraded collectd 2008-10-19 18:53:26 +02:00
Arne Fitzenreiter
4f1b7a27db changed collectd version to 4.4.3
replace ipp2p-0.8.2 with ipp2p-0.8.2-pomng
2008-09-23 00:53:54 +02:00
Arne Fitzenreiter
9c534116cc Updated kernel to 2.6.25.17
Updated klibc to 1.5.14
Updated iptables to 1.4.1.1
removed r8138,r3139,arptables
disabled ipp2p
testing patch openswan interpret unspec address as ipv4
2008-09-13 20:48:59 +02:00
Arne Fitzenreiter
202f35e29c Switch back to Kernel 2.6.23.16 + openswan 2.4.13 2008-07-17 19:28:09 +02:00
Arne Fitzenreiter
64cf4991cc Updated kernel to 2.6.24.7
Updated iptables to 1.4.0
Updated mISDN to 1-1-8
Updated openswan to 2.6.14

This version is not completed yet
todo:
-natt patch
-check if other kernel patches still needed (CoreTemp ...)
-check rootfiles (iptables, openswan)
-fix asterix
-fix linux-fusion
2008-07-13 19:09:48 +02:00
Arne Fitzenreiter
cbf98a0088 Cleaning linux & iptables lfs files 2008-07-05 19:30:36 +02:00
Arne Fitzenreiter
a6e9d42e39 Updated Layer7 filter
Removed mkinitcpio ide hook if no ide drive found
2008-05-21 00:19:19 +02:00
Michael Tremer
4ce3790866 Imported the beginning of the rowie-spezial and possible 2.2 release. 2008-05-17 23:58:21 +02:00
maniacikarus
a332b303e4 Corrected guardian
build lcd4linux
startet integrating collection deamon


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1151 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-01-23 18:00:28 +00:00
ms
70df830214 Ein Paar Dateien fuer die GPLv3 angepasst.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
ms
3185932e69 Den "neuen" Kernel entfernt.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@735 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-05 17:39:37 +00:00
ms
71430cf631 Kernel 2.6.22.1 - leider ohne OpenSwan.
Sprung auf GPLv3.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@732 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-04 20:41:48 +00:00
ms
83cace344d Irgendwie war da der falsche Patch noch drinne...
Sowas von peinlich aber auch...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@674 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-07-11 18:48:22 +00:00
ms
5fd302326d upnp.cgi und status.cgi von Maniac eingebaut
IPSec aktualisiert


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@453 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-03-24 13:30:47 +00:00
ms
4602bd1fec IPTables Fix...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@440 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-03-04 23:39:47 +00:00
ms
dd46a3c51a IPTables Update fuer den neuen Kernel.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@437 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-03-04 17:55:55 +00:00
ms
c545beb14f Hab mal alles ein wenig bereinigt, da wir die alten Sachen nichtmehr brauchen...
connections.cgi hab ich gefixt - Die geht jetzt wieder praechtig!
Und irgendwer (wohl mal wieder ich) hat in der lfs/iptables rumgewuetet :D Sowas aber auch... Tztz


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@426 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-02-22 18:42:58 +00:00
ms
81a7e7c85e MoBlock hinzugefuegt (fuer Outgoing Firewall)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@413 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-02-13 16:54:19 +00:00