]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
7 years agoguardian.cgi: Create config and ignore file if they does not exist.
Stefan Schantl [Fri, 29 Apr 2016 09:54:53 +0000 (11:54 +0200)] 
guardian.cgi: Create config and ignore file if they does not exist.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Prevent from blocking the used DNS servers.
Stefan Schantl [Fri, 29 Apr 2016 09:06:40 +0000 (11:06 +0200)] 
guardian.cgi: Prevent from blocking the used DNS servers.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Use private subfunction for gateway and DNS server detection.
Stefan Schantl [Fri, 29 Apr 2016 09:06:06 +0000 (11:06 +0200)] 
guardian.cgi: Use private subfunction for gateway and DNS server detection.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add function to generate the guardian.ignore file.
Stefan Schantl [Fri, 29 Apr 2016 08:55:32 +0000 (10:55 +0200)] 
guardian.cgi: Add function to generate the guardian.ignore file.

This function is responsible for collecting all required data,
like the green, blue, orange (if the interfaces are available),
red, gateway and used DNS server IP-addresses.

It will add als these addresses and the configured and enabled
user-defined ignored addresses/networks to the ignore file of
guardian to prevent from blocking any of them.

Note:

The IPFire and RED inteface related addresses also will be added
to the ignore file, even if there is no user-defined entry in the
list.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Use ignored config file.
Stefan Schantl [Fri, 29 Apr 2016 07:09:25 +0000 (09:09 +0200)] 
guardian.cgi: Use ignored config file.

The CGI now uses an own ignored configuration file for
storing host addresses and/or subnets which should be
ignored by guardian.

This allows to add remarks for them and to enable or disable
each entry individally at any time.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Use "getipstat" binary.
Stefan Schantl [Thu, 25 Feb 2016 10:22:19 +0000 (11:22 +0100)] 
guardian.cgi: Use "getipstat" binary.

Rework the GetBlockedHosts() to use the "getipstat" binary
instead of the not longer available "guardianctrl" binary.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Send commands through socket connection.
Stefan Schantl [Wed, 24 Feb 2016 11:41:12 +0000 (12:41 +0100)] 
guardian.cgi: Send commands through socket connection.

The guardianctrl binary does not longer exists, use
the Guardian::Socket module to send various commands
by using the provided socket client.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Adjust code for generating the config file.
Stefan Schantl [Wed, 24 Feb 2016 11:12:11 +0000 (12:12 +0100)] 
guardian.cgi: Adjust code for generating the config file.

The config file format and values have been changed, so the
code to do the generation has to be adjusted.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Drop option for configure the path to the snort alertfile.
Stefan Schantl [Wed, 24 Feb 2016 08:27:10 +0000 (09:27 +0100)] 
guardian.cgi: Drop option for configure the path to the snort alertfile.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Rename hash keys for enabled modules.
Stefan Schantl [Wed, 24 Feb 2016 08:19:39 +0000 (09:19 +0100)] 
guardian.cgi: Rename hash keys for enabled modules.

Rename the hash key names of enabled parser modules,
(services which should be monitored by guardian) to
keep the same name sheme than in the guardian config
file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Adjust CGI to use Locale::Codes::Country.
Stefan Schantl [Wed, 24 Feb 2016 07:59:42 +0000 (08:59 +0100)] 
guardian.cgi: Adjust CGI to use Locale::Codes::Country.

The module has been renamed some time ago.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Disable debugging.
Stefan Schantl [Sat, 28 Feb 2015 11:33:12 +0000 (12:33 +0100)] 
guardian.cgi: Disable debugging.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Suppress warnings for ${Header::colourgreen} variable.
Matthias Fischer [Sat, 28 Feb 2015 10:57:33 +0000 (11:57 +0100)] 
guardian.cgi: Suppress warnings for ${Header::colourgreen} variable.

Reference #10748.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Fix unititalized value "GUARDIAN_ENABLE_OWNCLOUD".
Matthias Fischer [Sat, 28 Feb 2015 10:54:58 +0000 (11:54 +0100)] 
guardian.cgi: Fix unititalized value "GUARDIAN_ENABLE_OWNCLOUD".

When the owncloud addon is not installed, this value was not
initialized correctly.

Reference #10748.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Use variable $pid instead of array element.
Matthias Fischer [Sat, 28 Feb 2015 10:52:33 +0000 (11:52 +0100)] 
guardian.cgi: Use variable $pid instead of array element.

This will prevent from a lot of perl suggestions in the
apache error log.

Reference #10748.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Fix path to meta-owncloud.
Stefan Schantl [Sat, 24 Jan 2015 17:41:37 +0000 (18:41 +0100)] 
guardian.cgi: Fix path to meta-owncloud.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add configure options for owncloud.
Stefan Schantl [Sat, 17 Jan 2015 09:15:12 +0000 (10:15 +0100)] 
guardian.cgi: Add configure options for owncloud.

The related options only will be displayed when the owncloud addon
has been installed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Allways read-in settings.
Stefan Schantl [Sat, 1 Nov 2014 12:42:53 +0000 (13:42 +0100)] 
guardian.cgi: Allways read-in settings.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Some more input validation.
Stefan Schantl [Tue, 28 Oct 2014 20:53:27 +0000 (21:53 +0100)] 
guardian.cgi: Some more input validation.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Correct indentation when writing out the config file.
Stefan Schantl [Mon, 27 Oct 2014 20:12:03 +0000 (21:12 +0100)] 
guardian.cgi: Correct indentation when writing out the config file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add dropdown for PriorityLevel selection.
Stefan Schantl [Mon, 27 Oct 2014 20:06:58 +0000 (21:06 +0100)] 
guardian.cgi: Add dropdown for PriorityLevel selection.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Fix and improve input validation.
Stefan Schantl [Mon, 27 Oct 2014 19:16:42 +0000 (20:16 +0100)] 
guardian.cgi: Fix and improve input validation.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Reload guardian if config or the ignorelist changes.
Stefan Schantl [Tue, 21 Oct 2014 19:55:07 +0000 (21:55 +0200)] 
guardian.cgi: Reload guardian if config or the ignorelist changes.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add option to configure the BlockCount.
Stefan Schantl [Sun, 19 Oct 2014 17:58:45 +0000 (19:58 +0200)] 
guardian.cgi: Add option to configure the BlockCount.

Some small code fixes.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Accidently hardcoded some descriptions.
Stefan Schantl [Sun, 19 Oct 2014 14:46:38 +0000 (16:46 +0200)] 
guardian.cgi: Accidently hardcoded some descriptions.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add dropdown to select the used loglevel.
Stefan Schantl [Sun, 19 Oct 2014 14:43:32 +0000 (16:43 +0200)] 
guardian.cgi: Add dropdown to select the used loglevel.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Remove code for options which have been dropped from guardian.
Stefan Schantl [Sun, 19 Oct 2014 12:01:48 +0000 (14:01 +0200)] 
guardian.cgi: Remove code for options which have been dropped from guardian.

Guardian does not longer require the information for the red interface from
the configfile.

Guardian does not longer support a targetfile.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add options to enable/disable some built-in functions from guardian.
Stefan Schantl [Sun, 19 Oct 2014 11:57:30 +0000 (13:57 +0200)] 
guardian.cgi: Add options to enable/disable some built-in functions from guardian.

This commit allows to enable or disable the monitoring of the snort alertfile
and to switch off the blocking of SSH and HTTPD Brute-force attempts.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Remove code for Blockinterfaces.
Stefan Schantl [Sat, 9 Aug 2014 08:35:32 +0000 (10:35 +0200)] 
guardian.cgi: Remove code for Blockinterfaces.

We don't need this code anymore because we dropped interface support
from guardian.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Connect subboxes with input elements to the main boxes.
Stefan Schantl [Sat, 5 Jul 2014 13:09:50 +0000 (15:09 +0200)] 
guardian.cgi: Connect subboxes with input elements to the main boxes.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Sort blocked IP addresses.
Stefan Schantl [Mon, 30 Jun 2014 15:59:28 +0000 (17:59 +0200)] 
guardian.cgi: Sort blocked IP addresses.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Add hyperlink to ipinfo page for blocked hosts.
Stefan Schantl [Sun, 8 Jun 2014 10:47:58 +0000 (12:47 +0200)] 
guardian.cgi: Add hyperlink to ipinfo page for blocked hosts.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: Autodetect the used interface for red.
Stefan Schantl [Tue, 3 Jun 2014 20:36:32 +0000 (22:36 +0200)] 
guardian.cgi: Autodetect the used interface for red.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoguardian.cgi: New page to configure and interact with guardian.
Stefan Schantl [Sun, 1 Jun 2014 15:24:23 +0000 (17:24 +0200)] 
guardian.cgi: New page to configure and interact with guardian.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agonginx: Update to 1.8.1
Michael Tremer [Thu, 28 Jul 2016 09:46:21 +0000 (10:46 +0100)] 
nginx: Update to 1.8.1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agokernel: update arm buildfix patch
Arne Fitzenreiter [Fri, 29 Jul 2016 05:18:37 +0000 (07:18 +0200)] 
kernel: update arm buildfix patch

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agocore104: add kernel to updater
Arne Fitzenreiter [Thu, 28 Jul 2016 16:12:13 +0000 (18:12 +0200)] 
core104: add kernel to updater

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agokernel: update to 3.14.74
Arne Fitzenreiter [Thu, 28 Jul 2016 16:01:32 +0000 (18:01 +0200)] 
kernel: update to 3.14.74

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agobackports: add upstream driver fixes.
Arne Fitzenreiter [Thu, 28 Jul 2016 16:00:50 +0000 (18:00 +0200)] 
backports: add upstream driver fixes.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agoFirewall: Add Services SSMTP and submission
Alexander Marx [Tue, 26 Jul 2016 12:40:45 +0000 (14:40 +0200)] 
Firewall: Add Services SSMTP and submission

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agonano 2.6.1: fix in rootfile
Matthias Fischer [Fri, 22 Jul 2016 20:23:24 +0000 (22:23 +0200)] 
nano 2.6.1: fix in rootfile

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Include recent changes
Michael Tremer [Wed, 20 Jul 2016 15:49:11 +0000 (16:49 +0100)] 
core104: Include recent changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoChange case of the unit "bit" from "Bit" to "bit" in web UI
Alf Høgemark [Thu, 14 Jul 2016 11:14:55 +0000 (13:14 +0200)] 
Change case of the unit "bit" from "Bit" to "bit" in web UI

The correct case for "kilobit" is "kilobit", not "kiloBit".
And the same applies for Mbit, Gbit etc.
Reference is https://en.wikipedia.org/wiki/Kilobit

This commit changes the texts used in the web UI, so
that it correctly displays as "bit", "kbit", "Mbit" etc.

This fixes bugzilla item 10918.

Signed-off-by: Alf Høgemark <alf@i100.no>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agonano: Update to 2.6.1
Matthias Fischer [Mon, 18 Jul 2016 09:50:45 +0000 (11:50 +0200)] 
nano: Update to 2.6.1

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoFix potential HTTPoxy vulnerability
Michael Tremer [Tue, 19 Jul 2016 14:01:05 +0000 (15:01 +0100)] 
Fix potential HTTPoxy vulnerability

https://httpoxy.org/

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agofreeradius: New package
Michael Tremer [Tue, 12 Jul 2016 13:51:18 +0000 (14:51 +0100)] 
freeradius: New package

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoUpdate qemu to version 2.6
Jonatan Schlag [Tue, 5 Jul 2016 09:56:52 +0000 (11:56 +0200)] 
Update qemu to version 2.6

This patch update qemu to version 2.6
For changelogs see:
http://wiki.qemu.org/ChangeLog/2.5
http://wiki.qemu.org/ChangeLog/2.6

Qemu try to built with bluez, but before version 2.6 bluez was not used
by qemu on IPFire, so I think it is better to disable bluez because
nobody needs it before version 2.6 and our bluez  is not the latest
version so I think this will cause more problems than benefits.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoUpdate spice to version 0.12.8
Jonatan Schlag [Sat, 16 Jul 2016 10:18:52 +0000 (12:18 +0200)] 
Update spice to version 0.12.8

This is an security update.
Recent were 2 serious security vulnerabilities published.
This patch update spice to a version which is not vulnerable.

Changelog:

Changes in 0.12.8:

==================
* Fixes for CVE-2016-0749 and CVE-2016-2150

Changes in 0.12.7:
==================
* spice-server will now send TCP keepalive probes on the TCP connections
  it
  uses. This can prevent unwanted idle disconnections if proxies are
  used
  between the client and the host.
* Fix important memory usage when the webdav channel is used
* Do not disconnect when the client requests an unsupported compression
  type
* Fix a few race conditions
* Fix display glitch when using XSpice
* Improve help string for 'replay -s'
* Fix crashes in corner cases (buggy spice-html5 + win10, vnc + SPICE
  port
  configured, USB webcam redirection over a slow link)
* Fix various compilation warning when building on 32 bit machines
* Some fixes for big-endian machines, more work is likely to be needed
* Do not build static libraries by default, this can be reenabled with
  --enable-static
* Fix small leak in MJPEG code

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agolibtiff: Bump release
Michael Tremer [Sat, 16 Jul 2016 10:24:41 +0000 (11:24 +0100)] 
libtiff: Bump release

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agolibtiff: update to 4.0.6
Marcel Lorenz [Fri, 15 Jul 2016 17:13:07 +0000 (19:13 +0200)] 
libtiff: update to 4.0.6

The pak version from spandsp sane and foomatic are increased by one
to ship packages build against new libtiff.

A compat is not needed

http://www.remotesensing.org/libtiff/v4.0.6.html

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Ship recently updated which
Michael Tremer [Sat, 16 Jul 2016 09:57:04 +0000 (10:57 +0100)] 
core104: Ship recently updated which

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agowhich: update to 2.21
Marcel Lorenz [Fri, 15 Jul 2016 16:42:46 +0000 (18:42 +0200)] 
which: update to 2.21

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoUpdate spice-protocol to 0.12.11
Jonatan Schlag [Fri, 15 Jul 2016 15:27:15 +0000 (17:27 +0200)] 
Update spice-protocol to 0.12.11

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agokernel: Fix broken syntax in configuration file
Michael Tremer [Fri, 15 Jul 2016 10:08:56 +0000 (11:08 +0100)] 
kernel: Fix broken syntax in configuration file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoBuild bzip2 before pcre
Michael Tremer [Fri, 15 Jul 2016 08:55:49 +0000 (09:55 +0100)] 
Build bzip2 before pcre

pcre is now depending on bzip2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoFix in libvirt install.sh/uninstall.sh
Jonatan Schlag [Fri, 15 Jul 2016 08:28:17 +0000 (10:28 +0200)] 
Fix in libvirt install.sh/uninstall.sh

The libvirt daemon was not started after installation because the
initscritp is named 'libvirtd' not like the package 'libvirt'.
The same problem appear in the uninstall.sh. The service was not
stopped.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Ship recently updated packages
Michael Tremer [Thu, 14 Jul 2016 22:36:49 +0000 (23:36 +0100)] 
core104: Ship recently updated packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoacpid: update to 2.0.26
Marcel Lorenz [Sun, 26 Jun 2016 07:58:14 +0000 (09:58 +0200)] 
acpid: update to 2.0.26

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agopcre: update to 8.39
Marcel Lorenz [Sun, 26 Jun 2016 07:42:04 +0000 (09:42 +0200)] 
pcre: update to 8.39

http://www.pcre.org/original/changelog.txt

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agopopt: update to 1.16
Marcel Lorenz [Sun, 26 Jun 2016 08:02:54 +0000 (10:02 +0200)] 
popt: update to 1.16

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocurl: update to 7.49.1
Marcel Lorenz [Sun, 26 Jun 2016 08:07:44 +0000 (10:07 +0200)] 
curl: update to 7.49.1

https://curl.haxx.se/changes.html#7_49_1

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoiputils: update to s20160308
Marcel Lorenz [Sun, 26 Jun 2016 08:08:58 +0000 (10:08 +0200)] 
iputils: update to s20160308

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoacl: update to 2.2.52
Marcel Lorenz [Sun, 26 Jun 2016 08:38:18 +0000 (10:38 +0200)] 
acl: update to 2.2.52

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agolibcap: update to 2.25
Marcel Lorenz [Sun, 26 Jun 2016 08:33:03 +0000 (10:33 +0200)] 
libcap: update to 2.25

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocollectd: Ignore *phys, macvtap* and vnet* interfaces
Michael Tremer [Wed, 13 Jul 2016 15:55:29 +0000 (16:55 +0100)] 
collectd: Ignore *phys, macvtap* and vnet* interfaces

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agodnsmasq 2.76: latest patches from upstream (004-009)
Matthias Fischer [Tue, 12 Jul 2016 10:37:19 +0000 (12:37 +0200)] 
dnsmasq 2.76: latest patches from upstream (004-009)

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agodnsmasq 2.76: latest patches from upstream (001-003)
Matthias Fischer [Sat, 9 Jul 2016 10:27:37 +0000 (12:27 +0200)] 
dnsmasq 2.76: latest patches from upstream (001-003)

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agop7zip: add CVE-2016-2334 and CVE-2016-2335 patches
Arne Fitzenreiter [Mon, 11 Jul 2016 14:27:58 +0000 (16:27 +0200)] 
p7zip: add CVE-2016-2334 and CVE-2016-2335 patches

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agoMerge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Mon, 11 Jul 2016 13:39:53 +0000 (15:39 +0200)] 
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next

7 years agokernel: disable amd ccp support
Arne Fitzenreiter [Mon, 11 Jul 2016 08:42:51 +0000 (10:42 +0200)] 
kernel: disable amd ccp support

ccp based trng of the apu2 produce none random data.
Aes accleration is also not used because IPFire prefere
AES-NI if this is supported.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agoFix compound nouns for mail service feature
Michael Tremer [Sat, 2 Jul 2016 10:18:38 +0000 (12:18 +0200)] 
Fix compound nouns for mail service feature

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agokernel: arm7-multi: enable ohci_hcd
Arne Fitzenreiter [Thu, 30 Jun 2016 18:29:40 +0000 (20:29 +0200)] 
kernel: arm7-multi: enable ohci_hcd

needed for usb1.1 support on BananaPi

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agokernel: update to 3.14.74
Arne Fitzenreiter [Wed, 29 Jun 2016 15:04:28 +0000 (17:04 +0200)] 
kernel: update to 3.14.74

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agobackports: r8152 add lenovo and nvidia usb id
Arne Fitzenreiter [Wed, 29 Jun 2016 15:00:29 +0000 (17:00 +0200)] 
backports: r8152 add lenovo and nvidia usb id

this id's are blacklisted in new cdc_ether module
because the r8152 module should used but the
3.14 module not know this id's.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
7 years agocore104: Ship updated libarchive
Michael Tremer [Mon, 27 Jun 2016 22:18:39 +0000 (23:18 +0100)] 
core104: Ship updated libarchive

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agolibarchive: update to 3.2.1
Marcel Lorenz [Sun, 26 Jun 2016 07:27:58 +0000 (09:27 +0200)] 
libarchive: update to 3.2.1

Fixes CVE-2016-4301
Libarchive mtree parse_device Code Execution Vulnerability

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore 104: Add updated snort.
Stefan Schantl [Wed, 22 Jun 2016 12:19:24 +0000 (14:19 +0200)] 
core 104: Add updated snort.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agocore 104: Add changed ids.cgi.
Stefan Schantl [Wed, 22 Jun 2016 12:18:36 +0000 (14:18 +0200)] 
core 104: Add changed ids.cgi.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agosnort: Rootfile update.
Stefan Schantl [Wed, 22 Jun 2016 12:13:49 +0000 (14:13 +0200)] 
snort: Rootfile update.

Rootfile update for snort 2.9.8.2 which has been overlocked in
commit 5a5e5f04a7cb2a6c39be2a53205d42b99ab80885.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoAdd updated ddns to core 104.
Stefan Schantl [Tue, 21 Jun 2016 10:02:49 +0000 (12:02 +0200)] 
Add updated ddns to core 104.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoddns: Update to version 010.
Stefan Schantl [Tue, 21 Jun 2016 09:59:18 +0000 (11:59 +0200)] 
ddns: Update to version 010.

This update fixes some smaller issues on various dynamic DNS
providers and adds support for DuckDNS as new provider.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Stefan Schantl [Tue, 21 Jun 2016 08:08:07 +0000 (10:08 +0200)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

7 years agoChange the default qemu user and group of libvirt
Jonatan Schlag [Fri, 17 Jun 2016 11:06:41 +0000 (13:06 +0200)] 
Change the default qemu user and group of libvirt

Changes the libvirt user to nobody and the group to kvm this is a bit
safer as to use root for both.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoQemu: add a group kvm to access /dev/kvm eaiser
Jonatan Schlag [Fri, 17 Jun 2016 11:06:40 +0000 (13:06 +0200)] 
Qemu: add a group kvm to access /dev/kvm eaiser

As a normal user, it is not possible to use qemu with KVM. This is bad
because it is better when it is possible to start the machine with a
less privileged user. To achieve this a group KVM is created and the
access to /dev/kvm is allowed for this group. So every user in this
group can use qemu with KVM.
This change is also useful for libvirt because the VMs can be started
with user nobody and group kvm.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoRootfile update
Michael Tremer [Sun, 19 Jun 2016 08:54:32 +0000 (09:54 +0100)] 
Rootfile update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Ship updated shadow-utils and remove old files
Michael Tremer [Fri, 17 Jun 2016 12:07:10 +0000 (13:07 +0100)] 
core104: Ship updated shadow-utils and remove old files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoshadow: update to 4.2.1
Marcel Lorenz [Sat, 19 Mar 2016 07:10:25 +0000 (08:10 +0100)] 
shadow: update to 4.2.1

The "groups" from the coreutils package is used (/usr/bin/groups)

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Ship updated pakfire functions.sh
Michael Tremer [Thu, 16 Jun 2016 08:34:24 +0000 (09:34 +0100)] 
core104: Ship updated pakfire functions.sh

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoFix in pakfire functions.sh
Jonatan Schlag [Fri, 10 Jun 2016 08:13:41 +0000 (10:13 +0200)] 
Fix in pakfire functions.sh

The if statement in line 89 and 99 are useless with the -e
conditional expression because it returns true if the path ist a
regular file or a directory.
So "/etc/init.d/ " returns true and "/etc/init.d/avahi" return also true,
but the statement should return only true if we have a regular file.
So -f if the right conditional expression, and we only try to execute
the init script if the path "/etc/init.d/${1}" points to a regular file.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoChange the default libvirt remote user to libvirt-remote
Jonatan Schlag [Fri, 10 Jun 2016 08:57:13 +0000 (10:57 +0200)] 
Change the default libvirt remote user to libvirt-remote

It is possible to communicate per ssh via a socket with libvirt. It is
not a good idea to do this as root, so the remote user is now
libvirt-remote. Only this user or users in the group libvirt-remote can
communicate with the socket.
The user libvirt-remote is created without a password. The users have to
set a password for this user after installation.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Add ntp update
Michael Tremer [Thu, 16 Jun 2016 08:28:34 +0000 (09:28 +0100)] 
core104: Add ntp update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agontp: Update to 4.2.8p8
Matthias Fischer [Tue, 14 Jun 2016 10:44:48 +0000 (12:44 +0200)] 
ntp: Update to 4.2.8p8

It addresses 1 high- and 4 low--severity security issues, 4 bugfixes,
and contains other improvements over 4.2.8p7.

For a complete list, see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agontp: Update to 4.2.8p7
Matthias Fischer [Sun, 1 May 2016 10:29:02 +0000 (12:29 +0200)] 
ntp: Update to 4.2.8p7

It addresses 11 low- and medium-severity security issues, 16 bugfixes,
and contains other improvements over 4.2.8p6.

For a complete list, see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agontp: Update to 4.2.8p6
Matthias Fischer [Sat, 6 Feb 2016 22:37:50 +0000 (23:37 +0100)] 
ntp: Update to 4.2.8p6

"...addresses 9 low- and medium-severity security issues, 10 bugfixes,
and contains other improvements over 4.2.8p5."

For a complete list, see:
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore104: Add wget update
Michael Tremer [Thu, 16 Jun 2016 08:26:55 +0000 (09:26 +0100)] 
core104: Add wget update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agowget: Update to 1.18
Matthias Fischer [Tue, 14 Jun 2016 10:33:00 +0000 (12:33 +0200)] 
wget: Update to 1.18

Excerpt from annoncement:

"This version fixes a security vulnerability (CVE-2016-4971) present in
all old versions of wget.  The vulnerability was discovered by Dawid
Golunski which were reported to us by Beyond Security's SecuriTeam.

On a server redirect from HTTP to a FTP resource, wget would trust the
HTTP server and uses the name in the redirected URL as the destination
filename.
This behaviour was changed and now it works similarly as a redirect from
HTTP to another HTTP resource so the original name is used as
the destination file.  To keep the previous behaviour the user must
provide --trust-server-names."

Best,
Mat-backfromholidays-thias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agowget: Update to 1.17.1
Matthias Fischer [Mon, 8 Feb 2016 13:10:57 +0000 (14:10 +0100)] 
wget: Update to 1.17.1

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agoStart Core Update 104
Michael Tremer [Thu, 16 Jun 2016 08:24:22 +0000 (09:24 +0100)] 
Start Core Update 104

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agocore103: Restart squid and rebuild cache core103
Michael Tremer [Wed, 15 Jun 2016 17:47:29 +0000 (18:47 +0100)] 
core103: Restart squid and rebuild cache

The swap.state file may be broken and so we delete this here and
let squid rebuild the cache at the next start.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 years agofinish core 103 v2.19-core103
Arne Fitzenreiter [Mon, 13 Jun 2016 19:40:00 +0000 (21:40 +0200)] 
finish core 103

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>