]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
11 years agoLanguage file update for geoip blocking.
Stefan Schantl [Sat, 3 Jan 2015 19:20:45 +0000 (20:20 +0100)] 
Language file update for geoip blocking.

11 years agogeoip-block.cgi: New CGI for managing geoip blocking.
Stefan Schantl [Sat, 3 Jan 2015 19:20:10 +0000 (20:20 +0100)] 
geoip-block.cgi: New CGI for managing geoip blocking.

11 years agogeneral-functions.pl: Add function to get full country name.
Stefan Schantl [Sat, 3 Jan 2015 19:15:28 +0000 (20:15 +0100)] 
general-functions.pl: Add function to get full country name.

This function will return the full name a country specified by
it's country shortcut. It also will provide some additional names
which are not handled by the perl locale module but are parts of
ISO 3166.

11 years agominiupnpd: Update to version 1.9
Michael Tremer [Sat, 3 Jan 2015 15:23:26 +0000 (16:23 +0100)] 
miniupnpd: Update to version 1.9

Supposed to fix issues with XBox Live (#10699)

11 years agobackports: rebuild all usb net modules with backports.
Arne Fitzenreiter [Sat, 3 Jan 2015 14:47:38 +0000 (15:47 +0100)] 
backports: rebuild all usb net modules with backports.

fix missing modules eg. with asix usb adapters.

11 years agoxtables-addons: New package.
Stefan Schantl [Sat, 3 Jan 2015 13:07:49 +0000 (14:07 +0100)] 
xtables-addons: New package.

The xtables-addons package provides many additional filter modules for iptables.
Currently we are only building the "geoip" module which can be used to create
firewall rules which will do actions based on the country membership of the senders/targets
address.

In order to build the required kernel modules I had to change build order for
several packages as well.

11 years agoperl-Text-CSV_XS: New package.
Stefan Schantl [Sat, 3 Jan 2015 13:03:20 +0000 (14:03 +0100)] 
perl-Text-CSV_XS: New package.

This perl module is required to convert the provided geoip databases in CSV format into
a useable binary format for the geoip module.

11 years agoperl-Locale-Country: Update country codes to version 3.33.
Stefan Schantl [Sat, 3 Jan 2015 13:01:43 +0000 (14:01 +0100)] 
perl-Locale-Country: Update country codes to version 3.33.

11 years agocore86: remove not changed firmwares from updater.
Arne Fitzenreiter [Fri, 2 Jan 2015 18:46:28 +0000 (19:46 +0100)] 
core86: remove not changed firmwares from updater.

This save 20MB updater size.

11 years agoShip bash with Core Update 86 again
Michael Tremer [Fri, 2 Jan 2015 13:44:55 +0000 (14:44 +0100)] 
Ship bash with Core Update 86 again

It seems that some systems installed some pre-versions
of the distribution which came with an outdated version
of bash. Since this update uses some scripts that use
bash-4-isms, we ship the shell once again.

An other reason is that there have been security fixes
in the shell which should be fixed on all systems.

11 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Fri, 2 Jan 2015 13:44:37 +0000 (14:44 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

11 years agoMerge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x
Arne Fitzenreiter [Fri, 2 Jan 2015 13:42:30 +0000 (14:42 +0100)] 
Merge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x

11 years agoinstaller: Fix crash with small screen resolutions
Michael Tremer [Fri, 2 Jan 2015 13:41:33 +0000 (14:41 +0100)] 
installer: Fix crash with small screen resolutions

The installer is showing a help line at the bottom of the
screen which is in some languages rather long. If it is
longer than the width of the screen, the installer used to
crash which is now fixed in this patch.

11 years agoAdd firewall changes to Core Update 86
Michael Tremer [Fri, 2 Jan 2015 11:27:47 +0000 (12:27 +0100)] 
Add firewall changes to Core Update 86

11 years agofirewall: Fix off-by-one error in configuration parser
Michael Tremer [Fri, 2 Jan 2015 11:20:50 +0000 (12:20 +0100)] 
firewall: Fix off-by-one error in configuration parser

The configuration parser determines how many comma-separated
values there are in a line. If new values are added we need
to check first if those are set in every line to avoid any
undefined behaviour. A wrong comparison parameter was used
which caused that the limit feature was never enabled in
the rule generation.

11 years agofirewall: Fix off-by-one error in configuration parser
Michael Tremer [Fri, 2 Jan 2015 11:20:50 +0000 (12:20 +0100)] 
firewall: Fix off-by-one error in configuration parser

The configuration parser determines how many comma-separated
values there are in a line. If new values are added we need
to check first if those are set in every line to avoid any
undefined behaviour. A wrong comparison parameter was used
which caused that the limit feature was never enabled in
the rule generation.

11 years agodnsmasq: Import some patches from upstream
Michael Tremer [Fri, 2 Jan 2015 10:49:07 +0000 (11:49 +0100)] 
dnsmasq: Import some patches from upstream

These may fix the stability issues described in #10607

11 years agoMerge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x
Arne Fitzenreiter [Fri, 2 Jan 2015 10:29:57 +0000 (11:29 +0100)] 
Merge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x

11 years agocore86: add updated kbd (new console fonts).
Arne Fitzenreiter [Fri, 2 Jan 2015 10:29:00 +0000 (11:29 +0100)] 
core86: add updated kbd (new console fonts).

11 years agoBuild fixes
Michael Tremer [Fri, 2 Jan 2015 10:11:22 +0000 (11:11 +0100)] 
Build fixes

11 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Fri, 2 Jan 2015 09:22:42 +0000 (10:22 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

11 years agoBUG10693: Fix wrong monthnumber in PDF Bill
Alexander Marx [Fri, 2 Jan 2015 06:46:21 +0000 (07:46 +0100)] 
BUG10693: Fix wrong monthnumber in PDF Bill

11 years agodvb-firmwares: update to 20141125.
Arne Fitzenreiter [Thu, 1 Jan 2015 23:49:34 +0000 (00:49 +0100)] 
dvb-firmwares: update to 20141125.

11 years agolinux-firmware: update to 78535e8.
Arne Fitzenreiter [Thu, 1 Jan 2015 23:48:33 +0000 (00:48 +0100)] 
linux-firmware: update to 78535e8.

11 years agoupdate-bootloader: Search for /boot first and then /
Michael Tremer [Thu, 1 Jan 2015 15:36:51 +0000 (16:36 +0100)] 
update-bootloader: Search for /boot first and then /

The bootloader is usually installed on the /boot partition
if that exists. Some installations may mount / from a different
device, so we make sure to update the bootloader on the
right device.

11 years agokernel: add backports 3.18.1-1.
Arne Fitzenreiter [Wed, 31 Dec 2014 07:48:56 +0000 (08:48 +0100)] 
kernel: add backports 3.18.1-1.

11 years agoNginx: New Version - 1.6.2
Ben Schweikert [Mon, 24 Nov 2014 16:54:05 +0000 (17:54 +0100)] 
Nginx: New Version - 1.6.2

11 years agotmux: Add missing dependency of libevent2
Erik Kapfer [Sat, 6 Dec 2014 11:48:18 +0000 (12:48 +0100)] 
tmux: Add missing dependency of libevent2

Fix #10695

11 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Fri, 26 Dec 2014 17:01:21 +0000 (18:01 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

11 years agoChange default font to that what we use in IPFire 3
Michael Tremer [Fri, 26 Dec 2014 17:00:51 +0000 (18:00 +0100)] 
Change default font to that what we use in IPFire 3

11 years agosetup: Update translations
Michael Tremer [Fri, 26 Dec 2014 16:32:17 +0000 (17:32 +0100)] 
setup: Update translations

11 years agoinstaller: Update translations
Michael Tremer [Fri, 26 Dec 2014 16:31:37 +0000 (17:31 +0100)] 
installer: Update translations

11 years agoiputils: Update to s20121221
Matthias Fischer [Fri, 26 Dec 2014 06:46:13 +0000 (07:46 +0100)] 
iputils: Update to s20121221

11 years agofix missing "-" in version string.
Arne Fitzenreiter [Wed, 24 Dec 2014 13:49:11 +0000 (14:49 +0100)] 
fix missing "-" in version string.

11 years agoinstaller: Improve changing language at runtime
Michael Tremer [Tue, 23 Dec 2014 23:33:30 +0000 (00:33 +0100)] 
installer: Improve changing language at runtime

11 years agovpn-statistic: Move logfiles to /var/run because of flash writes
Alexander Marx [Tue, 23 Dec 2014 11:43:49 +0000 (12:43 +0100)] 
vpn-statistic: Move logfiles to /var/run because of flash writes

11 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update
Dirk Wagner [Tue, 23 Dec 2014 08:02:23 +0000 (09:02 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update

11 years agocore86: fix init restart.
Arne Fitzenreiter [Mon, 22 Dec 2014 19:51:42 +0000 (20:51 +0100)] 
core86: fix init restart.

11 years agoset version to 2.17 core86 beta1.
Arne Fitzenreiter [Mon, 22 Dec 2014 12:22:42 +0000 (13:22 +0100)] 
set version to 2.17 core86 beta1.

11 years agoAdd ntp update to Core Update 86
Michael Tremer [Mon, 22 Dec 2014 11:49:40 +0000 (12:49 +0100)] 
Add ntp update to Core Update 86

11 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Mon, 22 Dec 2014 11:45:13 +0000 (12:45 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

11 years agontp: Update to 4.2.8
Michael Tremer [Mon, 22 Dec 2014 11:43:26 +0000 (12:43 +0100)] 
ntp: Update to 4.2.8

Adresses:
CVE-2014-9293: ntp: automatic generation of weak default key in config_auth()
CVE-2014-9294: ntp: ntp-keygen uses weak random number generator and seed when generating MD5 keys
CVE-2014-9295: ntp: Multiple buffer overflows via specially-crafted packets
CVE-2014-9296: ntp: receive() missing return on error

11 years agou-boot: auto patch kernel version and change panda dtb in uEnv.txt.
Arne Fitzenreiter [Sun, 21 Dec 2014 11:43:45 +0000 (12:43 +0100)] 
u-boot: auto patch kernel version and change panda dtb in uEnv.txt.

11 years agoflash-images: u-boot dtb folder work around.
Arne Fitzenreiter [Sun, 21 Dec 2014 11:17:04 +0000 (12:17 +0100)] 
flash-images: u-boot dtb folder work around.

u-boot cannot find folders that are created later...

11 years agoperl-Text-CSV_XS: New package.
Stefan Schantl [Sat, 20 Dec 2014 15:02:29 +0000 (16:02 +0100)] 
perl-Text-CSV_XS: New package.

This is a dependency for the xtables-geoip module to convert the only in the cvs
provided geoip list into a compatible binary format.

11 years agou-boot: update to 2014.4. and add BPi support.
Arne Fitzenreiter [Fri, 19 Dec 2014 06:12:40 +0000 (07:12 +0100)] 
u-boot: update to 2014.4. and add BPi support.

11 years agokernel: update to 3.14.27.
Arne Fitzenreiter [Fri, 19 Dec 2014 06:10:50 +0000 (07:10 +0100)] 
kernel: update to 3.14.27.

11 years agoAdd script that automatically updates/installs GRUB2
Michael Tremer [Thu, 18 Dec 2014 16:27:47 +0000 (17:27 +0100)] 
Add script that automatically updates/installs GRUB2

This script also handles RAID devices

11 years agofireinfo: Import latest patches
Michael Tremer [Mon, 15 Dec 2014 22:27:25 +0000 (23:27 +0100)] 
fireinfo: Import latest patches

11 years agofireinfo: Import latest patches
Michael Tremer [Mon, 15 Dec 2014 22:27:25 +0000 (23:27 +0100)] 
fireinfo: Import latest patches

11 years agologrotate: Update to 3.8.1
Matthias Fischer [Sat, 13 Dec 2014 23:46:13 +0000 (00:46 +0100)] 
logrotate: Update to 3.8.1

11 years agocore86: add pakfire.conf to update.
Arne Fitzenreiter [Wed, 10 Dec 2014 07:28:27 +0000 (08:28 +0100)] 
core86: add pakfire.conf to update.

11 years agocore86: remove old initramfs images at update.
Arne Fitzenreiter [Wed, 10 Dec 2014 07:26:34 +0000 (08:26 +0100)] 
core86: remove old initramfs images at update.

11 years agoMerge remote-tracking branch 'mfischer/libdvbpsi' into next
Michael Tremer [Mon, 8 Dec 2014 22:41:20 +0000 (23:41 +0100)] 
Merge remote-tracking branch 'mfischer/libdvbpsi' into next

11 years agoAdd libcap update to Core Update 87
Michael Tremer [Mon, 8 Dec 2014 22:39:27 +0000 (23:39 +0100)] 
Add libcap update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/libcap' into next
Michael Tremer [Mon, 8 Dec 2014 22:39:14 +0000 (23:39 +0100)] 
Merge remote-tracking branch 'mfischer/libcap' into next

11 years agoAdd libffi update to Core Update 87
Michael Tremer [Mon, 8 Dec 2014 22:36:55 +0000 (23:36 +0100)] 
Add libffi update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/libffi' into next
Michael Tremer [Mon, 8 Dec 2014 22:36:01 +0000 (23:36 +0100)] 
Merge remote-tracking branch 'mfischer/libffi' into next

11 years agoMerge remote-tracking branch 'mfischer/libevent2' into next
Michael Tremer [Mon, 8 Dec 2014 22:34:45 +0000 (23:34 +0100)] 
Merge remote-tracking branch 'mfischer/libevent2' into next

11 years agoMerge remote-tracking branch 'mfischer/libassuan' into next
Michael Tremer [Mon, 8 Dec 2014 22:33:35 +0000 (23:33 +0100)] 
Merge remote-tracking branch 'mfischer/libassuan' into next

11 years agoAdd libart update to Core Update 87
Michael Tremer [Mon, 8 Dec 2014 22:30:04 +0000 (23:30 +0100)] 
Add libart update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/libart' into next
Michael Tremer [Mon, 8 Dec 2014 22:29:38 +0000 (23:29 +0100)] 
Merge remote-tracking branch 'mfischer/libart' into next

11 years agoMerge remote-tracking branch 'mfischer/clamav' into next
Michael Tremer [Mon, 8 Dec 2014 22:29:08 +0000 (23:29 +0100)] 
Merge remote-tracking branch 'mfischer/clamav' into next

11 years agoUpdate translations
Michael Tremer [Mon, 8 Dec 2014 18:12:59 +0000 (19:12 +0100)] 
Update translations

11 years agoMerge remote-tracking branch 'ummeegge/OpenVPN_additional_configs' into next
Michael Tremer [Mon, 8 Dec 2014 18:12:48 +0000 (19:12 +0100)] 
Merge remote-tracking branch 'ummeegge/OpenVPN_additional_configs' into next

11 years agoMerge remote-tracking branch 'ummeegge/OpenVPN_validating_N2N' into next
Michael Tremer [Mon, 8 Dec 2014 18:12:39 +0000 (19:12 +0100)] 
Merge remote-tracking branch 'ummeegge/OpenVPN_validating_N2N' into next

11 years agokernel: update to 3.14.26.
Arne Fitzenreiter [Sun, 7 Dec 2014 19:48:32 +0000 (20:48 +0100)] 
kernel: update to 3.14.26.

11 years agolibdvbpsi: Update to 1.2.0
Matthias Fischer [Sun, 7 Dec 2014 14:46:39 +0000 (15:46 +0100)] 
libdvbpsi: Update to 1.2.0

11 years agolibcap: Update to 1.6.2
Matthias Fischer [Sun, 7 Dec 2014 14:43:47 +0000 (15:43 +0100)] 
libcap: Update to 1.6.2

11 years agolibffi: Update to 3.2.1
Matthias Fischer [Sun, 7 Dec 2014 14:40:39 +0000 (15:40 +0100)] 
libffi: Update to 3.2.1

11 years agolibevent2: Update to 2.0.21-stable
Matthias Fischer [Sun, 7 Dec 2014 14:35:15 +0000 (15:35 +0100)] 
libevent2: Update to 2.0.21-stable

11 years agolibassuan: Update to 2.1.3
Matthias Fischer [Sun, 7 Dec 2014 14:29:29 +0000 (15:29 +0100)] 
libassuan: Update to 2.1.3

11 years agolibart: Update to 2.3.21
Matthias Fischer [Sun, 7 Dec 2014 14:23:57 +0000 (15:23 +0100)] 
libart: Update to 2.3.21

11 years agocore86: restart init while update to close open glibc files.
Arne Fitzenreiter [Sun, 7 Dec 2014 10:19:05 +0000 (11:19 +0100)] 
core86: restart init while update to close open glibc files.

11 years agoiw: update to 3.14.
Arne Fitzenreiter [Sun, 7 Dec 2014 10:11:41 +0000 (11:11 +0100)] 
iw: update to 3.14.

11 years agokernel: rt5572 patches part2.
Arne Fitzenreiter [Sun, 7 Dec 2014 10:04:46 +0000 (11:04 +0100)] 
kernel: rt5572 patches part2.

11 years agokernel: add patches for rt5572 wlan chipset.
Arne Fitzenreiter [Sun, 7 Dec 2014 09:55:24 +0000 (10:55 +0100)] 
kernel: add patches for rt5572 wlan chipset.

11 years agoclamav: Update to 0.98.5
Matthias Fischer [Sat, 6 Dec 2014 21:15:53 +0000 (22:15 +0100)] 
clamav: Update to 0.98.5

11 years agoAdd changed ovpnmain.cgi to Core Update 87
Michael Tremer [Sat, 6 Dec 2014 13:11:24 +0000 (14:11 +0100)] 
Add changed ovpnmain.cgi to Core Update 87

11 years agoMerge remote-tracking branch 'ummeegge/OpenVPN_rand' into next
Michael Tremer [Sat, 6 Dec 2014 13:10:27 +0000 (14:10 +0100)] 
Merge remote-tracking branch 'ummeegge/OpenVPN_rand' into next

11 years agotmux: Add missing dependency of libevent2
Erik Kapfer [Sat, 6 Dec 2014 11:48:18 +0000 (12:48 +0100)] 
tmux: Add missing dependency of libevent2

Fix #10695

11 years agoOpenVPN_rand: Deleted pseudo-random generator option.
Erik Kapfer [Sat, 6 Dec 2014 12:03:59 +0000 (13:03 +0100)] 
OpenVPN_rand: Deleted pseudo-random generator option.

Deleted the -rand /proc/interrupts:/proc/net/rt_cache option in ovpnmain.cgi
Fix #10682

11 years agoRootfile update
Michael Tremer [Wed, 3 Dec 2014 10:37:54 +0000 (11:37 +0100)] 
Rootfile update

11 years agoAdd daq update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 23:05:53 +0000 (00:05 +0100)] 
Add daq update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/daq' into next
Michael Tremer [Tue, 2 Dec 2014 23:05:26 +0000 (00:05 +0100)] 
Merge remote-tracking branch 'mfischer/daq' into next

11 years agoAdd snort update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 23:04:42 +0000 (00:04 +0100)] 
Add snort update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/snort' into next
Michael Tremer [Tue, 2 Dec 2014 23:04:05 +0000 (00:04 +0100)] 
Merge remote-tracking branch 'mfischer/snort' into next

11 years agoMerge remote-tracking branch 'mfischer/mc' into next
Michael Tremer [Tue, 2 Dec 2014 23:02:49 +0000 (00:02 +0100)] 
Merge remote-tracking branch 'mfischer/mc' into next

11 years agoAdd pcre update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 23:01:31 +0000 (00:01 +0100)] 
Add pcre update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/pcre' into next
Michael Tremer [Tue, 2 Dec 2014 23:01:17 +0000 (00:01 +0100)] 
Merge remote-tracking branch 'mfischer/pcre' into next

11 years agoMerge remote-tracking branch 'mfischer/tcpdump' into next
Michael Tremer [Tue, 2 Dec 2014 23:00:32 +0000 (00:00 +0100)] 
Merge remote-tracking branch 'mfischer/tcpdump' into next

11 years agoAdd zlib update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 22:59:38 +0000 (23:59 +0100)] 
Add zlib update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/zlib' into next
Michael Tremer [Tue, 2 Dec 2014 22:59:26 +0000 (23:59 +0100)] 
Merge remote-tracking branch 'mfischer/zlib' into next

11 years agoAdd squid update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 22:58:35 +0000 (23:58 +0100)] 
Add squid update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/squid' into next
Michael Tremer [Tue, 2 Dec 2014 22:57:35 +0000 (23:57 +0100)] 
Merge remote-tracking branch 'mfischer/squid' into next

11 years agoAdd smartmontools update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 22:56:52 +0000 (23:56 +0100)] 
Add smartmontools update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/smartmontools' into next
Michael Tremer [Tue, 2 Dec 2014 22:56:36 +0000 (23:56 +0100)] 
Merge remote-tracking branch 'mfischer/smartmontools' into next

11 years agoAdd libpcap update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 22:53:47 +0000 (23:53 +0100)] 
Add libpcap update to Core Update 87

11 years agoMerge remote-tracking branch 'mfischer/libpcap' into next
Michael Tremer [Tue, 2 Dec 2014 22:52:36 +0000 (23:52 +0100)] 
Merge remote-tracking branch 'mfischer/libpcap' into next

11 years agoAdd wget update to Core Update 87
Michael Tremer [Tue, 2 Dec 2014 22:52:06 +0000 (23:52 +0100)] 
Add wget update to Core Update 87