Changelog for
ebtables-2.0.11-2.11.x86_64.rpm :
* Thu Nov 11 2021 danilo.spinellaAATTsuse.com- Add build dependency on libalternatives- Run spec-cleaner
* Fri Oct 15 2021 jsegitzAATTsuse.com- Added hardening to systemd service(s) (bsc#1181400). Modified:
* ebtables.service
* Fri Aug 20 2021 schubiAATTsuse.de- Use libalternatives instead of update-alternatives.
* Wed Sep 02 2020 dimstarAATTopensuse.org- Have the source .service file hold a placeholder for LIBEXECDIR, which we replace during build/install phase, allowing the package to be used no matter what value %{_libexecdir} has.
* Tue Sep 01 2020 kstreitovaAATTsuse.com- replace /usr/lib with /usr/libexec in .service files to follow %_libexecdir macro changes
* Tue May 05 2020 kukukAATTsuse.com- Revert last /bin/bash -> /bin/sh change
* Wed Apr 29 2020 kukukAATTsuse.com- Use /bin/sh for ebtables.systemd- Don\'t hard require systemd, we don\'t need that in a container
* Fri Jan 10 2020 kstreitovaAATTsuse.com- rename /usr/lib/ebtables helper file to /usr/lib/ebtables-helper otherwise it conflicts with /usr/lib/ebtables library directory on 32-bit systems [bsc#1159769]
* Tue Dec 10 2019 kstreitovaAATTsuse.com- add ebtables.keyring as a Source
* Mon Dec 02 2019 jengelhAATTinai.de- Update to release 2.0.11
* Add --noflush command line support for ebtables-restore
* Do not print IPv6 mask if it is all ones
* Allow RETURN target rules in user defined chains
* ebt_ip: add support for matching ICMP type and code
* ebt_ip: add support for matching IGMP type
* extensions: Add string filter to ebtables
* Print IPv6 prefixes in CIDR notation
* extensions: Add AUDIT target
* Fix incorrect IPv6 prefix formatting- Drop ebtables-v2.0.8-makefile.diff (no longer needed)- Drop ebtables-v2.0.8-initscript.diff, include-linux-if.patch (not applicable)- Drop ebtables-v2.0.10-4-audit.patch, 0001-fix-compilation-warning.patch, 0001-Use-flock-for-concurrent-option.patch, 0002-Fix-locking-if-LOCKDIR-does-not-exist.patch (merged)
* Wed Jul 10 2019 kstreitovaAATTsuse.com- fix path (/sbin -> /usr/sbin) in ebtables.systemd [bsc#1140898]
* Fri Feb 22 2019 mrosteckiAATTopensuse.org- Add upstream patches which improve handling stale locks. (boo#1126094)
* 0001-Use-flock-for-concurrent-option.patch
* 0002-Fix-locking-if-LOCKDIR-does-not-exist.patch
* Fri Aug 24 2018 jengelhAATTinai.de- Move ebtables to ebtables-legacy and use update-alternatives to offer a selection mechanism.
* Thu Mar 15 2018 kstreitovaAATTsuse.com- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228]
* Mon Mar 12 2018 matthias.gerstnerAATTsuse.com- Fix ethertypes ownership, should be %exclude, not %ghost.
* Thu Feb 22 2018 matthias.gerstnerAATTsuse.com- Resolve conflict with iptables-nft and obtain ethertypes from new netcfg minor version. FATE#320520
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Thu Mar 23 2017 kstreitovaAATTsuse.com- cleanup with spec-cleaner- get rid of %{name} macros in the patch names- remove sysvinit support
* Fri May 06 2016 p.drouandAATTgmail.com- Add systemd support for openSUSE > 12.10- Do not depend on fillup when building with sysvinit support; the package doesn\'t provide any sysconfig file- Change Requires(post) tag for Requires(pre); sysvinit must be available before the package installation, according to the policy
* Tue Apr 26 2016 kstreitovaAATTsuse.com- add \"Requires(post): %insserv_prereq %fillup_prereq\" to fix problem with missing sed during the installation [bnc#976919]- remove non-break space from specfile- use spec-cleaner to clean the specfile
* Sat Aug 29 2015 bwiedemannAATTsuse.com- fix compilation add include-linux-if.patch 0001-fix-compilation-warning.patch
* Tue Jun 16 2015 kstreitovaAATTsuse.com- add ebtables-v2.0.10-4-audit.patch needed for CC certification [bnc#934680]
* Thu Nov 13 2014 dimstarAATTopensuse.org- Also save include/linux/netfilter_bridge/ebt_ulog.h, as it no longer exists in the mainline kernel.
* Tue Sep 23 2014 jengelhAATTinai.de- Remove support for old distros from specfile (prjconf can do substitutions instead)
* Fri Feb 28 2014 vcizekAATTsuse.com- add missing BuildRequires: sed (bnc#865848)
* Wed Dec 19 2012 jengelhAATTinai.de- Have build succeed on non-SUSE
* Thu Dec 15 2011 jengelhAATTmedozas.de- Update to new upstream release 2.0.10.4
* previous counter bug was still present and has been addressed now
* Sun Dec 04 2011 jengelhAATTmedozas.de- Update to new upstream release 2.0.10.3
* fix a counter setting bug
* Thu Aug 11 2011 jengelhAATTmedozas.de- Update to new upstream release 2.0.10.2
* minor compilation fixes: respect LDFLAGS in Makefiles- Remove obsolete ebtables-typepuns.diff patch (fixed upstream)
* Sun Jul 10 2011 jengelhAATTmedozas.de- update to 2.0.10.1
* fix --among-dst-file, which translated to --among-src
* Makefile: respect LDFLAGS during ebtables build
* Makefile: create directories to avoid build failure when DESTDIR is supplied
* incorporate fixes for possible issues found by Coverity analysis
* extend ebt_ip6 to allow matching on ipv6-icmp types/codes
* add --concurrent option, which enables using a file lock to support concurrent scripts updating the ebtables kernel tables- run spec-beautifier over specfile
* Mon Jun 06 2011 puzelAATTnovell.com- update to 2.0.9-2
* fix unwanted zeroing of counters in the last user-defined chain
* fix hidden symbol compilation error when using ld directly
* fix return value checking of creat to give a correct error message if the atomic file couldn\'t be created
* correct info in INSTALL about compilation of ulog- use spec-cleaner- update ebtables-v2.0.8-makefile.diff- license is GPLv2, not GPLv2+- package COPYING and ChangeLog files
* Tue May 31 2011 lnusselAATTsuse.de- cleanup up initscript
* don\'t use /var/lock/subsys
* read /etc/sysconfig/ebtables for setting and restore state from /etc/ebtables where the script actually saved the state to.
* Thu Mar 18 2010 cooloAATTnovell.com- use rc_status (uncredited change)
* Mon Jan 25 2010 jengelhAATTmedozas.de- Switch to SUSE_ASNEEDED=0 to fix segmentation fault/NULL dereference (caused by plugins not being loaded, due to them not being linked in) [bnc#567267]
* Wed Jan 06 2010 prusnakAATTsuse.cz- update to 2.0.9-1
* added ip6 module for filtering IPv6 traffic
* added --log-ip6 option for logging IPv6 traffic
* added nflog watcher for logging packets to userspace
* bugfix in ebtables.sysv
* bugfix for among match on x86-64- fix scriptlets in spec- fix init script
* Sat Aug 30 2008 cthielAATTsuse.de- fix init script
* Wed Oct 24 2007 roAATTsuse.de- fix build (use gcc not ld directly)
* Wed Oct 17 2007 prusnakAATTsuse.cz- fixed specfile not to include debug files in normal package
* Fri Oct 12 2007 prusnakAATTsuse.cz- update to 2.0.8-2
* add sysconfig support (ebtables-save, ebtables-restore, etc)
* add ulog watcher
* use shared libraries (making the code easily usable by third parties)
* improve speed
* bugfixes, dccp and sctp support- dropped obsolete patches:
* gcc.diff (included in update)
* Thu Aug 09 2007 olhAATTsuse.de- remove private include/linux/ files
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Wed Jun 29 2005 meissnerAATTsuse.de- use RPM_OPT_FLAGS.
* Thu Apr 21 2005 postadalAATTsuse.cz- fixed for gcc 4.0
* Fri Jun 18 2004 postadalAATTsuse.cz- new package v2.0.6