Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

shorewall-5.2.8-6.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: shorewall Distribution: openSUSE Tumbleweed
Version: 5.2.8 Vendor: openSUSE
Release: 6.1 Build date: Mon Feb 26 19:56:08 2024
Group: Productivity/Networking/Security Build host: i04-ch4d
Size: 1981946 Source RPM: shorewall-5.2.8-6.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.shorewall.net/
Summary: An iptables-based firewall for Linux systems
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.

Provides

Requires

License

GPL-2.0-only

Changelog

* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Thu Jun 15 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix parameters to systemd_postun: this macro still takes the
    service names as parameters.
* Thu Dec 08 2022 Thorsten Kukuk <kukuk@suse.com>
  - Add /etc/sysconfig/network hierachy, as this don't exist by
    default anymore
* Sat Sep 03 2022 Bruno Friedmann <bruno@ioda-net.ch>
  - Add %dir %{_distconfdir} stop build failing on Leap
* Thu Sep 01 2022 Bruno Friedmann <bruno@ioda-net.ch>
  - **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
* Mon Nov 09 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - 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
* Sun Nov 08 2020 Togan Muftuoglu <toganm@opensuse.org>
  - Correct the xt_geo_ip locations
  - Correct output to journal
* Sat Sep 26 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - Update to version 5.2.8 (Upgrade your configuration)
    https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.8/releasenotes.txt
    + Certain restrictions that apply to wildcard interfaces (interface
      name ends in '+') were previously not enforced when the logical
      interface name did not end in '+' but the physical interface name
      did end in '+'.  That has been corrected.
    + To ensure that error messages appear in the correct place in the
      output stream, stderr is now redirected to stdout when the
      configured PAGER is used by a command.
    + Since Shorewall 5.1.0, the Shorewall uninstall.sh script has
      incorrectly removed ${SBINDIR}/shorewall, while the Shorewall-core
      uninstall.sh script has failed to remove that file. Both scripts
      have been corrected.
    + Previously, the Shorewall CLI included a spurious hyphen ('-')
      between the product name (e.g., 'Shorewall6') and the version when
      printing a command output banner.
    + The shorewall-snat(5) manpage previously stated that a
      comma-separated list of IP address could be specified for
      SNAT. That statement was in error and has been removed. As part of
      this change, IPv4 Example 6 has been updated to use the
      PROBABILITY column.
    - New features
      + 'show tc' command now shows the classifiers associated with
      each interface (as displayed by the 'show classifiers'
      command). This integrated qdisc/filter information is also included
      in the output of the 'dump' command. This change deprecates the
      'show classifiers' ('show filters') command, as that command's
      output is now included in the 'show tc' output.
      + Shorewall6 has traditionally generated rules for IPv6 anycast
      addresses. These rules include:
      a)  Packets with these destination IP addresses are dropped by
      REJECT rules.
      b)  Packets with these source IP addresses are dropped by the
      'nosmurfs' interface option and by the 'dropSmurfs' action.
      c)  Packets with these destination IP addresses are not logged
      during policy enforcement.
      d)  Packets with these destination IP addresses are processes by
      the 'Broadcast' action.
      Beginning with this release, individual network interfaces can be
      excluded from this treatment through use of the 'omitanycast'
      option in /etc/shorewall6/interfaces.
      Note: This option was named 'noanycast' in earlier Beta releases.
      + Duplicate function names have been eliminated between the
      Shorewall-core lib.cli shell library and the Shorewall lib.cli-std
      library.
      + The 'status' command in Shorewall[6]-lite now precedes the
      configuration directory name with the administrative host name
      separated with a colon (":").
      + Tuomo Soini has contributed a macro that handles NFS v1.4 (no
      dynamic ports).
  - Packaging:
    + Add buildrequires for pkgconfig (missing)
    + Use macro for sbindir
* Sat Aug 22 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - 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.
* Tue Jul 07 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - 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
      deleted). That has been corrected such that these rules are now
      optimized.

Files

/etc/shorewall
/etc/shorewall/accounting
/etc/shorewall/actions
/etc/shorewall/arprules
/etc/shorewall/blrules
/etc/shorewall/clear
/etc/shorewall/conntrack
/etc/shorewall/ecn
/etc/shorewall/findgw
/etc/shorewall/hosts
/etc/shorewall/init
/etc/shorewall/initdone
/etc/shorewall/interfaces
/etc/shorewall/isusable
/etc/shorewall/lib.private
/etc/shorewall/maclist
/etc/shorewall/mangle
/etc/shorewall/nat
/etc/shorewall/netmap
/etc/shorewall/params
/etc/shorewall/policy
/etc/shorewall/providers
/etc/shorewall/proxyarp
/etc/shorewall/refresh
/etc/shorewall/refreshed
/etc/shorewall/restored
/etc/shorewall/routes
/etc/shorewall/rtrules
/etc/shorewall/rules
/etc/shorewall/scfilter
/etc/shorewall/secmarks
/etc/shorewall/shorewall.conf
/etc/shorewall/snat
/etc/shorewall/start
/etc/shorewall/started
/etc/shorewall/stop
/etc/shorewall/stopped
/etc/shorewall/stoppedrules
/etc/shorewall/tcclasses
/etc/shorewall/tcclear
/etc/shorewall/tcdevices
/etc/shorewall/tcfilters
/etc/shorewall/tcinterfaces
/etc/shorewall/tcpri
/etc/shorewall/tunnels
/etc/shorewall/zones
/usr/etc
/usr/etc/logrotate.d
/usr/etc/logrotate.d/shorewall
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/ARP.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Accounting.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Chains.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Compiler.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Config.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/IPAddrs.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Misc.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Nat.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Proc.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Providers.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Proxyarp.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Raw.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Rules.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Tc.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Tunnels.pm
/usr/lib/perl5/vendor_perl/5.38.2/Shorewall/Zones.pm
/usr/lib/systemd/system/shorewall.service
/usr/libexec/shorewall
/usr/libexec/shorewall/compiler.pl
/usr/libexec/shorewall/getparams
/usr/sbin/rcshorewall
/usr/share/doc/packages/shorewall
/usr/share/doc/packages/shorewall/COPYING
/usr/share/doc/packages/shorewall/README.openSUSE
/usr/share/doc/packages/shorewall/changelog.txt
/usr/share/doc/packages/shorewall/releasenotes.txt
/usr/share/fillup-templates/sysconfig.shorewall
/usr/share/man/man5/shorewall-accounting.5.gz
/usr/share/man/man5/shorewall-actions.5.gz
/usr/share/man/man5/shorewall-addresses.5.gz
/usr/share/man/man5/shorewall-arprules.5.gz
/usr/share/man/man5/shorewall-blrules.5.gz
/usr/share/man/man5/shorewall-conntrack.5.gz
/usr/share/man/man5/shorewall-ecn.5.gz
/usr/share/man/man5/shorewall-exclusion.5.gz
/usr/share/man/man5/shorewall-files.5.gz
/usr/share/man/man5/shorewall-hosts.5.gz
/usr/share/man/man5/shorewall-interfaces.5.gz
/usr/share/man/man5/shorewall-ipsets.5.gz
/usr/share/man/man5/shorewall-logging.5.gz
/usr/share/man/man5/shorewall-maclist.5.gz
/usr/share/man/man5/shorewall-mangle.5.gz
/usr/share/man/man5/shorewall-modules.5.gz
/usr/share/man/man5/shorewall-names.5.gz
/usr/share/man/man5/shorewall-nat.5.gz
/usr/share/man/man5/shorewall-nesting.5.gz
/usr/share/man/man5/shorewall-netmap.5.gz
/usr/share/man/man5/shorewall-params.5.gz
/usr/share/man/man5/shorewall-policy.5.gz
/usr/share/man/man5/shorewall-providers.5.gz
/usr/share/man/man5/shorewall-proxyarp.5.gz
/usr/share/man/man5/shorewall-proxyndp.5.gz
/usr/share/man/man5/shorewall-routes.5.gz
/usr/share/man/man5/shorewall-rtrules.5.gz
/usr/share/man/man5/shorewall-rules.5.gz
/usr/share/man/man5/shorewall-secmarks.5.gz
/usr/share/man/man5/shorewall-snat.5.gz
/usr/share/man/man5/shorewall-stoppedrules.5.gz
/usr/share/man/man5/shorewall-tcclasses.5.gz
/usr/share/man/man5/shorewall-tcdevices.5.gz
/usr/share/man/man5/shorewall-tcfilters.5.gz
/usr/share/man/man5/shorewall-tcinterfaces.5.gz
/usr/share/man/man5/shorewall-tcpri.5.gz
/usr/share/man/man5/shorewall-tunnels.5.gz
/usr/share/man/man5/shorewall-vardir.5.gz
/usr/share/man/man5/shorewall-zones.5.gz
/usr/share/man/man5/shorewall.conf.5.gz
/usr/share/man/man8/shorewall.8.gz
/usr/share/shorewall
/usr/share/shorewall/Shorewall
/usr/share/shorewall/action.A_REJECT
/usr/share/shorewall/action.A_REJECT!
/usr/share/shorewall/action.AllowICMPs
/usr/share/shorewall/action.AutoBL
/usr/share/shorewall/action.AutoBLL
/usr/share/shorewall/action.BLACKLIST
/usr/share/shorewall/action.Broadcast
/usr/share/shorewall/action.DNSAmp
/usr/share/shorewall/action.DropDNSrep
/usr/share/shorewall/action.DropSmurfs
/usr/share/shorewall/action.Established
/usr/share/shorewall/action.FIN
/usr/share/shorewall/action.GlusterFS
/usr/share/shorewall/action.IfEvent
/usr/share/shorewall/action.Invalid
/usr/share/shorewall/action.Limit
/usr/share/shorewall/action.Multicast
/usr/share/shorewall/action.New
/usr/share/shorewall/action.NotSyn
/usr/share/shorewall/action.RST
/usr/share/shorewall/action.Related
/usr/share/shorewall/action.ResetEvent
/usr/share/shorewall/action.SetEvent
/usr/share/shorewall/action.TCPFlags
/usr/share/shorewall/action.Untracked
/usr/share/shorewall/action.allowBcast
/usr/share/shorewall/action.allowInvalid
/usr/share/shorewall/action.allowMcast
/usr/share/shorewall/action.allowinUPnP
/usr/share/shorewall/action.dropBcast
/usr/share/shorewall/action.dropBcasts
/usr/share/shorewall/action.dropInvalid
/usr/share/shorewall/action.dropMcast
/usr/share/shorewall/action.dropNotSyn
/usr/share/shorewall/action.forwardUPnP
/usr/share/shorewall/action.mangletemplate
/usr/share/shorewall/action.rejNotSyn
/usr/share/shorewall/action.template
/usr/share/shorewall/actions.std
/usr/share/shorewall/configfiles
/usr/share/shorewall/configfiles/accounting
/usr/share/shorewall/configfiles/accounting.annotated
/usr/share/shorewall/configfiles/actions
/usr/share/shorewall/configfiles/actions.annotated
/usr/share/shorewall/configfiles/arprules
/usr/share/shorewall/configfiles/arprules.annotated
/usr/share/shorewall/configfiles/blrules
/usr/share/shorewall/configfiles/blrules.annotated
/usr/share/shorewall/configfiles/clear
/usr/share/shorewall/configfiles/conntrack
/usr/share/shorewall/configfiles/conntrack.annotated
/usr/share/shorewall/configfiles/ecn
/usr/share/shorewall/configfiles/ecn.annotated
/usr/share/shorewall/configfiles/findgw
/usr/share/shorewall/configfiles/hosts
/usr/share/shorewall/configfiles/hosts.annotated
/usr/share/shorewall/configfiles/init
/usr/share/shorewall/configfiles/initdone
/usr/share/shorewall/configfiles/interfaces
/usr/share/shorewall/configfiles/interfaces.annotated
/usr/share/shorewall/configfiles/isusable
/usr/share/shorewall/configfiles/lib.private
/usr/share/shorewall/configfiles/maclist
/usr/share/shorewall/configfiles/maclist.annotated
/usr/share/shorewall/configfiles/mangle
/usr/share/shorewall/configfiles/mangle.annotated
/usr/share/shorewall/configfiles/nat
/usr/share/shorewall/configfiles/nat.annotated
/usr/share/shorewall/configfiles/netmap
/usr/share/shorewall/configfiles/netmap.annotated
/usr/share/shorewall/configfiles/params
/usr/share/shorewall/configfiles/params.annotated
/usr/share/shorewall/configfiles/policy
/usr/share/shorewall/configfiles/policy.annotated
/usr/share/shorewall/configfiles/providers
/usr/share/shorewall/configfiles/providers.annotated
/usr/share/shorewall/configfiles/proxyarp
/usr/share/shorewall/configfiles/proxyarp.annotated
/usr/share/shorewall/configfiles/refresh
/usr/share/shorewall/configfiles/refreshed
/usr/share/shorewall/configfiles/restored
/usr/share/shorewall/configfiles/routes
/usr/share/shorewall/configfiles/routes.annotated
/usr/share/shorewall/configfiles/rtrules
/usr/share/shorewall/configfiles/rtrules.annotated
/usr/share/shorewall/configfiles/rules
/usr/share/shorewall/configfiles/rules.annotated
/usr/share/shorewall/configfiles/scfilter
/usr/share/shorewall/configfiles/secmarks
/usr/share/shorewall/configfiles/secmarks.annotated
/usr/share/shorewall/configfiles/shorewall.conf
/usr/share/shorewall/configfiles/shorewall.conf.annotated
/usr/share/shorewall/configfiles/snat
/usr/share/shorewall/configfiles/snat.annotated
/usr/share/shorewall/configfiles/start
/usr/share/shorewall/configfiles/started
/usr/share/shorewall/configfiles/stop
/usr/share/shorewall/configfiles/stopped
/usr/share/shorewall/configfiles/stoppedrules
/usr/share/shorewall/configfiles/stoppedrules.annotated
/usr/share/shorewall/configfiles/tcclasses
/usr/share/shorewall/configfiles/tcclasses.annotated
/usr/share/shorewall/configfiles/tcclear
/usr/share/shorewall/configfiles/tcdevices
/usr/share/shorewall/configfiles/tcdevices.annotated
/usr/share/shorewall/configfiles/tcfilters
/usr/share/shorewall/configfiles/tcfilters.annotated
/usr/share/shorewall/configfiles/tcinterfaces
/usr/share/shorewall/configfiles/tcinterfaces.annotated
/usr/share/shorewall/configfiles/tcpri
/usr/share/shorewall/configfiles/tcpri.annotated
/usr/share/shorewall/configfiles/tunnels
/usr/share/shorewall/configfiles/tunnels.annotated
/usr/share/shorewall/configfiles/zones
/usr/share/shorewall/configfiles/zones.annotated
/usr/share/shorewall/configpath
/usr/share/shorewall/deprecated
/usr/share/shorewall/helpers
/usr/share/shorewall/lib.base
/usr/share/shorewall/macro.AMQP
/usr/share/shorewall/macro.A_AllowICMPs
/usr/share/shorewall/macro.A_DropDNSrep
/usr/share/shorewall/macro.A_DropUPnP
/usr/share/shorewall/macro.ActiveDir
/usr/share/shorewall/macro.Amanda
/usr/share/shorewall/macro.Apcupsd
/usr/share/shorewall/macro.Auth
/usr/share/shorewall/macro.BGP
/usr/share/shorewall/macro.BitTorrent
/usr/share/shorewall/macro.BitTorrent32
/usr/share/shorewall/macro.Bitcoin
/usr/share/shorewall/macro.BitcoinRPC
/usr/share/shorewall/macro.BitcoinRegtest
/usr/share/shorewall/macro.BitcoinTestnet
/usr/share/shorewall/macro.BitcoinTestnetRPC
/usr/share/shorewall/macro.BitcoinZMQ
/usr/share/shorewall/macro.CVS
/usr/share/shorewall/macro.Citrix
/usr/share/shorewall/macro.Cockpit
/usr/share/shorewall/macro.DAAP
/usr/share/shorewall/macro.DCC
/usr/share/shorewall/macro.DHCPfwd
/usr/share/shorewall/macro.DNS
/usr/share/shorewall/macro.Distcc
/usr/share/shorewall/macro.DropUPnP
/usr/share/shorewall/macro.Edonkey
/usr/share/shorewall/macro.FTP
/usr/share/shorewall/macro.Finger
/usr/share/shorewall/macro.FreeIPA
/usr/share/shorewall/macro.GNUnet
/usr/share/shorewall/macro.GRE
/usr/share/shorewall/macro.Git
/usr/share/shorewall/macro.Gnutella
/usr/share/shorewall/macro.Goto-Meeting
/usr/share/shorewall/macro.HKP
/usr/share/shorewall/macro.HTTP
/usr/share/shorewall/macro.HTTPS
/usr/share/shorewall/macro.ICPV2
/usr/share/shorewall/macro.ICQ
/usr/share/shorewall/macro.ILO
/usr/share/shorewall/macro.IMAP
/usr/share/shorewall/macro.IMAPS
/usr/share/shorewall/macro.IPFS-API
/usr/share/shorewall/macro.IPFS-gateway
/usr/share/shorewall/macro.IPFS-swarm
/usr/share/shorewall/macro.IPIP
/usr/share/shorewall/macro.IPMI
/usr/share/shorewall/macro.IPP
/usr/share/shorewall/macro.IPPbrd
/usr/share/shorewall/macro.IPPserver
/usr/share/shorewall/macro.IPsec
/usr/share/shorewall/macro.IPsecah
/usr/share/shorewall/macro.IPsecnat
/usr/share/shorewall/macro.IRC
/usr/share/shorewall/macro.JAP
/usr/share/shorewall/macro.Jabber
/usr/share/shorewall/macro.JabberPlain
/usr/share/shorewall/macro.JabberSecure
/usr/share/shorewall/macro.Jabberd
/usr/share/shorewall/macro.Jetdirect
/usr/share/shorewall/macro.Kerberos
/usr/share/shorewall/macro.Kpasswd
/usr/share/shorewall/macro.L2TP
/usr/share/shorewall/macro.LDAP
/usr/share/shorewall/macro.LDAPS
/usr/share/shorewall/macro.MSA
/usr/share/shorewall/macro.MSNP
/usr/share/shorewall/macro.MSSQL
/usr/share/shorewall/macro.Mail
/usr/share/shorewall/macro.MongoDB
/usr/share/shorewall/macro.Munin
/usr/share/shorewall/macro.MySQL
/usr/share/shorewall/macro.NFS
/usr/share/shorewall/macro.NNTP
/usr/share/shorewall/macro.NNTPS
/usr/share/shorewall/macro.NTP
/usr/share/shorewall/macro.NTPbi
/usr/share/shorewall/macro.NTPbrd
/usr/share/shorewall/macro.ONCRPC
/usr/share/shorewall/macro.OSPF
/usr/share/shorewall/macro.OpenVPN
/usr/share/shorewall/macro.PCA
/usr/share/shorewall/macro.POP3
/usr/share/shorewall/macro.POP3S
/usr/share/shorewall/macro.PPtP
/usr/share/shorewall/macro.Ping
/usr/share/shorewall/macro.PostgreSQL
/usr/share/shorewall/macro.Printer
/usr/share/shorewall/macro.Puppet
/usr/share/shorewall/macro.QUIC
/usr/share/shorewall/macro.RDP
/usr/share/shorewall/macro.RIPbi
/usr/share/shorewall/macro.RNDC
/usr/share/shorewall/macro.Razor
/usr/share/shorewall/macro.Rdate
/usr/share/shorewall/macro.Redis
/usr/share/shorewall/macro.RedisCluster
/usr/share/shorewall/macro.RedisSecure
/usr/share/shorewall/macro.RedisSentinel
/usr/share/shorewall/macro.Rfc1918
/usr/share/shorewall/macro.Rsync
/usr/share/shorewall/macro.Rwhois
/usr/share/shorewall/macro.SANE
/usr/share/shorewall/macro.SIP
/usr/share/shorewall/macro.SMB
/usr/share/shorewall/macro.SMBBI
/usr/share/shorewall/macro.SMBswat
/usr/share/shorewall/macro.SMTP
/usr/share/shorewall/macro.SMTPS
/usr/share/shorewall/macro.SNMP
/usr/share/shorewall/macro.SNMPtrap
/usr/share/shorewall/macro.SPAMD
/usr/share/shorewall/macro.SSDP
/usr/share/shorewall/macro.SSDPserver
/usr/share/shorewall/macro.SSH
/usr/share/shorewall/macro.SVN
/usr/share/shorewall/macro.Sieve
/usr/share/shorewall/macro.SixXS
/usr/share/shorewall/macro.Squid
/usr/share/shorewall/macro.Submission
/usr/share/shorewall/macro.Syslog
/usr/share/shorewall/macro.TFTP
/usr/share/shorewall/macro.Telnet
/usr/share/shorewall/macro.Telnets
/usr/share/shorewall/macro.Teredo
/usr/share/shorewall/macro.Time
/usr/share/shorewall/macro.Tinc
/usr/share/shorewall/macro.Tor
/usr/share/shorewall/macro.TorBrowserBundle
/usr/share/shorewall/macro.TorControl
/usr/share/shorewall/macro.TorDirectory
/usr/share/shorewall/macro.TorSocks
/usr/share/shorewall/macro.Trcrt
/usr/share/shorewall/macro.VNC
/usr/share/shorewall/macro.VNCL
/usr/share/shorewall/macro.VRRP
/usr/share/shorewall/macro.WUDO
/usr/share/shorewall/macro.Web
/usr/share/shorewall/macro.Webcache
/usr/share/shorewall/macro.Webmin
/usr/share/shorewall/macro.Whois
/usr/share/shorewall/macro.Xymon
/usr/share/shorewall/macro.Zabbix
/usr/share/shorewall/macro.mDNS
/usr/share/shorewall/macro.mDNSbi
/usr/share/shorewall/macro.template
/usr/share/shorewall/prog.footer
/usr/share/shorewall/version
/var/lib/shorewall


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024