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
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
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
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
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
Jonatan Schlag
272ac1b454
New package libvirt
...
Libvirt is buidl only on i585 and x86_64 because qemu is build only
on this arches.
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-06-01 22:26:01 +01:00
Jonatan Schlag
e93a0b06fe
Replace portmap with rpcbind
...
Portmap is not maintained anymore that's why it is replaced by rpcbind.
Rpcbind provides also rpcinfo which is quite useful for debugging.
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-05-17 14:08:47 +01:00
Arne Fitzenreiter
3917eadc29
initskripts: remove obsolete checkfstab
...
the file update the bootdevice to uuid in fstab and grub1 config.
this is not needed since we use uuid at default and grub2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-05-06 15:40:38 +02:00
Michael Tremer
b5a50b494e
rtpproxy: Add initscript
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-04-29 21:07:13 +01:00
Michael Tremer
f104659e2b
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-04-27 12:56:23 +01:00
Arne Fitzenreiter
fa4ac4f3dd
perl-Apache-Htpasswd: fix rootfiles
...
Signel-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-04-08 13:32:28 +02:00
Michael Tremer
52b08bc1ea
perl-Apache-Htpasswd: New module
...
Used to change passwords in Apache's htpasswd files
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-04-04 16:28:09 +01:00
Michael Tremer
251cde3dfc
dmidecode: Move into core system
...
This should not be a package
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-04-01 19:12:47 +01:00
Matthias Fischer
dc942e1959
binutils 2.24: Fixes for rootfiles
...
Last builds were always complaining about changes in rootfiles...
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-03-31 13:39:46 +01:00
Marcel Lorenz
de4d892ba7
gmp: update to 6.0.1
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2016-03-21 21:52:42 +00:00
Arne Fitzenreiter
2eb67894ef
binutils: update to 2.24
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2016-01-07 17:41:16 +01:00
Arne Fitzenreiter
b94e0ffc68
dnsdist: rootfile update.
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2015-12-26 17:34:13 +01:00
Arne Fitzenreiter
eddda7f9bd
gcc: include libstdc++ to rootfile
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2015-12-26 13:16:59 +01:00
Michael Tremer
a9fd979619
gcc: Update x86_64 rootfile
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-12-22 12:44:21 +00:00
Michael Tremer
0909a0a1d8
Update rootfiles
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-12-12 11:52:18 +00:00
Michael Tremer
24f05f3271
Update rootfiles
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-12-04 22:22:41 +00:00
Michael Tremer
80fbd89949
ipsec: Add block rules to avoid conntrack entries
...
If an IPsec VPN connections is not established, there are
rare cases when packets are supposed to be sent through
that said tunnel and incorrectly handled.
Those packets are sent to the default gateway an entry
for this connection is created in the connection tracking
table (usually only happens to UDP). All following packets
are sent the same route even after the tunnel has been
brought up. That leads to SIP phones not being able to
register among other things.
This patch adds firewall rules that these packets are
rejected. That will sent a notification to the client
that the tunnel is not up and avoid the connection to
be added to the connection tracking table.
Apart from a small performance penalty there should
be no other side-effects.
Fixes : #10908
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Cc: tomvend@rymes.com
Cc: daniel.weismueller@ipfire.org
Cc: morlix@morlix.de
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org >
2015-10-15 22:44:47 +01:00
Michael Tremer
26e91280ea
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-09-28 20:14:42 +01:00
Arne Fitzenreiter
c9f0174979
kernel: update to 3.14.53
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2015-09-27 12:58:22 +02:00
Arne Fitzenreiter
9890333ecb
linux: rootfile update.
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2015-09-17 12:56:48 +02:00
Michael Tremer
4ff2679978
x86_64: Add more architecture-dependent rootfiles
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-09-11 15:37:20 +02:00
Michael Tremer
ba58389215
kernel: Add a preliminary kernel from the i586 PAE configuration
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-09-11 00:20:08 +02:00
Michael Tremer
ebf9683b4d
grub: Build for x86_64
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-09-11 00:18:41 +02:00
Michael Tremer
7c111f7d49
acpid: Build for x86_64
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-09-11 00:16:41 +02:00
Michael Tremer
f38841ea0b
Rootfile update
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2015-08-26 12:17:22 +02:00