Marcel Lorenz
1031bcee20
iproute2: update to 4.7.0
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:11:30 +01:00
Marcel Lorenz
54a59fd892
usb_modeswitch_data: update to 20160803
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:08:57 +01:00
Marcel Lorenz
3fc734f0f9
libmnl: update to 1.0.
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:07:13 +01:00
Marcel Lorenz
0e7699cbb5
libnetfilter_conntrack: update to 1.0.6
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:06:53 +01:00
Marcel Lorenz
087fee9c6a
attr: update to 2.4.47
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:05:38 +01:00
Marcel Lorenz
6f36046c81
expat: update to 2.2.0
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 13:04:42 +01:00
Michael Tremer
1c7a3c56ef
Revert "strongswan 5.5.0: update for rootfile"
...
The padlock module is only built on i586
This reverts commit 2ac05ca54c .
2016-09-24 12:55:24 +01:00
Marcel Lorenz
345f1f3c0b
gettext: update to 0.19.8.1
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 12:47:16 +01:00
Marcel Lorenz
282dfe0bb9
tcl: update to 8.6.6
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 12:39:41 +01:00
Marcel Lorenz
b48c31167b
flex: update to 2.6.1
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 12:38:47 +01:00
Marcel Lorenz
7c54847dc2
diffutils: update to 3.5
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 12:37:35 +01:00
Matthias Fischer
2ac05ca54c
strongswan 5.5.0: update for rootfile
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-24 12:25:46 +01:00
Michael Tremer
8029c2a899
strongswan: Update to 5.5.0
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-22 14:47:47 +01:00
Michael Tremer
f5ab60e9aa
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-15 11:04:11 +01:00
Michael Tremer
3f1b94b9fa
python-ipaddress: New package
...
Required for the unbound DHCP leases bridge
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-14 16:41:12 +01:00
Michael Tremer
811f3d3050
unbound: Start service after network has been brought up
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-12 21:13:25 +01:00
Michael Tremer
a66c4880d9
unbound: Start service at system boot
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-12 20:11:47 +01:00
Michael Tremer
266735a12f
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-12 11:07:44 +01:00
Matthias Fischer
4e63727d2d
next: rootfile updates for 'unbound' and 'initscripts'
...
These two came to my view during the last builds. I hope they're ok now.
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-12 11:06:50 +01:00
Michael Tremer
69f8d8ee6c
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-09-09 14:57:07 +01:00
Michael Tremer
5fba8a0b1e
Merge branch 'unbound' into next
2016-09-08 19:50:45 +01:00
Jonatan Schlag
d996e17ab8
Update libvirt to 2.1
...
This is the update of libvirt to the latest version 2.1.
The most important change from a packager view is the new virtlogd
daemon.
This daemon handles the qemu output and wrote it to log files.
The require some changes:
- A new init script to start, stop restart the daemon called virtlogd.
The daemon is restart with SIGUSR1 (this is important because the daemon
keeps all pipelines etc. open).
This introduces a problem with the uninstall.sh install.sh script.
It is not possible to stop the daemon while virtual machines are
running, so the script update.sh execute from now not uninstall.sh and
install.sh instead it contains all steps from uninstall.sh install.sh
expect the start / stop routine for virtlogd. The daemon is just
restarted after the update, which makes sure that all changes take
effect.
- new symlinks in the uninstall.sh and install.sh script and some root
file changes because of the new virtlogd init script.
- the archive format changes from tar.gz to tar.xz
For Changelogs see:
https://libvirt.org/news-2015.html
https://libvirt.org/news.html (2017 and later:
https://libvirt.org/news-2016.html )
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-31 22:40:35 +01:00
Matthias Fischer
bfce482806
gnupg: Update to 1.4.21
...
Second try:
Update from 1.4.18 to 1.4.21, based on current 'next'.
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-23 13:04:47 -04:00
Matthias Fischer
d8e31f4311
libgpg-error: Update to 1.24
...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-21 21:46:03 -04:00
Matthias Fischer
a59e2e1c65
libgcrypt: Update to 1.7.3
...
Fixes CVE-2016-6313
For details, see:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html
https://bugzilla.redhat.com/show_bug.cgi?id=1366105
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-21 21:45:58 -04:00
Michael Tremer
b4255d757f
Rootfile update
...
Forgot to commit this one
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-07 15:02:08 +01:00
Michael Tremer
47c3e83253
unbound is not supposed to be a package
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-07 12:45:11 +01:00
Michael Tremer
1b4f2493a5
unbound: Update dynamically configured DNS servers after connecting RED
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-06 19:41:27 +01:00
Michael Tremer
df7340d2f3
Add unboundctrl
...
Control binary to relaunch unbound from the web user interface
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-06 19:34:39 +01:00
Michael Tremer
61b4250af5
Drop dnsmasq
...
This will be replaced by unbound
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-06 19:25:48 +01:00
Michael Tremer
89b0810b24
python-daemon: New package
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-06 14:43:47 +01:00
Michael Tremer
08f6cdcf82
New package: python inotify
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-08-05 13:33:47 +01:00
Stefan Schantl
a11aaa91b3
guardian: Update to 2.0.
...
Update guardian to the re-written version.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2016-07-29 13:19:14 +02:00
Michael Tremer
71f578bbfc
freeradius: New package
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-19 14:54:50 +01:00
Marcel Lorenz
10f8c6f421
which: update to 2.21
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-16 10:53:53 +01:00
Marcel Lorenz
aa3ff233c2
acpid: update to 2.0.26
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-14 23:30:58 +01:00
Marcel Lorenz
602696704c
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 >
2016-07-14 23:28:39 +01:00
Marcel Lorenz
c11dfb9295
popt: update to 1.16
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-14 23:27:04 +01:00
Marcel Lorenz
2a53bafffe
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 >
2016-07-14 23:24:56 +01:00
Marcel Lorenz
2249bb1d52
acl: update to 2.2.52
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-14 23:20:52 +01:00
Marcel Lorenz
04251def7f
libcap: update to 2.25
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-07-14 14:00:30 +01:00
Arne Fitzenreiter
484e62046e
kernel: update to 3.14.74
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-06-29 17:04:28 +02:00
Marcel Lorenz
a3cab8134a
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 >
2016-06-27 23:16:56 +01:00
Stefan Schantl
b1e8c4b521
snort: Rootfile update.
...
Rootfile update for snort 2.9.8.2 which has been overlocked in
commit 5a5e5f04a7 .
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2016-06-22 14:13:49 +02:00
Stefan Schantl
59232d7225
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2016-06-21 10:08:07 +02:00
Michael Tremer
1dd61e0594
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-06-19 09:54:32 +01:00
Marcel Lorenz
4787315b6e
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 >
2016-06-17 13:03:34 +01:00
Arne Fitzenreiter
6621f8bb27
rootfile updates: newt, linux-rpi
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-06-13 21:37:11 +02:00
Arne Fitzenreiter
48c8961a4f
libvirt: move initskript to package.
...
this also fix build on arm.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-06-13 07:19:05 +02:00
Marcel Lorenz
ec149ba026
ncurses: update to 6.0 and rename 5.9 to ncurses-compat v3
...
This patch updates the ncurses to 6.0. The old 5.9 are renamed to ncurses-compat.
The compat makes the old libs maintainable and the compat rootfile is cleaned up.
The 6.0 is build after 5.9 and all IPFire componentes will build with 6.0
In version 6 only the wide-character libraries are build. The are usable
in both multibyte and traditional 8-bit locales while normal libraries work
properly only in 8-bit locales. The toolchain is only bild with 6.0.
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-06-03 16:19:36 +01:00