]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/log
people/stevee/ipfire-2.x.git
9 years agode.pl: Fix umlauts in GeoIP related strings. next-geoip
Stefan Schantl [Thu, 9 Apr 2015 16:14:48 +0000 (18:14 +0200)] 
de.pl: Fix umlauts in GeoIP related strings.

This issue has been intruced in commit 0ff5b2b0ac39be6954e0b727e21d98c631bb051b.

9 years agocrontab: Fix syntax for xt_geoip_update call.
Stefan Schantl [Wed, 1 Apr 2015 18:29:00 +0000 (20:29 +0200)] 
crontab: Fix syntax for xt_geoip_update call.

9 years agoGeoIP: Update english translation.
Stefan Schantl [Tue, 31 Mar 2015 20:14:56 +0000 (22:14 +0200)] 
GeoIP: Update english translation.

9 years agoGeoIP: Add german translation.
Stefan Schantl [Tue, 31 Mar 2015 17:45:15 +0000 (19:45 +0200)] 
GeoIP: Add german translation.

9 years agocrontab: Call xt_geoip_update random once a month.
Stefan Schantl [Tue, 31 Mar 2015 16:56:32 +0000 (18:56 +0200)] 
crontab: Call xt_geoip_update random once a month.

9 years agoAdd spanish translations for GeoIP related strings.
Stefan Schantl [Sun, 22 Mar 2015 17:53:17 +0000 (18:53 +0100)] 
Add spanish translations for GeoIP related strings.

A big thanks to Roberto Peña to provide them on the IPFire forum.
http://forum.ipfire.org/viewtopic.php?f=52&t=11950&sid=f50fe6f51e0f45f1402c7a2164225398&start=30#p82360

9 years agoxt_geoip_update: Add support for upstream proxy.
Stefan Schantl [Thu, 19 Mar 2015 21:09:24 +0000 (22:09 +0100)] 
xt_geoip_update: Add support for upstream proxy.

9 years agofwhosts.cgi: Fix fw-reload detection when adding new entries to a geoip group.
Stefan Schantl [Sun, 15 Mar 2015 10:41:50 +0000 (11:41 +0100)] 
fwhosts.cgi: Fix fw-reload detection when adding new entries to a geoip group.

Read-in firewall config files for detection if the current group is used
by at least one firewall rule and mark the firewall to need a reload if
neccessary.

Fixes #10771.

9 years agorules.pl: Flush GEOIPBLOCK chain when the feature will be switched off.
Stefan Schantl [Sun, 8 Mar 2015 09:09:16 +0000 (10:09 +0100)] 
rules.pl: Flush GEOIPBLOCK chain when the feature will be switched off.

Otherwise existing rules still remain in the chain and will be processed
even geoipblock has been disabled.

9 years agonetworking/red.up/99-geoip-database: Fix empty folder check.
Stefan Schantl [Sat, 7 Mar 2015 21:39:32 +0000 (22:39 +0100)] 
networking/red.up/99-geoip-database: Fix empty folder check.

9 years agoxt_geoip_update: Fix script path.
Stefan Schantl [Sat, 7 Mar 2015 20:31:27 +0000 (21:31 +0100)] 
xt_geoip_update: Fix script path.

9 years agonetworking/red.up/99-geoip-database: Fix typo.
Stefan Schantl [Sat, 7 Mar 2015 20:30:19 +0000 (21:30 +0100)] 
networking/red.up/99-geoip-database: Fix typo.

9 years agoMerge branch 'seventeen-geoip' into next-geoip
Stefan Schantl [Sun, 15 Mar 2015 10:38:45 +0000 (11:38 +0100)] 
Merge branch 'seventeen-geoip' into next-geoip

9 years agouse colour of destination network for DNAT
Dominik Hassler [Fri, 13 Mar 2015 09:56:03 +0000 (10:56 +0100)] 
use colour of destination network for DNAT

9 years agostrongswan: Allow using AES-GCM in various configurations
Michael Tremer [Wed, 11 Mar 2015 17:13:25 +0000 (18:13 +0100)] 
strongswan: Allow using AES-GCM in various configurations

9 years agoBUG10620: move reload of firewall.local to main()
Alexander Marx [Wed, 11 Mar 2015 13:26:55 +0000 (14:26 +0100)] 
BUG10620: move reload of firewall.local to main()

9 years agoapache: Do not show loaded modules
Michael Tremer [Wed, 11 Mar 2015 14:42:08 +0000 (15:42 +0100)] 
apache: Do not show loaded modules

The server header will show less information about the
modules of the apache daemon.

Fixes #10671

9 years agoBUG10502: Fix wrong interfaces in firewall.log
Bernhard Bitsch [Tue, 10 Mar 2015 17:48:34 +0000 (18:48 +0100)] 
BUG10502: Fix wrong interfaces in firewall.log

Fix from BeBiMa

9 years agodnsmasq: Enable DNSSEC timestamp feature
Michael Tremer [Tue, 10 Mar 2015 15:22:09 +0000 (16:22 +0100)] 
dnsmasq: Enable DNSSEC timestamp feature

This disables DNSSEC until the system clock has been set correctly.
There is a circular dependency on working DNS and being able to
resolve DNS records in order to reach a time server. Systems without
a RTC or empty RTC battery will start up with time way in the past
in which all DNSSEC signatures are invalid.

9 years agodnsmasq: Import more patches from upstream
Michael Tremer [Tue, 10 Mar 2015 15:21:58 +0000 (16:21 +0100)] 
dnsmasq: Import more patches from upstream

9 years agosetup: Remove writing udev rules for network interfaces
Michael Tremer [Mon, 9 Mar 2015 15:36:04 +0000 (16:36 +0100)] 
setup: Remove writing udev rules for network interfaces

9 years agonetwork: Configure device names from /var/ipfire/ethernet/settings
Michael Tremer [Mon, 9 Mar 2015 14:35:57 +0000 (15:35 +0100)] 
network: Configure device names from /var/ipfire/ethernet/settings

Instead of creating a copy of the configuration values and
for better extensibility, we will have udev execute a script
that parses /var/ipfire/ethernet/settings and will return the
correct name of the corresponding device (green0, blue0, ...).

9 years agobackup: make include file parsing more robust.
Arne Fitzenreiter [Fri, 6 Mar 2015 16:22:18 +0000 (17:22 +0100)] 
backup: make include file parsing more robust.

9 years agoinstaller+setup: Update translations
Michael Tremer [Thu, 5 Mar 2015 21:12:38 +0000 (22:12 +0100)] 
installer+setup: Update translations

9 years agoddns: Update to 007. next-ddns-007
Stefan Schantl [Thu, 5 Mar 2015 18:37:47 +0000 (19:37 +0100)] 
ddns: Update to 007.

9 years agohaproxy: New package
Michael Tremer [Thu, 5 Mar 2015 13:48:16 +0000 (14:48 +0100)] 
haproxy: New package

9 years agoAccidentially disabled nmap build
Michael Tremer [Thu, 5 Mar 2015 12:44:50 +0000 (13:44 +0100)] 
Accidentially disabled nmap build

9 years agoMove Core Update 86 and 87 files to oldcore directory
Michael Tremer [Thu, 5 Mar 2015 11:55:32 +0000 (12:55 +0100)] 
Move Core Update 86 and 87 files to oldcore directory

9 years agoclamav: Fix compiling
Michael Tremer [Thu, 5 Mar 2015 11:54:22 +0000 (12:54 +0100)] 
clamav: Fix compiling

glibc headers were not correctly included

9 years agontfs-3g: Ship all user-space tools with the package
Michael Tremer [Wed, 4 Mar 2015 22:59:43 +0000 (23:59 +0100)] 
ntfs-3g: Ship all user-space tools with the package

9 years agoMerge remote-tracking branch 'mfischer/ntfs-3g' into next
Michael Tremer [Wed, 4 Mar 2015 22:58:58 +0000 (23:58 +0100)] 
Merge remote-tracking branch 'mfischer/ntfs-3g' into next

9 years agoMerge remote-tracking branch 'origin/master' into next
Michael Tremer [Wed, 4 Mar 2015 22:58:47 +0000 (23:58 +0100)] 
Merge remote-tracking branch 'origin/master' into next

Conflicts:
config/rootfiles/packages/clamav
lfs/clamav

9 years agostrongswan: Update solution for strongswan bug #816
Michael Tremer [Wed, 4 Mar 2015 22:54:10 +0000 (23:54 +0100)] 
strongswan: Update solution for strongswan bug #816

9 years agodnsmasq: Import latest git version of dnsmasq
Michael Tremer [Wed, 4 Mar 2015 22:27:27 +0000 (23:27 +0100)] 
dnsmasq: Import latest git version of dnsmasq

9 years agoowncloud: updated to version 7.0.3
Daniel Weismüller [Wed, 4 Mar 2015 13:37:39 +0000 (14:37 +0100)] 
owncloud: updated to version 7.0.3

9 years agoMerge remote-tracking branch 'amarx/BUG10756' into next
Michael Tremer [Tue, 3 Mar 2015 20:13:46 +0000 (21:13 +0100)] 
Merge remote-tracking branch 'amarx/BUG10756' into next

9 years agoteamspeak: Remove package
Michael Tremer [Tue, 3 Mar 2015 20:11:34 +0000 (21:11 +0100)] 
teamspeak: Remove package

This is an old version any way and just used to download the
pre-compiled data from the servers of the vendor.

9 years agoasterisk: sqlite is not an add-on package any more
Michael Tremer [Tue, 3 Mar 2015 20:07:23 +0000 (21:07 +0100)] 
asterisk: sqlite is not an add-on package any more

9 years agologrotate: Fix an empty /etc/logrotate.d directory
Michael Tremer [Tue, 3 Mar 2015 16:57:38 +0000 (17:57 +0100)] 
logrotate: Fix an empty /etc/logrotate.d directory

Fixes #10625

9 years agoRevert "pound: Allow to use legacy renegotiation."
Michael Tremer [Tue, 3 Mar 2015 11:44:00 +0000 (12:44 +0100)] 
Revert "pound: Allow to use legacy renegotiation."

This reverts commit 09e3b0fa356c087b27ca7197024bf0210455a73c.

9 years agovpnmain.cgi: Added inclusion of ipsec.user-post.conf to the end of ipsec.conf in...
Christoph Anderegg [Mon, 2 Mar 2015 21:10:13 +0000 (22:10 +0100)] 
vpnmain.cgi: Added inclusion of ipsec.user-post.conf to the end of ipsec.conf in order to allow connection parameters to be overwritten in ipsec.user.conf.

9 years agopound: Allow to use legacy renegotiation.
Michael Tremer [Fri, 16 May 2014 15:13:19 +0000 (17:13 +0200)] 
pound: Allow to use legacy renegotiation.

9 years agontfs-3g: Update to 2014.2.15
Matthias Fischer [Mon, 2 Mar 2015 20:12:20 +0000 (21:12 +0100)] 
ntfs-3g: Update to 2014.2.15
fuse: Update to 2.9.3

9 years agoBUG10756: fixes possibillity to enable logging when editing a rule. Also remark can...
Alexander Marx [Mon, 2 Mar 2015 14:33:44 +0000 (15:33 +0100)] 
BUG10756: fixes possibillity to enable logging when editing a rule. Also remark can be deleted

9 years agoBUG10756: consolidate rulecheck
Alexander Marx [Mon, 2 Mar 2015 14:20:32 +0000 (15:20 +0100)] 
BUG10756: consolidate rulecheck

9 years agoinstaller: Cut off disk description if it gets too long
Michael Tremer [Thu, 26 Feb 2015 12:54:07 +0000 (13:54 +0100)] 
installer: Cut off disk description if it gets too long

9 years agocore88: Include fwhosts.cgi fixes in the update
Michael Tremer [Thu, 26 Feb 2015 10:11:38 +0000 (11:11 +0100)] 
core88: Include fwhosts.cgi fixes in the update

9 years agoMerge remote-tracking branch 'amarx/BUG10753' into next
Michael Tremer [Thu, 26 Feb 2015 10:11:04 +0000 (11:11 +0100)] 
Merge remote-tracking branch 'amarx/BUG10753' into next

9 years agoBUG10753: Fix servicegroups to have only max. 15 services per protocol
Alexander Marx [Wed, 25 Feb 2015 07:09:05 +0000 (08:09 +0100)] 
BUG10753: Fix servicegroups to have only max. 15 services per protocol

9 years agoclamav: update to 0.98.6.
Arne Fitzenreiter [Mon, 23 Feb 2015 15:53:07 +0000 (16:53 +0100)] 
clamav: update to 0.98.6.

9 years agosamba: security update to 3.6.25.
Arne Fitzenreiter [Mon, 23 Feb 2015 15:51:15 +0000 (16:51 +0100)] 
samba: security update to 3.6.25.

Fix CVE-2015-0240 (unexpected code execution in smbd).

9 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

9 years agoMerge branch 'master' into next
Arne Fitzenreiter [Sun, 22 Feb 2015 22:44:39 +0000 (23:44 +0100)] 
Merge branch 'master' into next

9 years agocore87: remove grub2 config/image on xen.
Arne Fitzenreiter [Sun, 22 Feb 2015 21:57:04 +0000 (22:57 +0100)] 
core87: remove grub2 config/image on xen.

9 years agocore87: don't recreate S19checkfstab and S70console startlinks.
Arne Fitzenreiter [Sat, 21 Feb 2015 18:28:06 +0000 (19:28 +0100)] 
core87: don't recreate S19checkfstab and S70console startlinks.

9 years agoMerge branch 'core87' of git.ipfire.org:/pub/git/ipfire-2.x into core87
Arne Fitzenreiter [Sat, 21 Feb 2015 15:59:50 +0000 (16:59 +0100)] 
Merge branch 'core87' of git.ipfire.org:/pub/git/ipfire-2.x into core87

9 years agocore87: add glibc to arm update.
Arne Fitzenreiter [Sat, 21 Feb 2015 15:54:15 +0000 (16:54 +0100)] 
core87: add glibc to arm update.

9 years agocore87: add backupiso to update.
Arne Fitzenreiter [Sat, 21 Feb 2015 10:45:30 +0000 (11:45 +0100)] 
core87: add backupiso to update.

9 years agocore87: set correct version. v2.17-core87
Arne Fitzenreiter [Fri, 20 Feb 2015 15:57:40 +0000 (16:57 +0100)] 
core87: set correct version.

9 years agoremove not working wandboad wlan nvram files.
Arne Fitzenreiter [Fri, 20 Feb 2015 15:52:53 +0000 (16:52 +0100)] 
remove not working wandboad wlan nvram files.

9 years agoset version to IPFire 2.17 core87.
Arne Fitzenreiter [Fri, 20 Feb 2015 15:50:32 +0000 (16:50 +0100)] 
set version to IPFire 2.17 core87.

9 years agocore86 is now core87.
Arne Fitzenreiter [Fri, 20 Feb 2015 15:41:18 +0000 (16:41 +0100)] 
core86 is now core87.

9 years agonext-core87 -> core88.
Arne Fitzenreiter [Fri, 20 Feb 2015 15:39:05 +0000 (16:39 +0100)] 
next-core87 -> core88.

9 years agokernel: fix lamobo-r1 sata power regulator.
Arne Fitzenreiter [Fri, 20 Feb 2015 15:13:10 +0000 (16:13 +0100)] 
kernel: fix lamobo-r1 sata power regulator.

9 years agocleanup: remove some unused patches.
Arne Fitzenreiter [Fri, 20 Feb 2015 09:09:34 +0000 (10:09 +0100)] 
cleanup: remove some unused patches.

9 years agou-boot: uEnv.txt load initrd on sunxi boot.
Arne Fitzenreiter [Fri, 20 Feb 2015 09:07:33 +0000 (10:07 +0100)] 
u-boot: uEnv.txt load initrd on sunxi boot.

This is needed to be able to boot the rootfs also from sata.

9 years agocore87: don't overwrite /etc/sysconfig/modules.
Arne Fitzenreiter [Thu, 19 Feb 2015 14:04:27 +0000 (15:04 +0100)] 
core87: don't overwrite /etc/sysconfig/modules.

9 years agolibsrtp: fix for lfs-file
Matthias Fischer [Thu, 19 Feb 2015 08:55:16 +0000 (09:55 +0100)] 
libsrtp: fix for lfs-file

9 years agoMerge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x
Arne Fitzenreiter [Wed, 18 Feb 2015 23:11:13 +0000 (00:11 +0100)] 
Merge branch 'master' of git.ipfire.org:/pub/git/ipfire-2.x

9 years agokernel: update to 3.14.33.
Arne Fitzenreiter [Wed, 18 Feb 2015 23:10:33 +0000 (00:10 +0100)] 
kernel: update to 3.14.33.

9 years agoxen: fix image build and kernel package for xen.
Arne Fitzenreiter [Wed, 18 Feb 2015 19:51:15 +0000 (20:51 +0100)] 
xen: fix image build and kernel package for xen.

9 years agoAdd support for generating GeoIP-based firewall rules. seventeen-geoip
Alexander Marx [Tue, 17 Feb 2015 16:01:42 +0000 (17:01 +0100)] 
Add support for generating GeoIP-based firewall rules.

This commit adds support to the rules.pl and firewall-lib.pl to generate
correct iptables commands for inserting GeoIP-based firewall rules
into the kernel.

9 years agoxt_geoip_update: Fix mktemp calls.
Stefan Schantl [Tue, 17 Feb 2015 07:41:16 +0000 (08:41 +0100)] 
xt_geoip_update: Fix mktemp calls.

9 years agodnsmasq: Disable using inotify
Michael Tremer [Sun, 15 Feb 2015 18:55:56 +0000 (19:55 +0100)] 
dnsmasq: Disable using inotify

The ISC reader code won't work without inotify

9 years agoUpdate GeoIP database 2015-02-15
Michael Tremer [Sun, 15 Feb 2015 12:30:30 +0000 (13:30 +0100)] 
Update GeoIP database 2015-02-15

9 years agoUpdate the hardware database
Michael Tremer [Sun, 15 Feb 2015 12:24:27 +0000 (13:24 +0100)] 
Update the hardware database

9 years agotzdata: Update to version 2015a
Michael Tremer [Sun, 15 Feb 2015 12:21:22 +0000 (13:21 +0100)] 
tzdata: Update to version 2015a

9 years agofireinfo: Update to version 2.1.11
Michael Tremer [Sun, 15 Feb 2015 12:16:08 +0000 (13:16 +0100)] 
fireinfo: Update to version 2.1.11

9 years agoUpdate GeoIP database 2015-02-15
Michael Tremer [Sun, 15 Feb 2015 12:30:30 +0000 (13:30 +0100)] 
Update GeoIP database 2015-02-15

9 years agoUpdate the hardware database
Michael Tremer [Sun, 15 Feb 2015 12:24:27 +0000 (13:24 +0100)] 
Update the hardware database

9 years agotzdata: Update to version 2015a
Michael Tremer [Sun, 15 Feb 2015 12:21:22 +0000 (13:21 +0100)] 
tzdata: Update to version 2015a

9 years agofireinfo: Update to version 2.1.11
Michael Tremer [Sun, 15 Feb 2015 12:16:08 +0000 (13:16 +0100)] 
fireinfo: Update to version 2.1.11

9 years agostage2: Rootfile update.
Stefan Schantl [Sat, 14 Feb 2015 18:18:27 +0000 (19:18 +0100)] 
stage2: Rootfile update.

9 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x into seventeen-geoip
Stefan Schantl [Sat, 14 Feb 2015 11:34:31 +0000 (12:34 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x into seventeen-geoip

Conflicts:
make.sh

9 years agoLanguage file update.
Stefan Schantl [Thu, 12 Feb 2015 19:10:05 +0000 (20:10 +0100)] 
Language file update.

9 years agoRootfile update
Michael Tremer [Wed, 11 Feb 2015 18:36:55 +0000 (19:36 +0100)] 
Rootfile update

9 years agolibrstp: Make an independent package
Michael Tremer [Wed, 11 Feb 2015 18:36:22 +0000 (19:36 +0100)] 
librstp: Make an independent package

9 years agostrongswan: Create configuration for better interoperability
Michael Tremer [Wed, 11 Feb 2015 14:15:47 +0000 (15:15 +0100)] 
strongswan: Create configuration for better interoperability

Also import some upstream fixes for connection stability.

9 years agoRevert "strongswan: Fix for CVE-2014-9221"
Michael Tremer [Wed, 11 Feb 2015 13:59:11 +0000 (14:59 +0100)] 
Revert "strongswan: Fix for CVE-2014-9221"

This reverts commit c1000c2cd4a7fb0ea38ed9c4772207a38819c070.

This commit has been merged from master to this branch, but
actually strongswan was already updated to version 5.2.2 which
does not need this fix any more.

9 years agoMerge branch 'master' into next
Michael Tremer [Wed, 11 Feb 2015 13:58:10 +0000 (14:58 +0100)] 
Merge branch 'master' into next

9 years agoswconfig: supress error on non dtb machines.
Arne Fitzenreiter [Wed, 11 Feb 2015 07:07:49 +0000 (08:07 +0100)] 
swconfig: supress error on non dtb machines.

9 years agokernel: r8169 disable PCIe L23 modes.
Arne Fitzenreiter [Wed, 11 Feb 2015 07:03:57 +0000 (08:03 +0100)] 
kernel: r8169 disable PCIe L23 modes.

9 years agokernel: update to 3.14.32.
Arne Fitzenreiter [Sun, 8 Feb 2015 21:36:02 +0000 (22:36 +0100)] 
kernel: update to 3.14.32.

9 years agofirewall.cgi: Add support for GeoIP locations / GeoIP groups.
Stefan Schantl [Sun, 8 Feb 2015 17:41:44 +0000 (18:41 +0100)] 
firewall.cgi: Add support for GeoIP locations / GeoIP groups.

9 years agogeoip-block.cgi: Use geoip-functions.pl.
Stefan Schantl [Sun, 8 Feb 2015 17:24:51 +0000 (18:24 +0100)] 
geoip-block.cgi: Use geoip-functions.pl.

9 years agogeoip-functions.pl: A collection of functions dealing with GeoIP.
Stefan Schantl [Sun, 8 Feb 2015 17:23:01 +0000 (18:23 +0100)] 
geoip-functions.pl: A collection of functions dealing with GeoIP.

9 years agofwhosts.cgi: Add support for GeoIP groups.
Stefan Schantl [Sun, 8 Feb 2015 12:37:06 +0000 (13:37 +0100)] 
fwhosts.cgi: Add support for GeoIP groups.

9 years agoCleanup left over sources
Michael Tremer [Sat, 7 Feb 2015 22:22:31 +0000 (22:22 +0000)] 
Cleanup left over sources

9 years agocmake: Limit build to two concurrent compiler processes
Michael Tremer [Sat, 7 Feb 2015 22:22:08 +0000 (22:22 +0000)] 
cmake: Limit build to two concurrent compiler processes

Overheats my system :(

9 years agosetup: Better not include the language directories recursively
Michael Tremer [Wed, 4 Feb 2015 18:51:30 +0000 (19:51 +0100)] 
setup: Better not include the language directories recursively