Arne Fitzenreiter
38391953e0
sarg: update to 2.3.11 (needed for gcc-7)
2018-01-26 12:20:57 +01:00
Arne Fitzenreiter
61b8b66667
powertop: update to v2.9 (needed for gcc-7)
2018-01-26 12:18:36 +01:00
Arne Fitzenreiter
8a366449bb
bwm-ng: update to 0.6.1-f54b3fa (needed for gcc-7)
2018-01-26 12:16:37 +01:00
Arne Fitzenreiter
bb86f0f678
diffultis: update to 3.1.6 (needed for gcc-7)
2018-01-26 12:15:30 +01:00
Arne Fitzenreiter
ef17027ee8
u-boot: link missing header for gcc-7
2018-01-26 11:00:37 +01:00
Arne Fitzenreiter
4be4555fcb
vdr: disabled because it will not build with gcc-7
2018-01-26 10:58:59 +01:00
Jonatan Schlag
e7edab7e55
libvirt: update to version 4.0
...
This version works for me. Some others do not ..
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:51 +00:00
Jonatan Schlag
34297a18a4
python3-libvirt: drop this package
...
Since it is some work to update this package accordingly to the libvirt
version and facing the fact that I know nobody who using this I suggest to drop this. If we
need this later we can just revert the commit.
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:49 +00:00
Jonatan Schlag
62cddc671e
qemu: update to version 2.11
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:47 +00:00
Jonatan Schlag
939cc0932e
spice: update to version 0.14
...
For changelog see:
https://cgit.freedesktop.org/spice/spice/tree/NEWS
This update alos fixes: CVE-2016-9577, CVE-2016-9578, CVE-2017-7506
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:46 +00:00
Jonatan Schlag
3019aa9970
spice-protocol: update to version 0.12.13
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:44 +00:00
Jonatan Schlag
4a9e4a91f0
opus: update to version 1.2.1
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:42 +00:00
Jonatan Schlag
e9a7dfb1fe
pyparsing: update to version 2.2.0
...
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:12:39 +00:00
Michael Tremer
3ed1c621cf
Revert "Add Intel microcode updates from Jan 2018"
...
This reverts commit d404b1dba2 .
Intel has pulled these microcode updates because of
random system reboots and systems becoming unstable.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:08:22 +00:00
Michael Tremer
637eb1eda5
Revert "core118: Ship microcode updates for Intel processors"
...
This reverts commit c015d425d1 .
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:07:58 +00:00
Michael Tremer
a996dd211f
core118: Ship updated wget
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:07:11 +00:00
Matthias Fischer
c5845b096d
wget: Update to 1.9.4
...
Excerpts from changelog (Details => http://git.savannah.gnu.org/cgit/wget.git ):
"Switch off compression by default
Gzip compression has a number of bugs which need to be ironed out before we can support it
by default. Some of these stem from a misunderstanding of the HTTP spec, but a lot of them
are also due to many web servers not
being compliant with RFC 7231.
With this commit, I am marking GZip compression support as experimental
in GNU Wget pending further investigation and the addition of tests.
* src/http.c (gethttp): Fix bug that prevented all files from being decompressed
* src/host.c (sufmatch): Fix to domain matching
Replace HTTP urls with HTTPS where valid
Avoid redirecting output to file when tcgetpgrp fails
* src/log.c (check_redirect_output): tcgetpgrp can return -1 (ENOTTY),
be sure to check whether a valid controlling terminal exists before
redirecting. (Fixes : #51181 )
Fix heap overflow in HTTP protocol handling (CVE-2017-13090)
Fix stack overflow in HTTP protocol handling (CVE-2017-13089)"
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:06:53 +00:00
Matthias Fischer
be5c29b037
nano: Update to 2.9.2
...
For details see:
https://www.nano-editor.org/news.php
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:06:46 +00:00
Michael Tremer
68fa5e7810
core118: Ship updated sed
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:06:32 +00:00
Matthias Fischer
d3ae3b9974
sed: Update to 4.4
...
Hi,
'sed' hasn't been updated in IPFire for a few years - I thought it could
be worthy an update:
Excerpt from 'NEWS':
"* Noteworthy changes in release 4.4 (2017-02-03) [stable]
sed could segfault when invoked with specific combination of newlines
in the input and regex pattern. [Bug introduced in sed-4.3]"
"Noteworthy changes" from release 4.2.2 to 4.3 can be found in 'NEWS' file, too much
to list them all...
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-24 16:06:07 +00:00
Michael Tremer
cad9257ae2
core118: Ship LZ4
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-23 13:21:36 +00:00
Erik Kapfer
adf3f4f4fe
LZ4: New compression library.
...
New lossless data compression algorithm.
Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-23 13:20:58 +00:00
Michael Tremer
fb55a868c6
core118: Ship updated squid
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-23 13:09:37 +00:00
Matthias Fischer
eb03c511fd
squid 3.5.27: Patch for SA 2018:2
...
As announced, here is the second patch for 'squid 3.5.27'.
For details about this and the previous patch (2018_1) regarding "ESI Response
processing" and "HTTP message processing", see:
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-announce-ADVISORY-SQUID-2018-1-Denial-of-Service-issue-in-ESI-Response-processing-tp4684618.html
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-announce-ADVISORY-SQUID-2018-2-Denial-of-Service-issue-in-HTTP-Message-processing-td4684617.html
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-23 13:08:19 +00:00
Matthias Fischer
101765c0fd
squid 3.5.27: Patch for SA 2018:1
...
http://www.squid-cache.org/Versions/v3/3.5/changesets/
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-23 13:07:43 +00:00
Michael Tremer
1f91201011
firewall: Suppress warning about uninitialized array in GeoIP code
...
Fixes #11597
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-22 13:20:04 +00:00
Michael Tremer
e0a048fe21
poppler is now linking against glib2
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-22 13:12:56 +00:00
Peter Müller
1a9ccdf996
ship updated CA bundle
...
Add new generated CA bundle files to updater and remove
accidentally inserted blank line at the end of certdata.txt .
Signed-off-by: Peter Müller <peter.mueller@link38.eu >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 15:37:15 +00:00
Peter Müller
4fa3d0e88e
update ca-certificates CA bundle
...
Update the CA certificates list to what Mozilla NSS ships currently.
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-01-20 15:35:25 +00:00
Michael Tremer
898ff14a28
core118: Ship updated bind package
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 15:34:56 +00:00
Matthias Fischer
1bd1f34ba4
bind: Update to 9.11.2-P1
...
Fixes CVE-2017-3145 (https://kb.isc.org/article/AA-01542 )
For details see:
http://ftp.isc.org/isc/bind9/9.11.2-P1/RELEASE-NOTES-bind-9.11.2-P1.html
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 15:34:01 +00:00
Michael Tremer
1e7b718cd4
syslogdctrl: Fix compiler error and SEGV
...
Fixes #11574
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:51:40 +00:00
Michael Tremer
07e63f6d2a
Revert "misc-progs: syslogdctrl: Fix data type of protocol variable"
...
This reverts commit b269686f88 .
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:45:10 +00:00
Michael Tremer
ffd3c200c4
core118: Ship updated unbound
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:38:56 +00:00
Matthias Fischer
6ac7b8b2a4
unbound: Update to 1.6.8
...
For details see:
http://www.unbound.net/download.html
Fixes CVE-2017-15105: vulnerability in the processing of wildcard synthesized NSEC records,
=> https://unbound.net/downloads/CVE-2017-15105.txt
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:37:25 +00:00
Michael Tremer
6d91b9f707
core118: Ship dmidecode
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:35:49 +00:00
Jonatan Schlag
2da45fe0e1
dmidecode: update to version 3.1
...
The removed patches are included in this version so there is no need
that we apply them.
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-20 14:33:52 +00:00
Michael Tremer
cb7c10bd24
core118: Ship updated glib2
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:45:10 +00:00
Michael Tremer
8b0fbdc569
glib: Fix rootfile
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:44:48 +00:00
Michael Tremer
e442e02a7f
glib2: Update to 2.54.3
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:44:36 +00:00
Michael Tremer
c015d425d1
core118: Ship microcode updates for Intel processors
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:43:57 +00:00
Matthias Fischer
b7a84a9402
tor: Update to 0.3.2.9
...
For details see:
https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.2.9
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:29:08 +00:00
Jonatan Schlag
d404b1dba2
Add Intel microcode updates from Jan 2018
...
Add intel microcode to the distribution and configure dracut in a way
that the microcode is loaded early in the boot process.
Fixes #11590
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Acknowledged-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-14 15:25:08 +00:00
Michael Tremer
c91f74b988
core118: Ship updated urlfilter.dat
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-10 16:55:46 +00:00
Matthias Fischer
1b18943b15
urlfilter.dat: Added Older/Newer links at top of page
...
Hi,
Triggered by:
https://forum.ipfire.org/viewtopic.php?f=4&t=19998#p112930
Added 'Older'/'Newer'-links for better page browsing.
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-10 16:55:23 +00:00
Michael Tremer
7902d679eb
core118: Ship modified captive.cgi
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-10 16:44:53 +00:00
Matthias Fischer
bf1db4b28f
Forgot to change language strings in captive.cgi
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-10 16:44:04 +00:00
Michael Tremer
bca3f3bdbf
mdns-repeater: Stupid me has botched the rootfile
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-10 11:31:54 +00:00
Michael Tremer
e7fe1adfce
core118: Ship updated hdparm
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-09 14:14:37 +00:00
Michael Tremer
20367d5f24
Update translations
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-01-09 14:14:37 +00:00