]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
8 years agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Fri, 4 Mar 2016 06:09:02 +0000 (07:09 +0100)] 
Merge remote-tracking branch 'origin/master' into next

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssl: add forgotten sslv2 compile option core99 v2.17-core99
Arne Fitzenreiter [Thu, 3 Mar 2016 07:38:27 +0000 (08:38 +0100)] 
openssl: add forgotten sslv2 compile option

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssl: compile with sslv2 support but disable
Arne Fitzenreiter [Wed, 2 Mar 2016 20:31:07 +0000 (21:31 +0100)] 
openssl: compile with sslv2 support but disable

the new default breaks the ABI so we need to compile in but
disable it with a patch.

8 years agoRevert "python-m2crypto: remove SSLv2_method"
Arne Fitzenreiter [Wed, 2 Mar 2016 20:13:31 +0000 (21:13 +0100)] 
Revert "python-m2crypto: remove SSLv2_method"

This reverts commit d86a24928625c47d46d17daad18f159d28678ee4.

8 years agoOpenSSH: remove slogin binary in rootfile and update
Arne Fitzenreiter [Tue, 1 Mar 2016 21:50:53 +0000 (22:50 +0100)] 
OpenSSH: remove slogin binary in rootfile and update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agopython-m2crypto: remove SSLv2_method
Arne Fitzenreiter [Tue, 1 Mar 2016 21:25:55 +0000 (22:25 +0100)] 
python-m2crypto: remove SSLv2_method

this is removed by OpenSSL 1.0.2g

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore99: set version to 99
Arne Fitzenreiter [Tue, 1 Mar 2016 15:02:50 +0000 (16:02 +0100)] 
core99: set version to 99

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssl: security update to 1.0.2g
Arne Fitzenreiter [Tue, 1 Mar 2016 15:00:19 +0000 (16:00 +0100)] 
openssl: security update to 1.0.2g

this fixes diverse security problems.
check http://openssl.org/news/secadv/20160301.txt for details.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssh: update to 7.2p1
Arne Fitzenreiter [Tue, 1 Mar 2016 14:59:34 +0000 (15:59 +0100)] 
openssh: update to 7.2p1

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agobackup: fix vnstat path
Arne Fitzenreiter [Mon, 29 Feb 2016 20:53:41 +0000 (21:53 +0100)] 
backup: fix vnstat path

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore99: create core99 for OpenSSL security update
Arne Fitzenreiter [Mon, 29 Feb 2016 20:47:05 +0000 (21:47 +0100)] 
core99: create core99 for OpenSSL security update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoudev: Fix calling VLAN script
Michael Tremer [Sun, 28 Feb 2016 20:27:06 +0000 (12:27 -0800)] 
udev: Fix calling VLAN script

The VLAN hotplugging script was called with a wrong parameter that
should just be used to rename devices. Hence the script was not
correctly executed and did not create the virtual devices.

Fixes: #11009
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsmasq: 2.76test10 with latest patch (005) and some fixes
Matthias Fischer [Sat, 27 Feb 2016 15:29:45 +0000 (16:29 +0100)] 
dnsmasq: 2.76test10 with latest patch (005) and some fixes

1. Added patch 005 because of the discussion on the dnsmasq-list:
"I've noticed that replies which get their TTL from the dhcp-ttl
option always get the TTL specified in dhcp-ttl. I'd prefer
something like max(0, min(<dhcp-ttl>, <lease-expire-time> -
<now>)). Otherwise, dns might hand out a high TTL for a dhcp-lease
which expires one second later.
...
Seems a sensible addition.

Cheers,

Simon."

2. Fixed several line numbers and patch lines in
'dnsmasq-Add-support-to-read-ISC-DHCP-lease-file.patch'. On the last build
I got some "Hunk failed" messages. Patches are now applied exactly at the
given lines.

3. Nevertheless, I still get some warnings:
...
dnsmasq.c: In function 'main':
dnsmasq.c:55:7: warning: unused variable 'did_bind' [-Wunused-variable]
   int did_bind = 0;
       ^
dnsmasq.c:54:9: warning: unused variable 'bound_device' [-Wunused-variable]
   char *bound_device = NULL;
         ^
...
isc.c: In function 'dhcp_lease_new':
isc.c:40:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&lease->fqdn, "%s.%s", hostname, daemon->domain_suffix);
   ^

Asking about these warnings in the dnsmasq-list showed no reaction - no one answered.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodnsmasq: 2.76test10 with latest patches (001-004)
Matthias Fischer [Fri, 26 Feb 2016 17:29:28 +0000 (18:29 +0100)] 
dnsmasq: 2.76test10 with latest patches (001-004)

This is 'dnsmasq 2.76test10', based on current 'next', containing latest patches.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: update to 3.14.62
Arne Fitzenreiter [Fri, 26 Feb 2016 12:43:33 +0000 (13:43 +0100)] 
kernel: update to 3.14.62

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agorename core99 to core100 for inserting another OpenSSL Security update
Arne Fitzenreiter [Fri, 26 Feb 2016 06:27:09 +0000 (07:27 +0100)] 
rename core99 to core100 for inserting another OpenSSL Security update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore99: Ship updated xz
Michael Tremer [Thu, 25 Feb 2016 06:13:36 +0000 (22:13 -0800)] 
core99: Ship updated xz

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobison: update to 3.0.4
Marcel Lorenz [Tue, 23 Feb 2016 07:49:27 +0000 (08:49 +0100)] 
bison: update to 3.0.4

Update bison to the last version from Linux from Scratch.

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoxz: update to 5.2.2
Marcel Lorenz [Tue, 23 Feb 2016 08:37:28 +0000 (09:37 +0100)] 
xz: update to 5.2.2

Update xz to last version from Linux from Scratch.

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agom4: update to 1.4.17
Marcel Lorenz [Tue, 23 Feb 2016 07:46:23 +0000 (08:46 +0100)] 
m4: update to 1.4.17

Update m4 to last version from Linux from Scratch.

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agomake.sh: Update source upload URL
Michael Tremer [Tue, 23 Feb 2016 17:44:40 +0000 (09:44 -0800)] 
make.sh: Update source upload URL

There is no longer a SSH service on source.ipfire.org.

The usual login on git.ipfire.org should be used instead.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoflash-images: change root uuid replacer sed
Arne Fitzenreiter [Wed, 24 Feb 2016 15:01:33 +0000 (16:01 +0100)] 
flash-images: change root uuid replacer sed

i cannot really test this on my systems.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoflash-image: set RAMDISK_MODE=2
Arne Fitzenreiter [Tue, 23 Feb 2016 19:08:25 +0000 (20:08 +0100)] 
flash-image: set RAMDISK_MODE=2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoinit-functions: enable autoramdisk with 400MB
Arne Fitzenreiter [Tue, 23 Feb 2016 19:01:30 +0000 (20:01 +0100)] 
init-functions: enable autoramdisk with 400MB

The 512MB raspberry pi reserve some memory for buffers and gpu
so there are a bit less than 490 MB free.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoflash-image: fix root uuid on some build machines.
Arne Fitzenreiter [Tue, 23 Feb 2016 18:49:49 +0000 (19:49 +0100)] 
flash-image: fix root uuid on some build machines.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agostunnel: Bump release version
Michael Tremer [Tue, 23 Feb 2016 17:40:31 +0000 (09:40 -0800)] 
stunnel: Bump release version

The version on the server seems to be still linked against
the older 0.9.8 series of openssl and needs to be updated
on all systems.

I manually pushed this update for the 2.17 branch on i586.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: update to 3.14.61
Arne Fitzenreiter [Fri, 19 Feb 2016 06:18:29 +0000 (07:18 +0100)] 
kernel: update to 3.14.61

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore98: fix typo core98
Arne Fitzenreiter [Thu, 18 Feb 2016 03:31:28 +0000 (04:31 +0100)] 
core98: fix typo

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoMerge branch 'core98' of git.ipfire.org:/pub/git/ipfire-2.x into core98
Arne Fitzenreiter [Wed, 17 Feb 2016 21:01:56 +0000 (22:01 +0100)] 
Merge branch 'core98' of git.ipfire.org:/pub/git/ipfire-2.x into core98

8 years agocore98: remove wrong grub.cfg only if it was empty.
Arne Fitzenreiter [Wed, 17 Feb 2016 20:57:00 +0000 (21:57 +0100)] 
core98: remove wrong grub.cfg only if it was empty.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Wed, 17 Feb 2016 18:45:08 +0000 (19:45 +0100)] 
Merge remote-tracking branch 'origin/master' into next

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

8 years agoglibc: disable patches that break build on arm.
Arne Fitzenreiter [Wed, 17 Feb 2016 17:49:38 +0000 (18:49 +0100)] 
glibc: disable patches that break build on arm.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore98: new update with glibc security fixes. v2.17-core98
Arne Fitzenreiter [Wed, 17 Feb 2016 12:52:51 +0000 (13:52 +0100)] 
core98: new update with glibc security fixes.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoglibc: new RHEL6 patches / fix CVE-2015-7547 and more
Arne Fitzenreiter [Wed, 17 Feb 2016 11:46:11 +0000 (12:46 +0100)] 
glibc: new RHEL6 patches / fix CVE-2015-7547 and more

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agorename core98 to 99 for glibc security update
Arne Fitzenreiter [Wed, 17 Feb 2016 09:10:19 +0000 (10:10 +0100)] 
rename core98 to 99 for glibc security update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agosquid 3.4.14: Bugfix for #4431 (C code is not compiled with CFLAGS)
Matthias Fischer [Sat, 13 Feb 2016 07:29:39 +0000 (08:29 +0100)] 
squid 3.4.14: Bugfix for #4431 (C code is not compiled with CFLAGS)

For details see: http://bugs.squid-cache.org/show_bug.cgi?id=4431

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agobackports: remove all old media modules.
Arne Fitzenreiter [Wed, 10 Feb 2016 07:36:17 +0000 (08:36 +0100)] 
backports: remove all old media modules.

more modules are renamed or merged into other modules.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agodracut: remove marvell sdio modules from initrd.
Arne Fitzenreiter [Mon, 8 Feb 2016 12:53:13 +0000 (13:53 +0100)] 
dracut: remove marvell sdio modules from initrd.

this allows to switch to uap module on dreamplug.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore98: Ship changed /etc/ppp/ip-up
Michael Tremer [Mon, 8 Feb 2016 01:52:18 +0000 (01:52 +0000)] 
core98: Ship changed /etc/ppp/ip-up

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoNew IP-address of 'ping.ipfire.org'
Matthias Fischer [Sun, 7 Feb 2016 12:45:32 +0000 (13:45 +0100)] 
New IP-address of 'ping.ipfire.org'

Telekom gateways (e.g.) don't answer 'pings', therefor '/etc/ppp/ip-up'
uses 'ping.ipfire.org' for the 'gateway Graph' in 'Status / Network (other'.
After moving the infrastructure, several IP addresses were changed.
'178.63.73.246' doesn't work anymore for 'ping.ipfire.org', its now '81.3.27.38'.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore98: Ship recently updated grep and sed
Michael Tremer [Mon, 8 Feb 2016 01:40:35 +0000 (01:40 +0000)] 
core98: Ship recently updated grep and sed

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agogrep: Update to 2.22
Matthias Fischer [Sun, 31 Jan 2016 13:49:17 +0000 (14:49 +0100)] 
grep: Update to 2.22

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agosed: Update to 4.2.2
Matthias Fischer [Sun, 31 Jan 2016 13:44:05 +0000 (14:44 +0100)] 
sed: Update to 4.2.2

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Mon, 8 Feb 2016 01:33:15 +0000 (01:33 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agokernel: disable grsecurity KSTACKOVERFLOW.
Arne Fitzenreiter [Sun, 7 Feb 2016 08:38:20 +0000 (09:38 +0100)] 
kernel: disable grsecurity KSTACKOVERFLOW.

this is the reason for crashes usb lan dongles and media devices.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agofirewall: Fix MAC filter
Michael Tremer [Fri, 5 Feb 2016 10:24:03 +0000 (10:24 +0000)] 
firewall: Fix MAC filter

Packets destined for the firewall coming in from the blue
device where accepted too early to be processed by the
firewall input chain rules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Thu, 4 Feb 2016 14:35:55 +0000 (14:35 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agowirelessctrl: Remove some unused code
Michael Tremer [Thu, 4 Feb 2016 14:31:53 +0000 (14:31 +0000)] 
wirelessctrl: Remove some unused code

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agodhcpcd: rework mtu handling on buggy nic's
Arne Fitzenreiter [Mon, 1 Feb 2016 06:28:03 +0000 (07:28 +0100)] 
dhcpcd: rework mtu handling on buggy nic's

some nic's loose the carrier after setting new mtu.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore98: Ship updated tzdata
Michael Tremer [Sat, 30 Jan 2016 16:37:21 +0000 (16:37 +0000)] 
core98: Ship updated tzdata

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agotzdata: Update to 2016a
Matthias Fischer [Sat, 30 Jan 2016 10:07:46 +0000 (11:07 +0100)] 
tzdata: Update to 2016a

Fixes https://bugzilla.ipfire.org/show_bug.cgi?id=11034

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agokernel: update to 3.14.60
Arne Fitzenreiter [Fri, 29 Jan 2016 13:25:25 +0000 (14:25 +0100)] 
kernel: update to 3.14.60

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoset core to 98 and move 97 to oldcore
Arne Fitzenreiter [Thu, 28 Jan 2016 21:08:08 +0000 (22:08 +0100)] 
set core to 98 and move 97 to oldcore

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: remove some core98 files from update filelist. core97 v2.17-core97
Arne Fitzenreiter [Thu, 28 Jan 2016 18:29:02 +0000 (19:29 +0100)] 
core97: remove some core98 files from update filelist.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agofinish core97
Arne Fitzenreiter [Thu, 28 Jan 2016 15:20:16 +0000 (16:20 +0100)] 
finish core97

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssl: security update to 1.0.2f
Arne Fitzenreiter [Thu, 28 Jan 2016 14:58:46 +0000 (15:58 +0100)] 
openssl: security update to 1.0.2f

changes:
* DH small subgroups - CVE-2016-0701
* SSLv2 doesn't block disabled ciphers - CVE-2015-3197
* Reject DH handshakes with parameters shorter than 1024 bits

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agofinish core97
Arne Fitzenreiter [Thu, 28 Jan 2016 15:20:16 +0000 (16:20 +0100)] 
finish core97

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssl: security update to 1.0.2f
Arne Fitzenreiter [Thu, 28 Jan 2016 14:58:46 +0000 (15:58 +0100)] 
openssl: security update to 1.0.2f

changes:
* DH small subgroups - CVE-2016-0701
* SSLv2 doesn't block disabled ciphers - CVE-2015-3197
* Reject DH handshakes with parameters shorter than 1024 bits

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agohwdate: update databases
Arne Fitzenreiter [Thu, 28 Jan 2016 12:24:50 +0000 (13:24 +0100)] 
hwdate: update databases

pci.ids: 2016.01.28
usb.ids: 2015.12.17

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: prepare new core97 with openssl and openssh update.
Arne Fitzenreiter [Thu, 28 Jan 2016 12:08:59 +0000 (13:08 +0100)] 
core97: prepare new core97 with openssl and openssh update.

the update itself has to be done...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agovdr_eepg: fix source download.
Arne Fitzenreiter [Fri, 25 Dec 2015 11:45:05 +0000 (12:45 +0100)] 
vdr_eepg: fix source download.

the external server has changed the compression so the md5 has changed.
Always use the IPFire server as primary download source.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agoopenssh: Update to 7.1p2
Matthias Fischer [Fri, 15 Jan 2016 16:43:50 +0000 (17:43 +0100)] 
openssh: Update to 7.1p2

Fixes CVE-2016-0777

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agohwdate: update databases
Arne Fitzenreiter [Thu, 28 Jan 2016 12:24:50 +0000 (13:24 +0100)] 
hwdate: update databases

pci.ids: 2016.01.28
usb.ids: 2015.12.17

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: prepare new core97 with openssl and openssh update.
Arne Fitzenreiter [Thu, 28 Jan 2016 12:08:59 +0000 (13:08 +0100)] 
core97: prepare new core97 with openssl and openssh update.

the update itself has to be done...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agorename core97 to 98 because we have to insert OpenSSL security update
Arne Fitzenreiter [Thu, 28 Jan 2016 12:03:39 +0000 (13:03 +0100)] 
rename core97 to 98 because we have to insert OpenSSL security update

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agobackports: update to 4.2.6
Arne Fitzenreiter [Thu, 28 Jan 2016 12:02:09 +0000 (13:02 +0100)] 
backports: update to 4.2.6

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agorsync: update to 3.1.2
Arne Fitzenreiter [Tue, 26 Jan 2016 17:02:00 +0000 (18:02 +0100)] 
rsync: update to 3.1.2

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agokernel: update to 3.14.59
Arne Fitzenreiter [Mon, 25 Jan 2016 19:15:06 +0000 (20:15 +0100)] 
kernel: update to 3.14.59

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore96: don't overwrite grub defaults.
Arne Fitzenreiter [Sat, 23 Jan 2016 14:19:58 +0000 (15:19 +0100)] 
core96: don't overwrite grub defaults.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agosquid: Actually make --with-filedescriptors work
Michael Tremer [Sat, 23 Jan 2016 01:46:42 +0000 (01:46 +0000)] 
squid: Actually make --with-filedescriptors work

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship updated CGI files
Michael Tremer [Sat, 23 Jan 2016 00:41:02 +0000 (00:41 +0000)] 
core97: Ship updated CGI files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'meitelwein/web-gui-ipv6' into next
Michael Tremer [Sat, 23 Jan 2016 00:39:24 +0000 (00:39 +0000)] 
Merge remote-tracking branch 'meitelwein/web-gui-ipv6' into next

8 years agoMerge remote-tracking branch 'origin/master' into next
Michael Tremer [Sat, 23 Jan 2016 00:39:19 +0000 (00:39 +0000)] 
Merge remote-tracking branch 'origin/master' into next

8 years agocmake: Disable parallelism
Daniel Weismüller [Fri, 22 Jan 2016 11:10:19 +0000 (12:10 +0100)] 
cmake: Disable parallelism

Building cmake uses a high amount of memory (>2G) and
fails to build on my system. Using less processes reduces
memory usage and lets the build succeed.

Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoUpdate translations
Michael Tremer [Fri, 22 Jan 2016 00:55:46 +0000 (00:55 +0000)] 
Update translations

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship iptables conntrack changes
Michael Tremer [Fri, 22 Jan 2016 00:55:25 +0000 (00:55 +0000)] 
core97: Ship iptables conntrack changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge remote-tracking branch 'ms/iptables-conntrack' into next
Michael Tremer [Fri, 22 Jan 2016 00:54:14 +0000 (00:54 +0000)] 
Merge remote-tracking branch 'ms/iptables-conntrack' into next

8 years agoMerge branch 'hyper-v-fixes' into next
Michael Tremer [Fri, 22 Jan 2016 00:49:15 +0000 (00:49 +0000)] 
Merge branch 'hyper-v-fixes' into next

8 years agotoolchain: fix build on hosts that not support strong stackprotect
Arne Fitzenreiter [Wed, 20 Jan 2016 18:28:56 +0000 (19:28 +0100)] 
toolchain: fix build on hosts that not support strong stackprotect

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: Ship updated webaccess.cgi
Michael Tremer [Tue, 19 Jan 2016 00:07:07 +0000 (00:07 +0000)] 
core97: Ship updated webaccess.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agowebaccess.cgi: Fixed language settings.
Erik Kapfer [Mon, 18 Jan 2016 09:14:10 +0000 (10:14 +0100)] 
webaccess.cgi: Fixed language settings.

Fix for #10879. Added also use strict.

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoImprove hardening by using -fstack-protector-strong
Michael Tremer [Mon, 18 Jan 2016 22:26:23 +0000 (22:26 +0000)] 
Improve hardening by using -fstack-protector-strong

This functionality is now available for us since we updated
to GCC 4.9 and just improves the stack smashing protector
in GCC.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agonano: Update to 2.5.1
Matthias Fischer [Tue, 12 Jan 2016 17:46:52 +0000 (18:46 +0100)] 
nano: Update to 2.5.1

Excerpt form 'NEWS':
"It includes fixes for a syntax-highlighting bug and a positionlog bug,
it disables a time-eating multiline regex in the C syntax,
and it adds an escape hatch to the WriteOut menu when
--tempfile is used: the discardbuffer command, ^Q.  It
also has translation updates for fifteen languages, and
a small fix in the softwrap code."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agocore97: Ship updated openssh
Michael Tremer [Sun, 17 Jan 2016 18:51:47 +0000 (18:51 +0000)] 
core97: Ship updated openssh

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoopenssh: Update to 7.1p2
Matthias Fischer [Fri, 15 Jan 2016 16:43:50 +0000 (17:43 +0100)] 
openssh: Update to 7.1p2

Fixes CVE-2016-0777

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Sun, 17 Jan 2016 18:49:03 +0000 (18:49 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agotoolchain: bump version number
Arne Fitzenreiter [Fri, 15 Jan 2016 06:20:34 +0000 (07:20 +0100)] 
toolchain: bump version number

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agogcc: remove gdb python files also in root build.
Arne Fitzenreiter [Thu, 14 Jan 2016 15:08:24 +0000 (16:08 +0100)] 
gcc: remove gdb python files also in root build.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agotoolchain: move *.py remove to correct pass.
Arne Fitzenreiter [Thu, 14 Jan 2016 02:55:54 +0000 (03:55 +0100)] 
toolchain: move *.py remove to correct pass.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agotoolchain: enable bootstrap and remove *.py files from lib.
Arne Fitzenreiter [Wed, 13 Jan 2016 18:04:56 +0000 (19:04 +0100)] 
toolchain: enable bootstrap and remove *.py files from lib.

only with bootstrap the gcc pass2 build works on arm.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agokernel: disable RANDSTRUCT
Arne Fitzenreiter [Wed, 13 Jan 2016 06:24:34 +0000 (07:24 +0100)] 
kernel: disable RANDSTRUCT

RANDSRUCT is incompatible with ccache build.

fixes #10905
fixes #11012

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
8 years agocore97: Ship updated ntp
Michael Tremer [Sun, 10 Jan 2016 21:20:49 +0000 (21:20 +0000)] 
core97: Ship updated ntp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp 4.2.8p5: removed obsolete patch file
Matthias Fischer [Sat, 9 Jan 2016 19:39:45 +0000 (20:39 +0100)] 
ntp 4.2.8p5: removed obsolete patch file

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agontp: Update to 4.2.8p5
Matthias Fischer [Sat, 9 Jan 2016 19:29:41 +0000 (20:29 +0100)] 
ntp: Update to 4.2.8p5

"...addresses 1 medium-severity security issue, 14 bugfixes,
and contains other improvements over 4.2.8p4."

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>
8 years agogrub: Disable hardening for grub-script-check
Michael Tremer [Sun, 10 Jan 2016 19:35:42 +0000 (19:35 +0000)] 
grub: Disable hardening for grub-script-check

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoccache: Include hash of compiler specs in hashing
Michael Tremer [Sat, 9 Jan 2016 19:48:21 +0000 (19:48 +0000)] 
ccache: Include hash of compiler specs in hashing

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoNo code changes, fixed formatting by replacing spaces with tabs
Michael Eitelwein [Sat, 9 Jan 2016 19:09:58 +0000 (20:09 +0100)] 
No code changes, fixed formatting by replacing spaces with tabs

8 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Sat, 9 Jan 2016 14:56:33 +0000 (14:56 +0000)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

8 years agotimectrl: Stop ntp daemon when disabled
Michael Tremer [Thu, 7 Jan 2016 23:47:39 +0000 (23:47 +0000)] 
timectrl: Stop ntp daemon when disabled

Fixes #11000

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8 years agoFixed detection of firewall chain when bridge is used for ipv6
Michael Eitelwein [Thu, 7 Jan 2016 18:40:24 +0000 (19:40 +0100)] 
Fixed detection of firewall chain when bridge is used for ipv6

Signed-off-by: Michael Eitelwein <michael@eitelwein.net>