* [git.ipfire.org] IPFire 2.x development tree branch, core95, created. 56b9e4553e150d514a47de1af7fae2abc43bdd0f
@ 2015-11-10 20:18 git
0 siblings, 0 replies; only message in thread
From: git @ 2015-11-10 20:18 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 33257 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, core95 has been created
at 56b9e4553e150d514a47de1af7fae2abc43bdd0f (commit)
- Log -----------------------------------------------------------------
commit 56b9e4553e150d514a47de1af7fae2abc43bdd0f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Nov 10 21:15:21 2015 +0100
finish core95
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit e42d35f4964f0c72c0383d64ffd960274a667b3a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Nov 10 21:13:51 2015 +0100
kernel: update to 3.14.57
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 70defeb036de5e8043a867f08effdc741d95fe99
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Nov 10 10:59:12 2015 +0100
BUG10964: When entering wrong data in dma setup, the fields are blanked
When entring wrong values in the fields and saving the site, there comes
an errormessage and all fields except mailserver and port are blanked.
Now the fileds are preserved and all data is displayed even after an
errormessage
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 35a21a254d2d45488eea77eb6a6e947f38c4e388
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Fri Jul 24 10:36:12 2015 +0200
BUG10902: Add statusfile line when editing an ovpn n2n connection
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a9efe3bd68f83c2281ba934a872ff0100fa9b863
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Nov 9 17:33:50 2015 +0000
core95: Add changed network-functions.pl to updater
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f770b72899bcd7977a83e0237c9840804f6a46ca
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Mon Nov 9 12:42:47 2015 +0100
BUG10940: remove leading zeros in ip address
in firewallgroups (hosts) an error was created when using ip adresses
like 192.168.000.008. Now all leading zeros are deleted in
firewallgroups and in the firewall itself when using single ip addresses
as source or target.
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f7d4c48ded189f935d0eb0c836caca35873e554f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 8 18:03:53 2015 +0100
core95: ship settime and timecheck scripts.
on some installations this scripts are outdated.
Fixes: #10976
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit f75dee7afd8b2cf3a7b0cb6da4a041e652901576
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 8 15:44:18 2015 +0100
core95: exclude ntp config files.
Fixes: #10974
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 769a0c072ab720218a9c6c2960d04173a04f4d5f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 8 15:42:53 2015 +0100
core95: exclude dma config files.
Fixes: #10975
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 28bee14eccbc3e2cada73cbbe84634e070c8c8bc
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 8 10:04:13 2015 +0100
core95: add ipset to updater.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit c88002c48b8011dfec3aefe66f66769e786db11b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Nov 7 09:11:27 2015 +0100
ipset: fix build om arm.
Never hardcode KVER-ipfire in any patches because on arm there is no KVER-ipfire kernel.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit ea2b8089e69e3741ac3a3f3f24bc9f0b409d04d0
Merge: 89f7654 9ce3b85
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Nov 5 21:39:39 2015 +0100
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 9ce3b858a616613539eb4319bf621a50bc8d33eb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Nov 5 15:35:46 2015 +0000
core95: Ship changed mail.cgi
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 4bfec109e7ed1856c8f39de83bb8d213e9ba13a4
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Sat Oct 31 07:34:56 2015 +0100
BUG10965: only write auth.conf if username/password are set
auth.conf was always written, even if no username/password provided.
In this case only the ip or Hostname of the mailserver was written into
auth.conf. Now the file is only filled if username/password are filled.
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Tested-by: Timo Eissler <timo.eissler(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 63cbd2c1df71e246a51b614a2549869168399b10
Author: Erik Kapfer <erik.kapfer(a)ipfire.org>
Date: Thu Nov 5 06:29:01 2015 +0100
ipset: New package
Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 2913185aa487b605e38bdd5b5ac3820d1fa6f654
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Nov 5 11:44:57 2015 +0000
openvpn: The --up option only takes one single argument
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a4e9b9d8e085455fce6ba632da4829a959f3cc96
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Nov 5 11:44:04 2015 +0000
openvpn: Apply static routes on client site as well
Fixes: #10968
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 89f7654673365ed30be80f01ec2d83ed1b73b13b
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Nov 5 11:40:06 2015 +0100
openvmtools: enable build on x86_64
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 87fb870b5edc65d6323f1ef2eb4dba8e6ef8045d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Nov 4 21:18:13 2015 +0000
core95: Ship updated packages
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b6f571fa88735dcde1dfa8b4c584220fb14bf143
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sun Nov 1 15:30:01 2015 +0100
snort: Update to 2.9.7.6
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 6411f1baa6e3d1a89df72327b7c8b5cb2fa8202a
Author: Erik Kapfer <erik.kapfer(a)ipfire.org>
Date: Tue Jul 7 13:13:36 2015 +0200
lzo: Update to version 2.09
Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b22d8aaf4ad26840cc6907580e6bd0cfea73b160
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Oct 30 15:47:22 2015 +0000
openvpn: Embed the certificate and key file into configuration
This will allow to import just the configuration file
into iOS and establish the VPN connection. Also works
with many other OpenVPN clients.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 71af643cda77f02a006613f3fcc1a223a88f01a6
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Oct 30 15:47:21 2015 +0000
openvpn: Add option to download a client package with PEM files
This patch adds the option to download a client package
that comes with a regular PEM and key file instead of a
PKCS12 file which is easier to use with clients that
don't support PKCS12 (like iOS) opposed to converting
the file manually.
This requires that the connection is created without
using a password for the certificate. Then the certificate
is already stored in an insecure way.
This patch also adds this to the Core Update 95 updater.
Fixes: #10966
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
CC: Alexander Marx <alexander.marx(a)ipfire.org>
commit 3045d6abde3e8eff0d1dac4fe8afe397f65f66cd
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Oct 30 16:00:28 2015 +0000
openvpn: Apply static routes when N2N connection comes up
Fixes: #10968
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 93a08fe26132b91bc3d47d83e13bf79a3b4c5c77
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Tue Nov 3 18:51:32 2015 +0100
dma: Update to 0.10
Sorry, I borked the PATCH from yesterday...second try:
dma: Update to 0.10
Changes: dns.c, do not treat unreachable DNS server as permanent error
See: https://github.com/corecode/dma/commit/1a1306df018bd62cf1c5feb2e6e664f656bc9554#diff-8e1267319329e5ee7e6a92fb2aa01c6b
Deleted unnecessary blank lines in 'mail.cgi'
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 123205fdbf2624a78449044c11cff5e77dd3f8e3
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 1 21:49:22 2015 +0100
core95: add upadated backup exclude list.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 60fcb2410e4db68625ef080bdf3d99d79e7b5abb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Nov 1 11:20:56 2015 +0100
firewall: fix disable MASQERADE in green only mode.
using MASQERADE_GREEN="off" will not work because "NETWORK_GREEN" is
not correctly defined in green only mode.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 843ca290e1be08ddf614cb087b7ddc24d1dada1c
Merge: 673351d 6feea5f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 31 21:44:51 2015 +0000
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 6feea5f77819febc1b7f75420b00881655039dbe
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 31 21:40:47 2015 +0000
credits.cgi: Update credits
Promotes Alexander Marx to the group of Core Developers.
Also lots of reformatting of old HTML code.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 673351d8a2b3b2c2ac3cc1367fc623c83fef67bc
Author: Lars Schuhmacher <larsen007(a)web.de>
Date: Fri Oct 30 23:59:08 2015 +0100
Fix unnecessary space character in "E-Mail Absender"
Fix unnecessary space character in "E-Mail Absender".
Replaces the space character with a dash as is correct and already used in the other words in that part.
Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 12b5c00d3e598d71682813c9421bbc84c510f042
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Oct 31 17:29:14 2015 +0100
core95: add kernel to updater.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit ec72ebbfdadf0a6c906a734d480c726735e6fbfe
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Oct 31 17:07:01 2015 +0100
core95: add ntp, backup and geoip changes to updater.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b209d63dc060de463ba513f69de65982384147af
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Oct 31 17:04:47 2015 +0100
backup: exclude lm_sensors config.
this config is hardware dependend and will autodetected at boot.
fixes #10865
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 16cb6ae3d0c44199681bcc27284dde5184cbcc01
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Oct 31 16:55:17 2015 +0100
geo-ip: download initial database in background.
on slow internet connections like gprs the first start hung many minutes.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit c98981ae3d23db0270f43ed4647cfc10ad89b697
Merge: 6e11539 5215a0f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Oct 29 23:25:45 2015 +0000
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 5215a0f2c11911ee2750f8dc3f7ebca4212aa13a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Oct 28 19:36:22 2015 +0100
e1000e: update to 3.2.7.1
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 8d4cae873609b48a93a0758c8db33df0666355ae
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Oct 27 17:31:51 2015 +0100
kernel: update to 3.14.56
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit e0d5c35122ee5936910b56cc429815e623979f2f
Merge: bd64e2a c267b2d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Oct 27 17:31:19 2015 +0100
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit bd64e2a02a0984d8f8641cfafca4773541c25f60
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Oct 27 16:57:24 2015 +0100
kernel: genksyms fix empty symbol crc.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit c267b2da2dc5617b0daee33f3fceb4f81a3bb3cf
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Mon Oct 26 16:25:24 2015 +0100
snort 2.9.7.6: removed unrecognized configure options in lfs file
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 6e11539dc2c3c3e5d65abc4a0bce74b4e1ce1714
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Mon Oct 26 12:24:51 2015 +0100
ntp: Update to 4.2.8p4
ntp-Update to 4.2.8p4, regarding "13 low- and medium-severity vulnerabilities".
For a complete list, see: http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a14e8d0256919b75612a67f2c6ceaffb979a4428
Merge: 038169b 3a6784c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Oct 25 09:21:12 2015 +0100
Merge remote-tracking branch 'origin/master' into next
commit 038169b894f1914b3cbd6513fea5f307bcc4ab12
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Oct 23 11:00:03 2015 +0200
kernel: uppdate to 3.14.55
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 39ed5389fc6de2c7f602d26ba21f0cf9e5fdabc6
Merge: 159c9eb 374e636
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Oct 22 23:38:27 2015 +0200
Merge remote-tracking branch 'origin/master' into next
commit 159c9eb9b1ac6144db50e4677132c51ddf2d8ceb
Merge: 4c5c4f3 d7b82e7
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Oct 22 13:11:17 2015 +0200
Merge remote-tracking branch 'origin/master' into next
commit 4c5c4f3afcfe65c3bfc2d278304a35fd69965eae
Merge: 52daacc a057a97
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Oct 21 21:02:19 2015 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 52daacc5c486daa38989883dc74618e758a33e4f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Oct 21 18:48:32 2015 +0200
kernel: update to 3.14.54
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit a057a976551e3554d123f5aef1f03583b819feb9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Oct 21 17:34:41 2015 +0100
dhcp rfc2136: dhcpd does not seem to support SHA-1
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 2b952557f4c963bdca3a4a9cf0e6c25ff6d19771
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Oct 21 13:52:22 2015 +0100
core95: Ship DHCP RFC2136 changes
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 364452506fcc7170c000d2ac7fe7ae67351a6241
Merge: 4e8949e 5fd7e84
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Oct 21 13:50:07 2015 +0100
Merge remote-tracking branch 'ms/dhcp-rfc2136-broken-down' into next
commit 4e8949e8177a13dde72946ea9d02d0c12badafe0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Oct 18 19:20:18 2015 +0100
core95: Ship changed routing.cgi file
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 6be114f03a12086211234c05a4f7801416488c67
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Sat Oct 17 19:27:03 2015 +0200
BUG10941: fix single ip-addresses when no subnet given
Some functions when adding a new route where senseless.
Now the ip address is checked and in case of a missing / wrong
subnetmask an errormessage is raised. The ip address is preserved.
ELSE
we convert the subnetmask to cidr notation and calculate the network ip
correctly.
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 307327a946be2782f1858f30953d6a2fefc847d1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Oct 18 19:19:31 2015 +0100
core95: Ship changed firewall.cgi file
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8b7417c50b8d3de46003bd40d779bef222dc4171
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Sat Oct 17 18:32:10 2015 +0200
BUG10806: fix wrong customhostgroupcheck
The function to check for valid hostgroup entries not only
checked the target hostgroup but also the source hostgroup if any.
This lead to the error.
Now the check only affects target hostgroups because it does not matter if a sourcegroup contains mac addresses.
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 924f5d6f1aa07d92f3a946e29f4208593a0fe4d2
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Oct 18 18:54:25 2015 +0100
core95: Ship changed firewalllogcountry.dat
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 953ff6edb3e4f14b08a5accad9f80a319476fabe
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sun Oct 18 13:23:32 2015 +0200
firewalllogcountry.dat: Do not show 'Details' button for unkonw location.
The CGI offers the posibility to get more details for a certain locations
by clicking on a button.
This feature cannot be used for the category "unknown". To prevent users
from beeing confused about non show-able details, I added some code to hide
this button for this category.
Fixes #10726.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ea3eac2c509aa4f8acee62095f54949d53f55276
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Oct 18 18:52:07 2015 +0100
core95: Ship changed pppsetup.cgi
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 609b862fe7c58c3d61244888c1f7a98cb7da66cb
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sun Oct 18 14:25:50 2015 +0200
pppsetup.cgi: Fix site layout when no TYPE is specified
There was an issue with false generated HTML code, in case
of an empty or unset $pppsettings{'TYPE'} variable which results
in a missplaced website footer.
This patch moves the code for closeing the table and the call of the
closebox() function to the correct place to prevent this display issue.
Fixes #10565.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 4bb2df502d0f542396891973c68f0ea259f0bd66
Author: Dirk Wagner <dirk.wagner(a)ipfire.org>
Date: Sat Oct 17 20:55:17 2015 +0200
monit addon: Upgrade to 5.14
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 187154380c605e0ba1ffd3ed7d98145e2f57d35a
Author: Dirk Wagner <dirk.wagner(a)ipfire.org>
Date: Sat Oct 17 20:52:13 2015 +0200
asterisk addon: Update to 11.20.0
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f4390974996ba0d416deab9c79446087c9a14750
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 17 01:27:07 2015 +0100
core95: Ship ddns update
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a9929e324f6dc121cca45f1959b7b8d2a47570fe
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Oct 17 01:27:04 2015 +0200
ddns: Update to 009
This update contains the latest upstream changes which are
a better SSL error handling and support for desec.io.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 075b6e10db482dd77ec2634f707634e895610941
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Oct 15 22:46:33 2015 +0100
core95: Ship IPsec blocking changes
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 80fbd8994934af3ac99d91a45ab1130e41a26ece
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 3 22:31:53 2015 +0100
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(a)ipfire.org>
Cc: tomvend(a)rymes.com
Cc: daniel.weismueller(a)ipfire.org
Cc: morlix(a)morlix.de
Reviewed-by: Timo Eissler <timo.eissler(a)ipfire.org>
commit 2158e11ba983abbc747907d35d9fe36ca4295276
Author: Larsen <larsen007(a)web.de>
Date: Sat Oct 10 23:24:16 2015 +0200
IPSec VPN: Add "required" marker for "organization name"
IPSec VPN: Add "required" marker for "organization name"
Fixes https://bugzilla.ipfire.org/show_bug.cgi?id=10846
Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit cffa84a64e96766a849ef660cb4493069ad90f63
Author: Larsen <larsen007(a)web.de>
Date: Sat Oct 10 23:07:19 2015 +0200
Translation improvements
Translation improvements
Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a9a28430b5bce4f43fafd13f60b2e068eca1ea9a
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Oct 10 18:07:38 2015 +0200
tor.cgi: Fix missing country flag icons.
The CGI now is using the GeoIP::get_flag_icon function provided by the
geoip-functions.pl, which takes care of the changed flag icons shipped
by core update 90.
Fixes #10919.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
Tested-by: Jan Paul Tuecking <jan.paul.tuecking(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a18b5b4f4d383aaf132ff9e10fd3c9345d74d933
Merge: 4504c41 0171486
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Oct 15 11:59:44 2015 +0100
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 01714866956b71bea0944cece60d2030861263f3
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Oct 4 16:01:33 2015 +0200
sox: Disable parallel build
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 4504c412af12293e1500217a87e530a1eaa6f224
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 3 19:53:57 2015 +0100
procps: Ship pgrep
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8235f17df5bdc1d5131c10bdfd40b40741bdebce
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Oct 3 19:15:36 2015 +0100
strongswan: Update to 5.3.3
ChaCha is disabled since our kernel does not support it yet
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 75ccb6a6935506245f8957a386635b3db2e192fd
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Oct 2 19:00:13 2015 +0100
krb5: Disable parallel build
Builds of this package crash randomly on all architectures
which might be related to the parallel build.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 1f011c6594fd416319e66e1a5c6a3877a517f2eb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Oct 1 11:14:58 2015 +0200
backports: add Tevii S482 patch
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 26e91280ea082e64e75eb8ff431054d198f1937c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 20:14:42 2015 +0100
Rootfile update
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 16016ff2b0c7e53a580d4584ab4de66e3d77e87d
Merge: 95b09c8 55eb745
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 28 18:42:57 2015 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 95b09c86d6f13fa4c59bdb012d60c4d5ffb39b9b
Merge: db151fd c5a5e4a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 28 18:40:32 2015 +0200
Merge remote-tracking branch 'origin/master' into next
commit db151fde63cc88d42d584ffbfe753fc8b81d1c97
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 28 18:39:26 2015 +0200
igb: update to 5.3.3.2
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 1d664fe1db6a42f4e64ec581f8ba8876eda6d815
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 28 18:38:55 2015 +0200
e1000e: update to 3.2.4.2
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 55eb745e65ade706d6ded851086a42f2a1b8803b
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:35:54 2015 +0100
core95: Ship changed files
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit dfe630f77c780c17238ae23392e52e68a41ab892
Merge: c400bc2 3db5848
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:33:49 2015 +0100
Merge remote-tracking branch 'ms/experimental-vlan-hotplugging' into next
commit c400bc2d7dc1c4e1f784f5bbd8c2d898b1faf97a
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:25:53 2015 +0100
core95: Ship changed files
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit c6fba315ecd044bd53350641c2e6f27d9df785de
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:24:44 2015 +0100
connections.cgi: Support multiple subnets for IPsec
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b1881251d6cdd92c7e887813395386afe9692944
Merge: 4b046d7 7c8e022
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:21:18 2015 +0100
Merge remote-tracking branch 'ms/ipsec-subnets' into next
commit 4b046d735d28012d215276ea08272f298e1e8ba1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:08:17 2015 +0100
Start Core Update 95
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit d86694ad1f5c1553d57028af0bd8de58ca6d5f39
Merge: 624615e 9dd1408
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Sep 28 14:05:26 2015 +0100
Merge branch 'master' into next
commit 624615ee0731c45eff6bc964aa053d5e481aa30f
Author: Lars Schuhmacher <larsen007(a)web.de>
Date: Fri Sep 25 23:01:17 2015 +0200
vpnmain.cgi - Replace spaces with tab characters and fix indentation
Replaced spaces with tab characters. Fixed indentation.
This is based on http://patchwork.ipfire.org/patch/88/ so that patch must be applied before.
Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ed1d0fbdbe0a2c7990ac984ebeed4e74c7bd3955
Author: Lars Schuhmacher <larsen007(a)web.de>
Date: Fri Sep 25 00:04:08 2015 +0200
IPsec: Remove GUI option for "Roadwarrior virtual IP"
This setting stems from IPCop (and probably Openswan) and causes a problem.
Fixes bug #10496.
Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit c9f0174979e9de685906e12a22e7625cd92dc90f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Sep 27 12:58:22 2015 +0200
kernel: update to 3.14.53
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 1f2bda9ba3b58eaf186a90369d64aad914217908
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Sep 27 11:23:11 2015 +0200
backports: enable build on x86_64.
backports 4.1.1-1 is not stable so we need to stay on the older version.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 7c8e022c4b3c7d184e4cee8f79b5e7d63f464759
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Sep 22 00:26:14 2015 +0100
firewall: Support multiple subnets per IPsec tunnel
Fixes #10929
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 8792caad90e968894fa55909b725055e7ac8f5c5
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Aug 25 21:52:11 2015 +0100
ipsec: Support using multiple subnets per tunnel
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 3db584817d41c055c462a77ac9fb50491766beaf
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Aug 2 22:23:59 2015 +0100
Remove old VLAN initscript
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 36f7fe6a38c7923ac0e25a677484542f9388520a
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Aug 2 22:18:33 2015 +0100
udev: Add hotplugging for VLAN devices
The VLAN devices will now automatically be created after
a parent device has been added.
Mainly this will resolve a race-condition between udev
initialising the network adapters and sysvinit running
scripts that will do the initialisation of the VLAN.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 5fd7e84c499320c9ba1d81c78a706cd42b5bfc2c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Mar 31 01:23:35 2015 +0200
dhcp-ddns: Set TTL to 1 minute
commit 28fee67640d1c1f5ddc692c1c7f073fa8f115d3c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 16 00:54:42 2015 +0100
dnsmasq: Disable parsing leases when DNS Update is enabled
commit b510e12ac1deb8ac93fcfa7dc62a505affe0fdee
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Mon Mar 16 00:54:20 2015 +0100
DHCP: Allow DNS Update configuration in the web user interface
commit f5fb9a0466e6857ab4c8294a58e1cd7678d72b45
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Mar 15 13:34:02 2015 +0100
DHCP: Allow using external name servers for leases
These changes allow a user to use RFC2136 in order to
update their (public) DNS zone with the dynamic or
static leases.
A TSIG key may optionally be used to authenticate
the updates.
-----------------------------------------------------------------------
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-10 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10 20:18 [git.ipfire.org] IPFire 2.x development tree branch, core95, created. 56b9e4553e150d514a47de1af7fae2abc43bdd0f git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox