]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
5 years agoids.cgi: Lock page while autoupdate script is running
Stefan Schantl [Thu, 7 Feb 2019 07:24:15 +0000 (08:24 +0100)] 
ids.cgi: Lock page while autoupdate script is running

Fixes #11991

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoupdate-ids-ruleset: Lock and Unlock the IDS page during runtime
Stefan Schantl [Thu, 7 Feb 2019 07:06:49 +0000 (08:06 +0100)] 
update-ids-ruleset: Lock and Unlock the IDS page during runtime

Reference #11991

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Add code to lock/unlock ids page while autoupdating the ruleset
Stefan Schantl [Thu, 7 Feb 2019 06:59:20 +0000 (07:59 +0100)] 
ids-functions.pl: Add code to lock/unlock ids page while autoupdating the ruleset

Reference #11991

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Show "Update Ruleset"-Button only if automatic updates are disabled
Stefan Schantl [Thu, 7 Feb 2019 06:44:11 +0000 (07:44 +0100)] 
ids.cgi: Show "Update Ruleset"-Button only if automatic updates are disabled

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoaliases.cgi: Handle suricata related actions when dealing with aliases
Stefan Schantl [Wed, 6 Feb 2019 14:59:02 +0000 (15:59 +0100)] 
aliases.cgi: Handle suricata related actions when dealing with aliases

When working with aliases (adding/modifying/removing), the file which
contains the HOME_NET declarations needs to be re-generated and suricata
requires a restart afterwards.

Fixes #11990

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoIDS: Call helper script when red interface gets up
Stefan Schantl [Wed, 6 Feb 2019 14:23:46 +0000 (15:23 +0100)] 
IDS: Call helper script when red interface gets up

The helper script will be automatically called when the red interface gets up
and will re-generate the HOME_NET file, to take care if the IP-address of this
interface has changed.

Fixes #11989

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoIDS: Edit german translation for "ids oinkcode required".
Stefan Schantl [Wed, 6 Feb 2019 12:12:50 +0000 (13:12 +0100)] 
IDS: Edit german translation for "ids oinkcode required".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Check if the selected ruleset requires an oinkcode
Stefan Schantl [Wed, 6 Feb 2019 11:49:01 +0000 (12:49 +0100)] 
ids.cgi: Check if the selected ruleset requires an oinkcode

Fixes #11983

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Only perform actions when saving ruleset settings, if there are no error...
Stefan Schantl [Wed, 6 Feb 2019 11:48:08 +0000 (12:48 +0100)] 
ids.cgi: Only perform actions when saving ruleset settings, if there are no error messages

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Do not send HEAD requests to sourcefire (snort.org) servers
Stefan Schantl [Wed, 6 Feb 2019 09:58:59 +0000 (10:58 +0100)] 
ids-functions.pl: Do not send HEAD requests to sourcefire (snort.org) servers

Using this feature to fetch the size of the requested tarball is not allowed by these
servers, so skip this feature for their rulesets.

Fixes #11987

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoRevert "ids-functions.pl: Use GET method to fetch Header data of a file"
Stefan Schantl [Wed, 6 Feb 2019 09:00:17 +0000 (10:00 +0100)] 
Revert "ids-functions.pl: Use GET method to fetch Header data of a file"

Using the GET method will download the file twice and does not provide the
desired mechanism here.

This reverts commit 81592314ebe93ae942f28a1bc9037185f155ccda.

5 years agoids.cgi: Fix HTML formated spaces.
Stefan Schantl [Tue, 5 Feb 2019 13:34:44 +0000 (14:34 +0100)] 
ids.cgi: Fix HTML formated spaces.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Rework "Enable IPS" section
Stefan Schantl [Tue, 5 Feb 2019 13:14:11 +0000 (14:14 +0100)] 
ids.cgi: Rework "Enable IPS" section

Just use one language string for a maximum of flexiblity for the
transloators.

Fixes #11986

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agosuricata: Do not display messages when starting up
Stefan Schantl [Tue, 5 Feb 2019 12:57:40 +0000 (13:57 +0100)] 
suricata: Do not display messages when starting up

Fixes #11979.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Change lang string from "Activate IPS" to "Enable IPS"
Stefan Schantl [Tue, 5 Feb 2019 12:51:08 +0000 (13:51 +0100)] 
ids.cgi: Change lang string from "Activate IPS" to "Enable IPS"

Reference #11986

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoIDS: Rename IDS strings to IPS
Stefan Schantl [Tue, 5 Feb 2019 12:25:27 +0000 (13:25 +0100)] 
IDS: Rename IDS strings to IPS

Reference: #11986

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Stop suricata when the rulest source has been changed
Stefan Schantl [Tue, 5 Feb 2019 11:43:49 +0000 (12:43 +0100)] 
ids.cgi: Stop suricata when the rulest source has been changed

If the ruleset source has been changed, it has to be configured again.
This happens because of different rule categories, filenames rule ID's etc.

In case suricata currently is running it has to be stopped and after the configuration
has been done by the user, it can be launched again.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Fix downloading rules if source changed
Stefan Schantl [Tue, 5 Feb 2019 11:36:30 +0000 (12:36 +0100)] 
ids.cgi: Fix downloading rules if source changed

Fix the if statement to detect wheater the ruleset has been
changed and automatically download the new one.

Fixes #11984.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Update automatic download texts
Stefan Schantl [Tue, 5 Feb 2019 11:13:28 +0000 (12:13 +0100)] 
ids.cgi: Update automatic download texts

Update the showed texts in the dropdown box as mentioned in the
bug report.

Fixes #11985

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Use GET method to fetch Header data of a file
Stefan Schantl [Tue, 5 Feb 2019 11:01:43 +0000 (12:01 +0100)] 
ids-functions.pl: Use GET method to fetch Header data of a file

The sourcfire web servers does not support the HEAD request so we have to do
this with a GET here.

Fixes #11987

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Fix show HTTP error code and message
Stefan Schantl [Tue, 5 Feb 2019 10:55:37 +0000 (11:55 +0100)] 
ids-functions.pl: Fix show HTTP error code and message

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agostrongswan: Do not create any NAT rules when using VTI/GRE
Michael Tremer [Mon, 4 Feb 2019 18:38:24 +0000 (18:38 +0000)] 
strongswan: Do not create any NAT rules when using VTI/GRE

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoDrop "OpenVPN" part from VPN N2N stats page
Michael Tremer [Tue, 22 Jan 2019 13:19:00 +0000 (13:19 +0000)] 
Drop "OpenVPN" part from VPN N2N stats page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd routed IPsec connections to traffic graphs section
Michael Tremer [Tue, 22 Jan 2019 13:15:48 +0000 (13:15 +0000)] 
Add routed IPsec connections to traffic graphs section

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agofirewall: Write correct rules bound to interface for routes IPsec tunnels
Michael Tremer [Tue, 22 Jan 2019 12:46:53 +0000 (12:46 +0000)] 
firewall: Write correct rules bound to interface for routes IPsec tunnels

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Resolve any remote hostnames
Michael Tremer [Tue, 22 Jan 2019 11:34:49 +0000 (11:34 +0000)] 
ipsec-interfaces: Resolve any remote hostnames

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Move conditional block into the loop
Michael Tremer [Tue, 22 Jan 2019 11:26:32 +0000 (11:26 +0000)] 
ipsec-interfaces: Move conditional block into the loop

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Drop delayed restart setting
Michael Tremer [Mon, 21 Jan 2019 17:40:12 +0000 (17:40 +0000)] 
ipsec: Drop delayed restart setting

This is a very bad race-condition situation and is not solved by
an unintuitive setting.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Drop VPN_IP setting
Michael Tremer [Mon, 21 Jan 2019 17:08:57 +0000 (17:08 +0000)] 
ipsec: Drop VPN_IP setting

This is now a per-connection setting

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Add translation strings for recent changes
Michael Tremer [Mon, 21 Jan 2019 16:52:39 +0000 (16:52 +0000)] 
ipsec: Add translation strings for recent changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-*: Name some more configuration variables
Michael Tremer [Mon, 21 Jan 2019 16:44:03 +0000 (16:44 +0000)] 
ipsec-*: Name some more configuration variables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Uses local IP address from connection first, then default
Michael Tremer [Mon, 21 Jan 2019 16:41:16 +0000 (16:41 +0000)] 
ipsec-interfaces: Uses local IP address from connection first, then default

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-policy: Correct open ports for connections on aliases
Michael Tremer [Mon, 21 Jan 2019 16:33:53 +0000 (16:33 +0000)] 
ipsec-policy: Correct open ports for connections on aliases

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Allow to select local IP address used for peer on UI
Michael Tremer [Mon, 21 Jan 2019 16:20:13 +0000 (16:20 +0000)] 
ipsec: Allow to select local IP address used for peer on UI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Re-arrange inputs for peer addresses, subnets, etc.
Michael Tremer [Mon, 21 Jan 2019 15:36:16 +0000 (15:36 +0000)] 
ipsec: Re-arrange inputs for peer addresses, subnets, etc.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Don't allow to select VTI in transport mode
Michael Tremer [Mon, 21 Jan 2019 15:32:08 +0000 (15:32 +0000)] 
ipsec: Don't allow to select VTI in transport mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agovpnmain.cgi: Don't populate GREEN subnet when green doesn't exist
Michael Tremer [Mon, 21 Jan 2019 14:34:19 +0000 (14:34 +0000)] 
vpnmain.cgi: Don't populate GREEN subnet when green doesn't exist

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Fix typo in variable name
Michael Tremer [Wed, 16 Jan 2019 19:29:25 +0000 (20:29 +0100)] 
ipsec-interfaces: Fix typo in variable name

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agostrongswan: No longer create any routes automatically
Michael Tremer [Wed, 9 Jan 2019 19:23:42 +0000 (20:23 +0100)] 
strongswan: No longer create any routes automatically

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Filter better for GRE/VTI interfaces
Michael Tremer [Wed, 9 Jan 2019 19:10:02 +0000 (20:10 +0100)] 
ipsec: Filter better for GRE/VTI interfaces

This tried to delete the GREEN interface before

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: TTL only applies for GRE interfaces and not VTI
Michael Tremer [Wed, 9 Jan 2019 18:56:01 +0000 (19:56 +0100)] 
ipsec: TTL only applies for GRE interfaces and not VTI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Find correct RED IP address when using %defaultroute
Michael Tremer [Wed, 9 Jan 2019 18:52:46 +0000 (19:52 +0100)] 
ipsec: Find correct RED IP address when using %defaultroute

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec: Log a message when an interface could not be created
Michael Tremer [Wed, 9 Jan 2019 18:52:24 +0000 (19:52 +0100)] 
ipsec: Log a message when an interface could not be created

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Don't add any interfaces when IPsec is disabled
Michael Tremer [Mon, 10 Dec 2018 16:57:12 +0000 (16:57 +0000)] 
ipsec-interfaces: Don't add any interfaces when IPsec is disabled

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoRevert "ipsec-interfaces: Run when IPsec is disabled"
Michael Tremer [Mon, 10 Dec 2018 16:55:53 +0000 (16:55 +0000)] 
Revert "ipsec-interfaces: Run when IPsec is disabled"

This reverts commit 3c3a1cfdb9b473fae9b792e8c211c9940fafc658.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agovpnmain.cgi: Move advanced IPsec settings to connection page
Michael Tremer [Mon, 10 Dec 2018 16:44:06 +0000 (16:44 +0000)] 
vpnmain.cgi: Move advanced IPsec settings to connection page

This is required to make the initial setup easier for GRE/VTI connections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Run when IPsec is disabled
Michael Tremer [Mon, 10 Dec 2018 16:08:58 +0000 (16:08 +0000)] 
ipsec-interfaces: Run when IPsec is disabled

This needs to run even when IPsec is disable to remove
and interfaces

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-interfaces: Use correct righthost variable
Michael Tremer [Mon, 10 Dec 2018 16:01:00 +0000 (16:01 +0000)] 
ipsec-interfaces: Use correct righthost variable

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Do not allow 0.0.0.0/0 as remote subnet
Michael Tremer [Wed, 5 Dec 2018 17:10:16 +0000 (17:10 +0000)] 
IPsec: Do not allow 0.0.0.0/0 as remote subnet

This renders the whole machine inaccessible

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agonetwork: Create IPsec interfaces when network is brought up
Michael Tremer [Wed, 5 Dec 2018 16:24:52 +0000 (16:24 +0000)] 
network: Create IPsec interfaces when network is brought up

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsecctrl: Call ipsec-interfaces script when turning up/shutting down connections
Michael Tremer [Wed, 5 Dec 2018 16:23:06 +0000 (16:23 +0000)] 
ipsecctrl: Call ipsec-interfaces script when turning up/shutting down connections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Add (experimental) script that creates GRE/VTI interfaces
Michael Tremer [Wed, 5 Dec 2018 16:12:48 +0000 (16:12 +0000)] 
IPsec: Add (experimental) script that creates GRE/VTI interfaces

Signed-off-by: root <root@interim-edge-a.ec2.internal>
5 years agoIPsec: Use left/rightprotoport in GRE mode
Michael Tremer [Mon, 3 Dec 2018 11:21:29 +0000 (11:21 +0000)] 
IPsec: Use left/rightprotoport in GRE mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsecctrl: Don't wait when a connection is to be started
Michael Tremer [Thu, 29 Nov 2018 16:12:45 +0000 (16:12 +0000)] 
ipsecctrl: Don't wait when a connection is to be started

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-policy: Don't install any block rules for connections with an interface
Michael Tremer [Thu, 29 Nov 2018 16:00:52 +0000 (16:00 +0000)] 
ipsec-policy: Don't install any block rules for connections with an interface

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-policy: Permit GRE traffic for GRE connections
Michael Tremer [Thu, 29 Nov 2018 15:58:55 +0000 (15:58 +0000)] 
ipsec-policy: Permit GRE traffic for GRE connections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-policy: Variables don't match those from the CGI
Michael Tremer [Thu, 29 Nov 2018 15:58:39 +0000 (15:58 +0000)] 
ipsec-policy: Variables don't match those from the CGI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoipsec-policy: Parse all configuration settings
Michael Tremer [Thu, 29 Nov 2018 15:45:52 +0000 (15:45 +0000)] 
ipsec-policy: Parse all configuration settings

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Move opening ports from ipsecctrl into ipsec-policy script
Michael Tremer [Thu, 29 Nov 2018 15:43:39 +0000 (15:43 +0000)] 
IPsec: Move opening ports from ipsecctrl into ipsec-policy script

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Rename ipsec-block script to ipsec-policy
Michael Tremer [Thu, 29 Nov 2018 15:04:28 +0000 (15:04 +0000)] 
IPsec: Rename ipsec-block script to ipsec-policy

This is a more general name for a script that will be extended
soon to do more than just add blocking rules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Update ipsec.conf for GRE/VTI changes
Michael Tremer [Wed, 28 Nov 2018 20:37:32 +0000 (20:37 +0000)] 
IPsec: Update ipsec.conf for GRE/VTI changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Add UI for set interface MTU
Michael Tremer [Wed, 28 Nov 2018 14:46:15 +0000 (14:46 +0000)] 
IPsec: Add UI for set interface MTU

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Add option to configure IP address for tunnel interface
Michael Tremer [Wed, 28 Nov 2018 14:38:11 +0000 (14:38 +0000)] 
IPsec: Add option to configure IP address for tunnel interface

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Set default inactivity timeout to half an hour
Michael Tremer [Wed, 28 Nov 2018 14:24:03 +0000 (14:24 +0000)] 
IPsec: Set default inactivity timeout to half an hour

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: New connections should defatul to on-demand mode
Michael Tremer [Wed, 28 Nov 2018 14:23:26 +0000 (14:23 +0000)] 
IPsec: New connections should defatul to on-demand mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Add dropdown to select tunnel interface mode
Michael Tremer [Wed, 28 Nov 2018 14:21:33 +0000 (14:21 +0000)] 
IPsec: Add dropdown to select tunnel interface mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agovpnmain.cgi: Correctly carry over INACTIVITY_TIMEOUT
Michael Tremer [Wed, 28 Nov 2018 14:07:30 +0000 (14:07 +0000)] 
vpnmain.cgi: Correctly carry over INACTIVITY_TIMEOUT

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Write tunnel/transport mode to strongSwan configuration
Michael Tremer [Tue, 27 Nov 2018 18:42:07 +0000 (18:42 +0000)] 
IPsec: Write tunnel/transport mode to strongSwan configuration

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoIPsec: Add selection for transport/tunnel mode
Michael Tremer [Tue, 27 Nov 2018 18:38:51 +0000 (18:38 +0000)] 
IPsec: Add selection for transport/tunnel mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agopython3-msgpack: Fix build on i586
Jonatan Schlag [Tue, 5 Feb 2019 18:33:31 +0000 (18:33 +0000)] 
python3-msgpack: Fix build on i586

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agopython3-dateutil: Update rootfiles
Michael Tremer [Mon, 4 Feb 2019 07:00:13 +0000 (07:00 +0000)] 
python3-dateutil: Update rootfiles

Changed because of new python3-setuptools

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocore128: Ship updated dhcpcd
Michael Tremer [Mon, 4 Feb 2019 00:40:02 +0000 (00:40 +0000)] 
core128: Ship updated dhcpcd

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agodhcpcd: Update to 7.1.0
Matthias Fischer [Mon, 4 Feb 2019 17:38:44 +0000 (18:38 +0100)] 
dhcpcd: Update to 7.1.0

For some informations about this update see:
https://roy.marples.name/blog/dhcpcd-7-1-0-released

"dhcpcd-7.1.0 has been released with the following changes:

- OpenBSD: works alongside slaacd(8)
- NetBSD: sets SO_RERROR on to detect receive socket overflow
- BSD: route improvements to avoid listening for own changes
- Linux: use NETLINK_BROADCAST_ERROR
- BSD: avoid late address deletion messages by testing address existance
- IP6: implement IP6 address sharing
- BSD: catch UP/DOWN events when interfaces does support media changes
- IPv4LL: remember old address when carrier is lost

Many other minor fixes and documenation updates have been submitted by various
community members for this release..."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocore128: Ship updated curl
Michael Tremer [Mon, 4 Feb 2019 00:15:24 +0000 (00:15 +0000)] 
core128: Ship updated curl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocurl: Update to 7.63.0
Matthias Fischer [Mon, 4 Feb 2019 17:30:54 +0000 (18:30 +0100)] 
curl: Update to 7.63.0

For details see:
https://curl.haxx.se/changes.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoupdate.sh: Delete .rnd files
Erik Kapfer [Sat, 2 Feb 2019 07:46:12 +0000 (08:46 +0100)] 
update.sh: Delete .rnd files

Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are not needed anymore.

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocore128: Ship updated apr
Michael Tremer [Sun, 3 Feb 2019 21:42:43 +0000 (21:42 +0000)] 
core128: Ship updated apr

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoUpdated apr, stabilized apache build
Wolfgang Apolinarski [Sun, 3 Feb 2019 14:11:58 +0000 (15:11 +0100)] 
Updated apr, stabilized apache build

- Updated apr to 1.6.5
- Stabilized apache build (rebuild)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agopython3-llfuse: fix rootfile for non x86_64 builds
Arne Fitzenreiter [Sun, 3 Feb 2019 14:28:52 +0000 (15:28 +0100)] 
python3-llfuse: fix rootfile for non x86_64 builds

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 years agokernel: update to 4.14.97
Arne Fitzenreiter [Sun, 3 Feb 2019 11:45:52 +0000 (12:45 +0100)] 
kernel: update to 4.14.97

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
5 years agohaproxy: Bump version to support TLSv1.3 (and PCRE JIT)
Michael Tremer [Fri, 1 Feb 2019 17:34:02 +0000 (17:34 +0000)] 
haproxy: Bump version to support TLSv1.3 (and PCRE JIT)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocore128: Restart updated apache
Michael Tremer [Fri, 1 Feb 2019 17:12:23 +0000 (17:12 +0000)] 
core128: Restart updated apache

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoapache: Update to 2.4.38
Matthias Fischer [Fri, 1 Feb 2019 17:06:38 +0000 (18:06 +0100)] 
apache: Update to 2.4.38

For details see:
http://mirror.checkdomain.de/apache//httpd/CHANGES_2.4.38

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agocore128: Ship AWS scripts again
Michael Tremer [Fri, 1 Feb 2019 17:08:44 +0000 (17:08 +0000)] 
core128: Ship AWS scripts again

It seems that this was missing in Core Update 125/126 so not all
bug fixes made it into the release.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd new package borgbackup
Jonatan Schlag [Fri, 1 Feb 2019 11:52:45 +0000 (11:52 +0000)] 
Add new package borgbackup

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd new package python3-msgpack
Jonatan Schlag [Fri, 1 Feb 2019 11:52:44 +0000 (11:52 +0000)] 
Add new package python3-msgpack

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd new package python3-llfuse
Jonatan Schlag [Fri, 1 Feb 2019 11:52:43 +0000 (11:52 +0000)] 
Add new package python3-llfuse

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd new package python3-setuptools-scm
Jonatan Schlag [Fri, 1 Feb 2019 11:52:42 +0000 (11:52 +0000)] 
Add new package python3-setuptools-scm

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoAdd new package python3-settuptools
Jonatan Schlag [Fri, 1 Feb 2019 11:52:41 +0000 (11:52 +0000)] 
Add new package python3-settuptools

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agosuricata.yaml: Add port 222 to list of SSH Ports
Stefan Schantl [Fri, 1 Feb 2019 13:34:25 +0000 (14:34 +0100)] 
suricata.yaml: Add port 222 to list of SSH Ports

The SSH-server listened on port "222" as default on IPFire in the past.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Grab address for RED by using get_red_address() function.
Stefan Schantl [Thu, 31 Jan 2019 08:50:47 +0000 (09:50 +0100)] 
ids-functions.pl: Grab address for RED by using get_red_address() function.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Add function to the the current assigned IP-address of RED.
Stefan Schantl [Thu, 31 Jan 2019 08:41:35 +0000 (09:41 +0100)] 
ids-functions.pl: Add function to the the current assigned IP-address of RED.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Automatically download ruleset if the ruleset source has been changed.
Stefan Schantl [Thu, 31 Jan 2019 07:55:05 +0000 (08:55 +0100)] 
ids.cgi: Automatically download ruleset if the ruleset source has been changed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agocore128: Delete SSE2-optimised legacy OpenSSL libraries, too
Michael Tremer [Wed, 30 Jan 2019 18:37:26 +0000 (18:37 +0000)] 
core128: Delete SSE2-optimised legacy OpenSSL libraries, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
5 years agoinitscripts/suricata: Generate firewall rules on start and reload
Stefan Schantl [Wed, 30 Jan 2019 12:43:38 +0000 (13:43 +0100)] 
initscripts/suricata: Generate firewall rules on start and reload

Fixes #11978

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Add RED address and aliases to the HOME_NET
Stefan Schantl [Wed, 30 Jan 2019 11:04:54 +0000 (12:04 +0100)] 
ids-functions.pl: Add RED address and aliases to the HOME_NET

Reference: #11981

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids-functions.pl: Add get_aliases()
Stefan Schantl [Wed, 30 Jan 2019 10:57:49 +0000 (11:57 +0100)] 
ids-functions.pl: Add get_aliases()

This subfunction is used to get all configured and enabled aliases
for the RED network zone. They will be returned as an array.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoupdate-ids-ruleset: Improve error reporting if the system is offline
Stefan Schantl [Wed, 30 Jan 2019 09:57:31 +0000 (10:57 +0100)] 
update-ids-ruleset: Improve error reporting if the system is offline

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Dynamically generate SHOW/HIDE for expanding or collapsing a ruleset category
Stefan Schantl [Wed, 30 Jan 2019 09:53:17 +0000 (10:53 +0100)] 
ids.cgi: Dynamically generate SHOW/HIDE for expanding or collapsing a ruleset category

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
5 years agoids.cgi: Show IDS setting area only if a ruleset is present.
Stefan Schantl [Wed, 30 Jan 2019 09:12:11 +0000 (10:12 +0100)] 
ids.cgi: Show IDS setting area only if a ruleset is present.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>