From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c48a24dc14da1322dae72511c3e4c021602cf005 Date: Wed, 20 Jul 2016 17:30:43 +0100 Message-ID: <20160720163044.5936A1081BA5@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1225282874612589934==" List-Id: --===============1225282874612589934== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, next has been updated via c48a24dc14da1322dae72511c3e4c021602cf005 (commit) via f00699e8bb9f820f1be200a40d987b749cd278dd (commit) via 5261a13d3c2f5bec97c837713720c98a3a4c161b (commit) from 3b7d73d1d40b11b1eaf2ae48ebd22ef4cb587ff1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c48a24dc14da1322dae72511c3e4c021602cf005 Author: Michael Tremer Date: Wed Jul 20 16:49:11 2016 +0100 core104: Include recent changes =20 Signed-off-by: Michael Tremer commit f00699e8bb9f820f1be200a40d987b749cd278dd Author: Alf H=C3=B8gemark Date: Thu Jul 14 13:14:55 2016 +0200 Change case of the unit "bit" from "Bit" to "bit" in web UI =20 The correct case for "kilobit" is "kilobit", not "kiloBit". And the same applies for Mbit, Gbit etc. Reference is https://en.wikipedia.org/wiki/Kilobit =20 This commit changes the texts used in the web UI, so that it correctly displays as "bit", "kbit", "Mbit" etc. =20 This fixes bugzilla item 10918. =20 Signed-off-by: Alf H=C3=B8gemark Signed-off-by: Michael Tremer commit 5261a13d3c2f5bec97c837713720c98a3a4c161b Author: Matthias Fischer Date: Mon Jul 18 11:50:45 2016 +0200 nano: Update to 2.6.1 =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/104/filelists/files | 4 ++++ config/rootfiles/core/104/update.sh | 2 +- config/updxlrator/download | 2 +- html/cgi-bin/proxy.cgi | 8 ++++---- html/cgi-bin/tor.cgi | 10 +++++----- html/html/themes/ipfire/include/functions.pl | 4 ++-- html/html/themes/ipfire/include/js/refreshInetInfo.js | 2 +- langs/de/cgi-bin/de.pl | 6 +++--- langs/en/cgi-bin/en.pl | 2 +- langs/es/cgi-bin/es.pl | 2 +- langs/fr/cgi-bin/fr.pl | 2 +- langs/it/cgi-bin/it.pl | 2 +- langs/nl/cgi-bin/nl.pl | 2 +- langs/pl/cgi-bin/pl.pl | 2 +- langs/ru/cgi-bin/ru.pl | 2 +- lfs/nano | 8 ++++---- lfs/tor | 2 +- 17 files changed, 33 insertions(+), 29 deletions(-) Difference in files: diff --git a/config/rootfiles/core/104/filelists/files b/config/rootfiles/cor= e/104/filelists/files index f23acea..9aeb79e 100644 --- a/config/rootfiles/core/104/filelists/files +++ b/config/rootfiles/core/104/filelists/files @@ -4,3 +4,7 @@ etc/collectd.conf etc/httpd/conf/global.conf opt/pakfire/lib/functions.sh srv/web/ipfire/cgi-bin/ids.cgi +srv/web/ipfire/cgi-bin/proxy.cgi +srv/web/ipfire/html/themes/ipfire/include/functions.pl +srv/web/ipfire/html/themes/ipfire/include/js/refreshInetInfo.js +var/ipfire/updatexlrator/bin/download diff --git a/config/rootfiles/core/104/update.sh b/config/rootfiles/core/104/= update.sh index 46842e8..d00b487 100644 --- a/config/rootfiles/core/104/update.sh +++ b/config/rootfiles/core/104/update.sh @@ -53,7 +53,7 @@ rm -f /bin/groups /lib/libshadow.so.0* ldconfig =20 # Update Language cache -#/usr/local/bin/update-lang-cache +/usr/local/bin/update-lang-cache =20 # Start services /etc/init.d/dnsmasq restart diff --git a/config/updxlrator/download b/config/updxlrator/download index 1624609..dbc722c 100644 --- a/config/updxlrator/download +++ b/config/updxlrator/download @@ -108,7 +108,7 @@ if ($xlratorsettings{'MAX_DOWNLOAD_RATE'} eq '') { &writelog("Retrieving file for local cache: $updatefile"); } else { - &writelog("Retrieving file for local cache at max. " . $xlratorsettings{'MA= X_DOWNLOAD_RATE'} . " kBit/s: $updatefile"); + &writelog("Retrieving file for local cache at max. " . $xlratorsettings{'MA= X_DOWNLOAD_RATE'} . " kbit/s: $updatefile"); } =20 $ENV{'http_proxy'} =3D $proxysettings{'UPSTREAM_PROXY'}; diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 1c9bb87..0b7d36c 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -1532,7 +1532,7 @@ END ; =20 foreach (@throttle_limits) { - print "\t\n"; + print "\t\n"; } =20 print <$_ kBi= t/s\n"; + print "\t\n"; } =20 print <$_ kBi= t/s\n"; + print "\t\n"; } =20 print <$_ kBit= /s\n"; + print "\t\n"; } =20 print <=3D 1024) { - print "\n"; + print "\n"; } else { - print "\n"; + print "\n"; } } =20 @@ -455,9 +455,9 @@ END =20 foreach (@bandwidth_limits) { if ($_ >=3D 1024) { - print "\n"; + print "\n"; } else { - print "\n"; + print "\n"; } } print <=3D 1024)) { diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/= ipfire/include/functions.pl index eedf069..7f6000a 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -70,8 +70,8 @@ sub showmenu() { print < Traffic: - In --.-- Bit/s   - Out --.-- Bit/s + In --.-- bit/s   + Out --.-- bit/s EOF } diff --git a/html/html/themes/ipfire/include/js/refreshInetInfo.js b/html/htm= l/themes/ipfire/include/js/refreshInetInfo.js index 259f86e..7d9cf8f 100644 --- a/html/html/themes/ipfire/include/js/refreshInetInfo.js +++ b/html/html/themes/ipfire/include/js/refreshInetInfo.js @@ -51,7 +51,7 @@ function refreshInetInfo() { } =20 function format_bytes(bytes) { - var units =3D ["Bit/s", "kBit/s", "MBit/s", "GBit/s", "TBit/s"]; + var units =3D ["bit/s", "kbit/s", "Mbit/s", "Gbit/s", "Tbit/s"]; =20 var unit =3D units[0]; for (var i =3D 1; i < units.length; i++) { diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 7c330bb..58c0e7a 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -786,7 +786,7 @@ 'dos charset' =3D> 'DOS Charset', 'down and up speed' =3D> 'Geben Sie bitte hier ihre Download- bzw. Upload-Ge= schwindigkeit ein
und klicken Sie danach auf Speichern.', 'downlink' =3D> 'Downlink', -'downlink speed' =3D> 'Downlink-Geschwindigkeit (kBit/sek)', +'downlink speed' =3D> 'Downlink-Geschwindigkeit (kbit/sek)', 'downlink std class' =3D> 'Downloadstandardklasse', 'download' =3D> 'herunterladen', 'download ca certificate' =3D> 'CA-Zertifikat herunterladen', @@ -2323,7 +2323,7 @@ 'updxlrtr maintenance' =3D> 'Wartung', 'updxlrtr marked as' =3D> 'markiert als', 'updxlrtr max disk usage' =3D> 'Max. Festplattennutzung', -'updxlrtr max download rate' =3D> 'Max. externe Downloadrate (kBit/s)', +'updxlrtr max download rate' =3D> 'Max. externe Downloadrate (kbit/s)', 'updxlrtr month' =3D> 'einem Monat', 'updxlrtr monthly' =3D> 'monatlich', 'updxlrtr not accessed' =3D> 'nicht zugegriffen seit', @@ -2357,7 +2357,7 @@ 'updxlrtr year' =3D> 'einem Jahr', 'upgrade' =3D> 'upgrade', 'uplink' =3D> 'Uplink', -'uplink speed' =3D> 'Uplink-Geschwindigkeit (kBit/sek)', +'uplink speed' =3D> 'Uplink-Geschwindigkeit (kbit/sek)', 'uplink std class' =3D> 'Uploadstandardklasse', 'upload' =3D> 'Hochladen', 'upload a certificate' =3D> 'Ein Zertifikat hochladen:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 57f93ea..747d12e 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2363,7 +2363,7 @@ 'updxlrtr maintenance' =3D> 'Maintenance', 'updxlrtr marked as' =3D> 'marked as', 'updxlrtr max disk usage' =3D> 'Max. disk usage', -'updxlrtr max download rate' =3D> 'Max. external download rate (kBit/s)', +'updxlrtr max download rate' =3D> 'Max. external download rate (kbit/s)', 'updxlrtr month' =3D> 'one month', 'updxlrtr monthly' =3D> 'monthly', 'updxlrtr not accessed' =3D> 'not accessed since', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index e24e75e..7ac5d11 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -1813,7 +1813,7 @@ 'updxlrtr maintenance' =3D> 'Mantenimiento', 'updxlrtr marked as' =3D> 'marcado como', 'updxlrtr max disk usage' =3D> 'M=C3=A1ximo uso de disco', -'updxlrtr max download rate' =3D> 'Tasa M=C3=A1xima de descarga externa (kBi= t/s)', +'updxlrtr max download rate' =3D> 'Tasa M=C3=A1xima de descarga externa (kbi= t/s)', 'updxlrtr month' =3D> 'un mes', 'updxlrtr monthly' =3D> 'mensual', 'updxlrtr not accessed' =3D> 'no se ha accesado desde', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 0d173ae..61c514d 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -1818,7 +1818,7 @@ 'updxlrtr maintenance' =3D> 'Maintenance', 'updxlrtr marked as' =3D> 'marqu=C3=A9 comme', 'updxlrtr max disk usage' =3D> 'Utilisation du disque Max.', -'updxlrtr max download rate' =3D> 'Taux de t=C3=A9l=C3=A9chargement externe = Max. (kBit/s)', +'updxlrtr max download rate' =3D> 'Taux de t=C3=A9l=C3=A9chargement externe = Max. (kbit/s)', 'updxlrtr month' =3D> 'un mois', 'updxlrtr monthly' =3D> 'mensuellement', 'updxlrtr not accessed' =3D> 'la derni=C3=A8re utilisation date de', diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl index 950f700..2ed22f2 100644 --- a/langs/it/cgi-bin/it.pl +++ b/langs/it/cgi-bin/it.pl @@ -2281,7 +2281,7 @@ 'updxlrtr maintenance' =3D> 'Maintenance', 'updxlrtr marked as' =3D> 'marked as', 'updxlrtr max disk usage' =3D> 'Max. disk usage', -'updxlrtr max download rate' =3D> 'Max. external download rate (kBit/s)', +'updxlrtr max download rate' =3D> 'Max. external download rate (kbit/s)', 'updxlrtr month' =3D> 'one month', 'updxlrtr monthly' =3D> 'Mensile', 'updxlrtr not accessed' =3D> 'not accessed since', diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl index 9d90a08..2469ff2 100644 --- a/langs/nl/cgi-bin/nl.pl +++ b/langs/nl/cgi-bin/nl.pl @@ -2226,7 +2226,7 @@ 'updxlrtr maintenance' =3D> 'Onderhoud', 'updxlrtr marked as' =3D> 'gemarkeerd als', 'updxlrtr max disk usage' =3D> 'Max. schijfgebruik', -'updxlrtr max download rate' =3D> 'Max. externe downloadsnelheid (kBit/s)', +'updxlrtr max download rate' =3D> 'Max. externe downloadsnelheid (kbit/s)', 'updxlrtr month' =3D> 'een maand', 'updxlrtr monthly' =3D> 'maandelijks', 'updxlrtr not accessed' =3D> 'niet benaderd sinds', diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl index 47abf2c..9214205 100644 --- a/langs/pl/cgi-bin/pl.pl +++ b/langs/pl/cgi-bin/pl.pl @@ -1826,7 +1826,7 @@ 'updxlrtr maintenance' =3D> 'Konserwacja', 'updxlrtr marked as' =3D> 'oznaczone jako', 'updxlrtr max disk usage' =3D> 'Maks. wykorzystanie dysku', -'updxlrtr max download rate' =3D> 'Maks. pr=C4=99dko=C5=9B=C4=87 pobierania = (kBit/s)', +'updxlrtr max download rate' =3D> 'Maks. pr=C4=99dko=C5=9B=C4=87 pobierania = (kbit/s)', 'updxlrtr month' =3D> 'miesi=C4=85ca', 'updxlrtr monthly' =3D> 'miesi=C4=99cznie', 'updxlrtr not accessed' =3D> 'bez =C5=BC=C4=85dania od', diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl index 6840f81..6a45f7f 100644 --- a/langs/ru/cgi-bin/ru.pl +++ b/langs/ru/cgi-bin/ru.pl @@ -1821,7 +1821,7 @@ 'updxlrtr maintenance' =3D> '=D0=A3=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0= =BD=D0=B8=D0=B5', 'updxlrtr marked as' =3D> '=D0=BE=D1=82=D0=BC=D0=B5=D1=87=D0=B5=D0=BD =D0=BA= =D0=B0=D0=BA', 'updxlrtr max disk usage' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0= =D0=BB=D1=8C=D0=BD=D0=BE=D0=B5 =D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0= =BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 =D0=B4=D0=B8=D1=81=D0=BA=D0=B0', -'updxlrtr max download rate' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0= =B0=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F =D1=81=D0=BA=D0=BE=D1=80=D0=BE=D1=81=D1=82= =D1=8C =D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8 (kBit/s)', +'updxlrtr max download rate' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0= =B0=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F =D1=81=D0=BA=D0=BE=D1=80=D0=BE=D1=81=D1=82= =D1=8C =D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8 (kbit/s)', 'updxlrtr month' =3D> '=D0=BE=D0=B4=D0=B8=D0=BD =D0=BC=D0=B5=D1=81=D1=8F=D1= =86', 'updxlrtr monthly' =3D> '=D0=95=D0=B6=D0=B5=D0=BC=D0=B5=D1=81=D1=8F=D1=87=D0= =BD=D0=BE', 'updxlrtr not accessed' =3D> '=D0=9D=D0=B5 =D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0= =B0=D0=BB=D0=B8=D1=81=D1=8C =D1=81', diff --git a/lfs/nano b/lfs/nano index 70991d2..6bf411b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2016 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.5.3 +VER =3D 2.6.1 =20 THISAPP =3D nano-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nano -PAK_VER =3D 9 +PAK_VER =3D 10 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D a04d77611422ab4b6a7b489650c7a793 +$(DL_FILE)_MD5 =3D 5154704d2f3461140e6798470e03b711 =20 install : $(TARGET) =20 diff --git a/lfs/tor b/lfs/tor index 4cecf23..a00ff25 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tor -PAK_VER =3D 16 +PAK_VER =3D 17 =20 DEPS =3D "" =20 hooks/post-receive -- IPFire 2.x development tree --===============1225282874612589934==--