Commit Graph

11791 Commits

Author SHA1 Message Date
Michael Tremer
27279edffc core121: Ship updated pcre
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:44:20 +01:00
Matthias Fischer
0f458e4df0 libidn: Update to 1.34
For details see:
https://lists.gnu.org/archive/html/info-gnu/2018-04/msg00001.html

"* Version 1.34 (2018-03-31)

** libidn: Fix integer overflow in combine_hangul()
   Found by fuzzing.
** libidn: Fix integer overflow in punycode decoder
   Found by fuzzing, fix for the fix reported by Christian Weisgerber
** libidn: Fix performance issue in idna_to_unicode_internal()
   Found by fuzzing.
** libidn: Fix performance issue in stringprep functions.
   Found by fuzzing.
** libidn: Fix NULL pointer dereference in g_utf8_normalize()
   Found by fuzzing.
** libidn: Fix NULL pointer dereference in stringprep_ucs4_nfkc_normalize()
   Found by fuzzing.
** libidn: Increase performance of stringprep functions
   Found by fuzzing.
** testing: Add OSS-fuzz integration and regression testing
** build: Update gnulib files
** build: Modernize GTK-Doc build
** build: Fix parallel builds
** build: Add configure flag --disable-doc
** build: Add configure flag --enable-ubsan (enable UB Sanitizer)
** build: Add configure flag --enable-asan (enable Address Sanitizer)
** build: Fix compiler warnings
** build: Fix build for gcc-7
** i18n: Added Swedish translation.
   Thanks to Josef Andersson.
** API and ABI is backwards compatible with the previous version."

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:40:47 +01:00
Matthias Fischer
792bed3716 pcre: Update to 8.42
For details see:
http://www.pcre.org/original/changelog.txt

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:40:33 +01:00
Peter Müller
3a0695be8f update nagios_nrpe to 3.2.1
Update NRPE to 3.2.1, which fixes various security vulnerabilities
and bugs (changelog is available at:
https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md).

Due to changes in ./configure, some options such as initsystem (sysV)
need to be specified now. Also, simple "make" does not exist anymore
and must be replaced by "make all".

Rootfile information is now included which was missing in the
first version of this patch.

This fixes #11700 and partly addresses #11551.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:39:50 +01:00
Michael Tremer
e35c70ac23 core121: Ship update list of trusted CAs
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:39:50 +01:00
Peter Müller
3e0bab5e02 update ca-certificates CA bundle
Update the CA certificates list to what Mozilla NSS ships currently
(some Turktrust root CAs have been dropped).

The original file can be retrieved from:
https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-05-05 20:39:50 +01:00
Arne Fitzenreiter
e990e4273f core121: fix typo fileslist -> filelist
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-05-05 18:01:53 +02:00
Arne Fitzenreiter
f1051b4952 set pakfire core back to 120
this should set to 121 when the updated is finished to ensure that
testers that has installed a test build install core121 again.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-05-05 17:49:44 +02:00
Arne Fitzenreiter
0d2cbbab85 Merge branch 'kernel-4.14' into next 2018-05-05 09:14:42 +02:00
Arne Fitzenreiter
c800cec71f kernel: update to 4.14.39
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-05-03 15:37:39 +02:00
Arne Fitzenreiter
ea76b08bc3 u-boot: enable HUSH_PARSER for Iomega iConnect
without this if ... then ... else is not supported.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-05-02 11:39:38 +02:00
Arne Fitzenreiter
a06f9daf20 u-boot: remove useless rootwait double
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-05-02 11:38:23 +02:00
Arne Fitzenreiter
b69338e0e8 kernel: update to 4.14.38
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-30 12:26:30 +02:00
Michael Tremer
36d9e459c0 core121: Add filelist
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-30 11:26:10 +01:00
Arne Fitzenreiter
d8d20375b3 u-boot: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-29 23:09:08 +02:00
Arne Fitzenreiter
8718a67ec5 kernel: disable crng unseeded use message spamming
there was a bug until 4.14.36 that this message are not printed at all
now it work and spam the log at boot.
For security it is is a nightmare to use unseeded random but we and the user
cannot do anything. This is work for platform maintainers to get the crng
working earlier.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-29 09:50:06 +02:00
Arne Fitzenreiter
bf1e75985f u-boot-kirkwood: add u-boot build for kirkwood
This file build IPFire (dtb, bootz) compatible versions for:

Marvell DreamPlug
Iomega iConnect Wireless
Raidsonic ICY-Box 62x0

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-28 10:24:16 +02:00
Arne Fitzenreiter
79dbff45cb Merge remote-tracking branch 'origin/core120' into kernel-4.14 2018-04-28 09:09:00 +02:00
Arne Fitzenreiter
630040c830 kernel: update to 4.14.37
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-28 09:01:52 +02:00
Arne Fitzenreiter
e10049b357 u-boot: update buildscript
enable wandboard
update ident strings
distclean after every target

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-28 08:51:01 +02:00
Peter Müller
8858180db5 remove forgotten Nagios files, if any
When we decided to drop Nagios, some files were not removed on the
installations. Since the package does not exist anymore, "pakfire remove
nagios" does not work so we need to clean them up manually in case they
exist.

The third version of this patch makes sure Apache is restarted
afterwards, and includes some forgotten files [sic] as well as it is
now applying for Core Update 121.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-27 11:04:26 +01:00
Peter Müller
2a20456f7d Start Core Update 121
Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-27 11:04:21 +01:00
Peter Müller
40a930bda5 BUG:11312 Fix renaming GeoIP groups
When renaming a GeoIP Group, the corresponding names in
firewallrules (if any) are not changed accordingly. Now
when changing a GeoIP Group the firewallrules are renamed
correctly.

Slightly improved first version of this patch (contained
a blank line with trailing whitespace). No functionality
changed, patch has been confirmed as working correctly.

Fixes: #11312
Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-27 11:04:05 +01:00
Michael Tremer
39f4488a62 core120: Regenerate IPsec configuration
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 14:25:55 +01:00
Michael Tremer
ef623d3e68 Revert "IPsec: Try to restart always-on tunnels immediately"
This reverts commit a261cb06c6.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 14:24:15 +01:00
Michael Tremer
196b9090f9 dma: Apply compile fix
dma segfaulted when built without string.h.

Fixes: #11701

Submitted upstream: https://github.com/corecode/dma/pull/58

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 12:35:51 +01:00
Michael Tremer
86fd194766 dma: Apply compile fix
dma segfaulted when built without string.h.

Fixes: #11701

Submitted upstream: https://github.com/corecode/dma/pull/58

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 12:34:53 +01:00
Peter Müller
df7f30a146 improve error message if make.sh is executed by non-root user
Fixes #11706.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 11:13:56 +01:00
Michael Tremer
f4a91e23d9 Drop noip updater
This package is unused since we introduced ddns. Dropped.

Fixes: #11708
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 11:04:34 +01:00
Michael Tremer
a3452c9030 ipsec: Open ports in outgoing direction
When the firewall policy is blocked, no outgoing IPsec connections
can be established. That is slightly counter-intuitive since we
open ports in the incoming direction automatically.

Fixes: #11704

Reported-by: Oliver Fuhrer <oliver.fuhrer@bluewin.ch>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 10:47:16 +01:00
Ersan Yildirim
637eee2607 Fix mistakes in Turkish translation
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-24 10:46:52 +01:00
Matthias Fischer
f529ad213f clamav 0.100.0: Add missing update for rootfile
This is missing in https://patchwork.ipfire.org/patch/1722/

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-23 11:21:10 +01:00
Peter Müller
a83b738215 update ClamAV to 0.100.0
Update ClamAV to 0.100.0, which brings some new features and bugfixes
(release notes are available here: https://blog.clamav.net/2018/04/clamav-01000-has-been-released.html).

Since the internal LLVM code is now deprecated and disabled by default,
patching clamav/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
does not seem to be necessary anymore.

Further, the --disable-zlib-vcheck option has been removed since it
produces warnings during compilation.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-23 11:20:52 +01:00
Arne Fitzenreiter
6077d53865 leds: dreamplug: the blue led has wrong name in dtb
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-22 10:24:36 +02:00
Arne Fitzenreiter
2b97294c8b leds: rename dreamplug leds for new kernel
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-22 10:16:37 +02:00
Arne Fitzenreiter
7f1b6ea3c2 kernel: update to 4.14.35
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-20 10:52:30 +02:00
Arne Fitzenreiter
5ca5270409 iw: update to 4.14
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-19 18:42:27 +02:00
Arne Fitzenreiter
da496c8b65 crda: update to 3.18
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-19 18:42:03 +02:00
Michael Tremer
1c28319e1e squid-accounting: Do not make menu entry executable
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-19 15:38:20 +01:00
Michael Tremer
1d95329925 squid-accounting: Do not make translations executable
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-19 15:37:58 +01:00
Michael Tremer
d0d2e8c4ad squid-accounting: Install Turkish translation
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-19 15:37:28 +01:00
Michael Tremer
4cd51e20ae Revert "IPsec: Try to restart always-on tunnels immediately"
This reverts commit a261cb06c6.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-19 15:36:37 +01:00
Arne Fitzenreiter
a9203b4f5b kernel: i586 enable cs5535 gpio module
this modul is needed for alix led support

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-18 06:11:15 +02:00
Michael Tremer
bbaa7993bd wio: Translation files do not need to be executable
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-17 13:50:02 +01:00
Michael Tremer
5990b2882b wio: Actually install Turkish translation
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-17 13:49:41 +01:00
Arne Fitzenreiter
c4172fad43 firstsetup: fix disabling tty's on scon mode
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-17 13:42:17 +02:00
Ersan Yildirim
f8bb9b1578 Update Turkish translation and add translation for WIO and squid accounting
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-17 09:47:48 +01:00
Arne Fitzenreiter
20406699e3 grub: update to 2.02
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-17 06:10:06 +02:00
Arne Fitzenreiter
cd99c47371 u-boot: fix typo in startscript
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-16 18:15:12 +02:00
Arne Fitzenreiter
eef0d706e8 acpid: start also if kernel has no acpi support.
acpid is also needed for gpio and hid powerbuttons if there is no
real acpi support.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-04-16 18:12:24 +02:00