292 Commits

Author SHA256 Message Date
81593b51cf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=125 2024-02-26 18:48:34 +00:00
79c29f4182 Accepting request 1093287 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/1093287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=124
2023-06-16 14:54:16 +00:00
ca9b52f81e Accepting request 1093285 from home:dimstar:Factory
- Fix parameters to systemd_postun: this macro still takes the
  service names as parameters.

OBS-URL: https://build.opensuse.org/request/show/1093285
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=286
2023-06-15 11:58:42 +00:00
245f4c59fa Accepting request 1041646 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/1041646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=123
2022-12-08 15:52:29 +00:00
ac2ffe29ed Accepting request 1041638 from home:kukuk:cleanup
- Add /etc/sysconfig/network hierachy, as this don't exist by
  default anymore

OBS-URL: https://build.opensuse.org/request/show/1041638
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=284
2022-12-08 14:30:54 +00:00
a8ef4ef6df Accepting request 1002413 from security:netfilter
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1002413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=122
2022-09-10 18:17:40 +00:00
15907076bc - Add %dir %{_distconfdir} stop build failing on Leap
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=282
2022-09-03 12:27:51 +00:00
44ac23c088 - **Warning** this is the last patch revision to shorewall.
No migration to manage nft will happen upstream.
  Be prepared to package removal, and migrate to firewalld.
- Add shorewall-fix-install-manpages.patch fix boo#1203006
- Update spec copyright and macros
- Move /etc to /usr for Networkmanager and logrotate
- Update rpmlint check list

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=281
2022-09-01 14:27:07 +00:00
b867534024 Accepting request 847792 from security:netfilter
- Rework xt_geo_ip fixes by using dynamic patching with find
  which is less burden and confusing than manual patches series.
- Add dynamic patching for *.service with removing like upstream
  the obsolete StandardOutput=syslog until new release

- Correct the xt_geo_ip locations
- Correct output to journal

OBS-URL: https://build.opensuse.org/request/show/847792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=121
2020-11-11 19:48:22 +00:00
9d28d09575 - Rework xt_geo_ip fixes by using dynamic patching with find
which is less burden and confusing than manual patches series.
- Add dynamic patching for *.service with removing like upstream
  the obsolete StandardOutput=syslog until new release

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=279
2020-11-09 10:07:29 +00:00
b360d9c2f4 Accepting request 846970 from home:toganm
- Correct the xt_geo_ip locations
- Correct output to journal (This will be corrected in the next upstream release)

OBS-URL: https://build.opensuse.org/request/show/846970
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=278
2020-11-09 06:40:12 +00:00
03ebe734c7 Accepting request 838004 from security:netfilter
- Update to version 5.2.8 (Upgrade your configuration)
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.8/releasenotes.txt
- Packaging:
  + Add buildrequires for pkgconfig (missing)
  + Use macro for sbindir (forwarded request 837900 from bruno_friedmann)

OBS-URL: https://build.opensuse.org/request/show/838004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=120
2020-09-28 12:29:18 +00:00
940376e4c8 Accepting request 837900 from home:bruno_friedmann:branches:security:netfilter
- Update to version 5.2.8 (Upgrade your configuration)
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.8/releasenotes.txt
- Packaging:
  + Add buildrequires for pkgconfig (missing)
  + Use macro for sbindir

OBS-URL: https://build.opensuse.org/request/show/837900
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=276
2020-09-27 11:49:08 +00:00
9443c41796 Accepting request 828806 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/828806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=119
2020-08-24 13:13:43 +00:00
95d0db976e Accepting request 828661 from home:bruno_friedmann:branches:security:netfilter
- Update to version 5.2.7
  + **Upgrade your configuration**
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.7/releasenotes.txt
  + Previously, it was not possible to classify traffic by destination
    IP address when using an Intermediate Functional Block (IFB) for
    traffic shaping. This is because such classification takes place
    before the traffic passes through the mangle PREROUTING chain.
    Such filtering is now possible by setting the 'connmark' option in
    the tcdevices file. This option causes the current connection mark
    to be copied to the packet mark prior to filtering, thus allowing
    the packet mark to be used for classification.
    This change adds a new CONNMARK_ACTION capability which is
    required to be able to specify the 'connmark' option.
  + The tcpri file now supports ?FORMAT 2 which inserts an SPORT
    column directly to the right of the PORT column. As part of this
    change, the PORT column is renamed to DPORT while allowing both
    'port' and 'dport' to be used in the alternate input format. See
    shorewall-tcpri(5) and
    http://shorewall.org/simple_traffic_shaping.html for additional
    information.
  + The Simple TC document is now linked to FAQs 97 and 97a.

OBS-URL: https://build.opensuse.org/request/show/828661
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=274
2020-08-23 14:33:02 +00:00
106f398593 Accepting request 819361 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/819361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=118
2020-07-08 17:17:24 +00:00
ba70d902ea Accepting request 819214 from home:bruno_friedmann:branches:security:netfilter
- Update to version 5.2.6
  + **Upgrade your configuration**
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.6/releasenotes.txt
  + When compiling for export, the compiler generates a firewall.conf
    file which is later installed on the remote firewall system as
    ${VARDIR}/firewall.conf. Previously, the CLI on that firewall was
    not processing the file, resulting in some features not being
    available:
    - Default values for VERBOSITY, LOGFILE, LOGFORMAT, PATH,
      SHOREWALL_SHELL, SUBSYSLOCK, RESTOREFILE, RESTART,
      DYNAMIC_BLACKLIST and PAGER are not supplied.
    - scfilter file supplied at compile time.
    - dumpfilter file supplied at compile time.
    That has been corrected.
  + A bug in iptables (see
    https://git.netfilter.org/iptables/commit/?id=d1555a0906e35ba8d170613d5a43da64e527dbe1)
    prevents the '--queue-cpu-fanout' option from being applied unless
    that option is the last one specified. Unfortunately, Shorewall
    places the '--queue-bypass' option last if that option is also
    specified.
    This release works around this issue by ensuring that the
    '--queue-cpu-fanout' option appears last.
  + The -D 'compile', 'check', 'reload' and 'Restart'  option was
    previously omitted from the output of 'shorewall help'. It is now
    included. As part of this change, an incorrect and conflicting
    description of the -D option was removed from the 'remote-restart'
    section of shorewall(8).
  + Previously, when EXPAND_POLICIES=No, chains that enforced ACCEPT
    policies were not completely optimized by optimize level 2 (ACCEPT
    rules preceding the final unconditional ACCEPT were not

OBS-URL: https://build.opensuse.org/request/show/819214
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=272
2020-07-08 06:56:48 +00:00
431fb70385 Accepting request 818356 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/818356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=117
2020-07-04 23:14:07 +00:00
f011afdcef Accepting request 818342 from home:bruno_friedmann:branches:security:netfilter
- Update to version 5.2.5.2
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.5/releasenotes.txt
  + 5.2.5.2
  + 5.2.5.1
  + 5.2.5 Base

OBS-URL: https://build.opensuse.org/request/show/818342
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=270
2020-07-02 14:42:51 +00:00
3996835875 Accepting request 810932 from security:netfilter
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/810932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=116
2020-06-03 18:34:40 +00:00
e8227fa5c9 - Update to bugfix version 5.2.4.5
+ The description of the 'optional' option has been expanded in
    shorewall-interfaces(5).
  + Previously, the AUTOMAKE option did not work properly when
    /etc/shorewall[6] was a symbolic link. That has been corrected.
- Packaging
  + Remove broken %pretrans, move content to %pre
  + Remove use of %release in rpm scriptlet
  + This will avoid constant rebuild.

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=268
2020-05-26 18:30:51 +00:00
cd1227d425 Accepting request 799547 from security:netfilter
- Update to bugfix version 5.2.4.4
  + When DYNAMIC_BLACKLIST=ipset... or when SAVE_IPSETS=Yes in
    shorewall[6].conf, 'shorewall[6] start' could hang. Fixed.
  + 'shorewall[6] start' would not automatically create dynamic
    blacklisting ipsets. That has been corrected.
- This version will served also as maintenance upgrade for Leap

OBS-URL: https://build.opensuse.org/request/show/799547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=115
2020-05-02 20:18:01 +00:00
6c8a8a48ae - Update to bugfix version 5.2.4.4
+ When DYNAMIC_BLACKLIST=ipset... or when SAVE_IPSETS=Yes in
    shorewall[6].conf, 'shorewall[6] start' could hang. Fixed.
  + 'shorewall[6] start' would not automatically create dynamic
    blacklisting ipsets. That has been corrected.
- This version will served also as maintenance upgrade for Leap

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=266
2020-04-30 08:21:04 +00:00
c3aacbc0f9 Accepting request 796435 from security:netfilter
- Update to version 5.2.4.2
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/releasenotes.txt
  + Fixes for debian
- Update to version 5.2.4.1
  + Fixes for openSUSE shorewall-init
  will now ignore 'start' and 'stop' commands, for running firewalls
  + Spurious messages have been removed
- Packaging
  + Move /usr/sbin/shorewall to shorewall-core so -lite version
    doesn't need main shorewall package
  + To make shorewall remote-* command working we patch lib.cli-std
    to use /usr/sbin instead of /sbin + commented spec
  + Desactivate for the moment the upgrade warning. we need to
    find a 100% working solution.
  + use %{var} form everywhere

OBS-URL: https://build.opensuse.org/request/show/796435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=114
2020-04-23 16:33:41 +00:00
6f814a9b6b - Update to version 5.2.4.2
https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/releasenotes.txt
  + Fixes for debian
- Update to version 5.2.4.1
  + Fixes for openSUSE shorewall-init
  will now ignore 'start' and 'stop' commands, for running firewalls
  + Spurious messages have been removed
- Packaging
  + Move /usr/sbin/shorewall to shorewall-core so -lite version
    doesn't need main shorewall package
  + To make shorewall remote-* command working we patch lib.cli-std
    to use /usr/sbin instead of /sbin + commented spec
  + Desactivate for the moment the upgrade warning. we need to
    find a 100% working solution.
  + use %{var} form everywhere

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=264
2020-04-22 15:12:37 +00:00
cf8f12529e Accepting request 793944 from security:netfilter
- Add perl-base as buildrequirement to force choice of SHA-DIGEST
  new problem in TW
- To fix boo#1166114 never restart shorewall-init.service
  macro service_del_postun is replaced by simplier systemd_postun
- Remove conflict between main and lite package.
  A managing station need main to build configuration and can use
  -lite to execute it. Users are in charge of choosing which
  service has to be started and used. ❤ Freedom
- Remove shorewall require from shorewall-init (was a forgoten
  action)
- Update to version 5.2.4
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/releasenotes.txt
  + Previously, when a Shorewall6 firewall was placed into the
    'stopped' state, ICMP6 packets required by RFC 4890 were not
    automatically accepted by the generated ruleset.
    Beginning with this release, those packets are automatically
    accepted.
  + Previously, the output of 'shorewall[6] help' displayed the
    superseded 'load' command. That text has been deleted.
  + The QOSExample.html file in the documentation and on the web site
    previously showed tcrules content for the /etc/shorewall/mangle
    file (recall that 'mangle' superseded 'tcrules'). That page has
    been corrected.
  + The 'Starting and Stopping' and 'Configuration file basics'
    documents have been updated to align them with the current product
    behavior.
  +  The 'ipsets' document has been updated to clarify the use of
    ipsets in the stoppedrules file.
- Packaging
  + shorewall-init package has a removed %service_del_postun
    macro to close bug boo#1166114 Restarting this service can
    lock down admin out of the system.
  + shorewall(6) and shorewall(6)-lite conflict has they shouldn't
    be installed together on the same system.
  + conf_update flag is set to 1 to activate update reminder
  + Adjust and cleanup requires
- Add version to requires in -lite version

OBS-URL: https://build.opensuse.org/request/show/793944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=113
2020-04-15 17:54:55 +00:00
9bf8af0c78 new problem in TW
- To fix boo#1166114 never restart shorewall-init.service
  macro service_del_postun is replaced by simplier systemd_postun
- Remove conflict between main and lite package.
  A managing station need main to build configuration and can use
  -lite to execute it. Users are in charge of choosing which
  service has to be started and used. ❤ Freedom
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/releasenotes.txt
- Add version to requires in -lite version

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=262
2020-04-14 16:58:49 +00:00
be23123795 - Add perl-base as buildrequirement to force choice of SHA-DIGEST
- Add sed patch line to shorewall-init.service modifying state
  RemainAfterExit=yes become RemainAfterExit=no
  This fix boo#1166114 (no more restart) on mandatory macro
  service_del_postun as the service in no more restarted.

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=261
2020-04-14 14:40:33 +00:00
89227f2565 - Remove shorewall require from shorewall-init (was a forgoten
action)

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=260
2020-04-04 07:44:12 +00:00
d012054f24 Accepting request 790648 from home:bruno_friedmann:branches:security:netfilter
- Update to version 5.2.4
  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/releasenotes.txt 
  + Previously, when a Shorewall6 firewall was placed into the
    'stopped' state, ICMP6 packets required by RFC 4890 were not
    automatically accepted by the generated ruleset.
    Beginning with this release, those packets are automatically
    accepted.
  + Previously, the output of 'shorewall[6] help' displayed the
    superseded 'load' command. That text has been deleted.
  + The QOSExample.html file in the documentation and on the web site
    previously showed tcrules content for the /etc/shorewall/mangle
    file (recall that 'mangle' superseded 'tcrules'). That page has
    been corrected.
  + The 'Starting and Stopping' and 'Configuration file basics'
    documents have been updated to align them with the current product
    behavior.
  +  The 'ipsets' document has been updated to clarify the use of
    ipsets in the stoppedrules file.
- Packaging
  + shorewall-init package has a removed %service_del_postun
    macro to close bug boo#1166114 Restarting this service can
    lock down admin out of the system.
  + shorewall(6) and shorewall(6)-lite conflict has they shouldn't
    be installed together on the same system.
  + conf_update flag is set to 1 to activate update reminder
  + Adjust and cleanup requires

OBS-URL: https://build.opensuse.org/request/show/790648
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=259
2020-04-01 18:47:35 +00:00
ef3225faeb Accepting request 785459 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/785459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=112
2020-03-17 12:08:25 +00:00
1e014cff29 Accepting request 785384 from home:bruno_friedmann:branches:security:netfilter
- Update to minor bugfix version 5.2.3.7
  + When DOCKER=Yes, if both the DOCKER-ISOLATE and
    DOCKER-ISOLATE-STAGE-1 existed then the DOCKER-ISOLATE-STAGE-*
    chains were not preserved through shorewall state changes.
    That has been corrected so that both chains are preserved if
    present.
  + Previously, the compiler always detected the OLD_CONNTRACK_MATCH
    capability as being available in IPv6. When OLD_CONNTRACK_MATCH
    was available, the compiler also mishandled inversion ('!') in the
    ORIGDEST columns, leading to an assertion failure.
    Both the incorrect capability detection and the mishandled
    inversion have been corrected.
  + During 'enable' processing, if address variables associated with
    the interface have values different than those when the firewall
    was last started/restarted/reloaded, then a 'reload' is performed
    rather than a simple 'enable'. The logic that checks for those
    changes was incorrect in some configurations, leading to unneeded
    reload operations. That has been corrected.
  + When MANGLE_ENABLED=No in shorewall[6].conf, some features
    requiring use of the mangle table can be allowed, even though the
    mangle table is not updated. That has been corrected such that use
    of such features will raise an error.
  + When the IfEvent(...,reset) action was invoked, the compiler
    previously emitted a spurious "Resetting..." message. That message
    has been suppressed.
- Packaging
  + Do not provide anymore unsused notrack file
  + Introduce define conf_need_update to track when we activate the
  + Add version to requires in -lite version

OBS-URL: https://build.opensuse.org/request/show/785384
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=257
2020-03-16 07:13:24 +00:00
034b7fc8e9 Accepting request 774964 from security:netfilter
- Update to bugfix minor 5.2.3.6
  + Fix for possible start failure when both Docker containers 
    and Libvirt VMs were in use. (forwarded request 774963 from bruno_friedmann)

OBS-URL: https://build.opensuse.org/request/show/774964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=111
2020-02-18 12:29:36 +00:00
ffd396482d Accepting request 774963 from home:bruno_friedmann:branches:security:netfilter
- Update to bugfix minor 5.2.3.6
  + Fix for possible start failure when both Docker containers 
    and Libvirt VMs were in use.

OBS-URL: https://build.opensuse.org/request/show/774963
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=255
2020-02-17 17:02:30 +00:00
65260a30b1 Accepting request 769770 from security:netfilter
Shortcut through -mini (forwarded request 769718 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/769770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=110
2020-02-04 18:54:49 +00:00
6d376c9ef3 Accepting request 769718 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769718
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=253
2020-02-03 18:28:07 +00:00
badb544e35 Accepting request 766579 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/766579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=109
2020-01-23 14:55:33 +00:00
32f087b5ef Accepting request 766493 from home:bruno_friedmann:branches:security:netfilter
- Update to bugfix minor 5.2.3.5
  + A typo in the FTP documentation has been corrected.
  + The recommended mss setting when using IPSec with ipcomp
    has been corrected.
  + A number of incorrect links in the manpages have been
    corrected.
  + The 'bypass' option is now allowed when specifying an
    NFQUEUE policy. Previously, specifying that option resulted
    in an error.
  + Corrected IPv6 Address Range parsing.
  + Previously, such ranges were required to be of the form
    [<addr1>-<addr2>] rather than the more standard form
    [<addr1>]-[<addr2>]. In the snat file (and in nat actions),
    the latter form was actually flagged as an error while in
    other contexts, it resulted in a less obvious error being
    raised.
  + The manpages have been updated to refer to
    https://shorewall.org rather than http://www.shorewall.org.
- Refresh spec file

OBS-URL: https://build.opensuse.org/request/show/766493
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=251
2020-01-23 12:30:07 +00:00
Ludwig Nussel
d374f95ad8 Accepting request 730211 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/730211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=108
2019-09-13 13:00:02 +00:00
f0c885a27e Accepting request 728686 from home:bruno_friedmann:branches:security:netfilter
- Update to bugfix minor 5.2.3.4
  + Update release documents.
  + Correct handling of multi-queue NFQUEUE as a policy.
  + Correct handling of multi-queue NFQUEUE as a macro parameter.
  + Make 'AUTOMAKE=No' the update default.
  + Correct the description of the 'bypass' NFQUEUE option in
    shorewall-rules(5).

OBS-URL: https://build.opensuse.org/request/show/728686
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=249
2019-09-11 16:42:30 +00:00
30a4577294 Accepting request 694187 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/694187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=107
2019-04-15 11:59:48 +00:00
83a74536e4 Accepting request 694183 from home:bruno_friedmann:branches:security:netfilter
- Update to bugfix minor 5.2.3.3
  Previously, if an ipset was specified in an SPORT column, the
  compiler would raise an error similar to:
  ERROR: Invalid ipset name () /etc/shorewall/rules (line 44)
- Update to bugfix minor 5.2.3.2
  Shorewall 5.2 automatically converts an existing 'masq' file to an
  equivalent 'snat' file. Regrettably, Shorewall 5.2.3 broke that
  automatic update, such that the following error message was issued:
   Use of uninitialized value $Shorewall::Nat::raw::currentline in
   pattern match (m//) at /usr/share/shorewall/Shorewall/Nat.pm
   line 511, <$currentfile> line nnn. and the generated 'masq' 
  file contains only initial comments. That has been corrected.

OBS-URL: https://build.opensuse.org/request/show/694183
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=247
2019-04-15 09:09:17 +00:00
8ea348974c Accepting request 680054 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/680054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=106
2019-03-01 15:47:59 +00:00
e0dd845a4f Accepting request 679933 from home:bruno_friedmann:branches:security:netfilter
- Update to bugfix minor 5.2.3.1 release
  + An issue in the implementation of policy file zone exclusion,
    released in 5.2.3 has been resolved. In the original release,
    if more than one zone was excluded then the following error was
    raised:
        ERROR: 'all' is not allowed in a source zone list
                etc/shorewall/policy (line ...)

OBS-URL: https://build.opensuse.org/request/show/679933
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=245
2019-02-28 09:02:18 +00:00
Stephan Kulow
e005ddcfe5 Accepting request 678539 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/678539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=105
2019-02-25 16:56:19 +00:00
193df247ab Accepting request 678531 from home:bruno_friedmann:branches:security:netfilter
- Update to new 5.2.3 bugfix release
  http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.3/releasenotes.txt
  This is the retirement of Tom Eastep see.
  https://sourceforge.net/p/shorewall/mailman/message/36589782/
- Removed module* in file section
- Clean-up changes and spec (trailing slashes)
- Update README.openSUSE

OBS-URL: https://build.opensuse.org/request/show/678531
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=243
2019-02-24 17:11:24 +00:00
Stephan Kulow
4366f2c9b8 Accepting request 670881 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/670881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=104
2019-02-06 13:06:19 +00:00
9538d6b255 Accepting request 670879 from home:bruno_friedmann:branches:security:netfilter
- Update to new 5.2.2 bugfix release
  http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.2/releasenotes.txt
  
- Packaging:
  + As seen with upstream recommend running shorewall update on
    all version update
  + to be done: run update automatically 

- Update to major version 5.2.1.4
  A lot of changes occurs since last package please consult
  http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.1/releasenotes.txt
  and the know problem list at 
  http://www.shorewall.net/pub/shorewall/5.2/shorewall-5.2.1/known_problems.txt 
- Update your configuration shorewall update
- Packaging: renew spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/670879
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=241
2019-02-03 14:49:35 +00:00
7530b99bba Accepting request 596753 from security:netfilter
- Changes in 5.1.12.3
  Problems Corrected:
  When 'reset' and 'dst' were specified to the IfEvent action,
  the action would incorrectly attempt to reset the event for the
  SOURCE IP address rather than the DEST address. That has been
  corrected. (forwarded request 596669 from bruno_friedmann)

OBS-URL: https://build.opensuse.org/request/show/596753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shorewall?expand=0&rev=103
2018-04-16 10:51:00 +00:00
03c69d1993 Accepting request 596669 from home:bruno_friedmann:branches:security:netfilter
- Changes in 5.1.12.3
  Problems Corrected:
  When 'reset' and 'dst' were specified to the IfEvent action,
  the action would incorrectly attempt to reset the event for the
  SOURCE IP address rather than the DEST address. That has been
  corrected.

OBS-URL: https://build.opensuse.org/request/show/596669
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/shorewall?expand=0&rev=239
2018-04-15 16:02:15 +00:00