public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8867f9c5e8400d0ec686c68a80d5ef719c316616
Date: Sun, 29 Dec 2019 18:04:23 +0000	[thread overview]
Message-ID: <47m7k00Qrtz2xyk@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 17495 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, next has been updated
       via  8867f9c5e8400d0ec686c68a80d5ef719c316616 (commit)
       via  68e83070e2deb9d5ee215a5468e50aefeed2a1d6 (commit)
       via  063a3a8bcab1621df086de25ff3829ba9815a63a (commit)
       via  726037c6eefb01112d6b4a45fc83285903eb1201 (commit)
       via  22680ad9be14187286a606fe19b83806e9ef6e59 (commit)
      from  fb7226d0a6fc9a762229bce0f4999995c4413679 (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 8867f9c5e8400d0ec686c68a80d5ef719c316616
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Dec 29 18:03:34 2019 +0000

    core140: add knot to updater
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 68e83070e2deb9d5ee215a5468e50aefeed2a1d6
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Sat Dec 14 12:13:40 2019 +0100

    knot: Update to 2.9.2
    
    For details see:
    https://www.knot-dns.cz/2019-12-12-version-292.html
    
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 063a3a8bcab1621df086de25ff3829ba9815a63a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Dec 29 17:59:50 2019 +0000

    core140: add unbound to updater
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 726037c6eefb01112d6b4a45fc83285903eb1201
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Sat Dec 14 12:09:58 2019 +0100

    unbound: Update to 1.9.6
    
    For details see:
    https://nlnetlabs.nl/pipermail/unbound-users/2019-December/011941.html
    
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 22680ad9be14187286a606fe19b83806e9ef6e59
Author: Stéphane Pautrel <stephane.pautrel(a)gmail.com>
Date:   Tue Dec 10 11:10:42 2019 +0000

    Update French translation
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/knot                       |  4 +-
 config/rootfiles/common/unbound                    |  2 +-
 .../{oldcore/128 => core/140}/filelists/knot       |  0
 .../{oldcore/106 => core/140}/filelists/unbound    |  0
 doc/language_issues.fr                             |  3 --
 doc/language_missings                              |  2 -
 langs/fr/cgi-bin/fr.pl                             | 43 +++++++++++-----------
 lfs/knot                                           |  4 +-
 lfs/unbound                                        |  4 +-
 9 files changed, 29 insertions(+), 33 deletions(-)
 copy config/rootfiles/{oldcore/128 => core/140}/filelists/knot (100%)
 copy config/rootfiles/{oldcore/106 => core/140}/filelists/unbound (100%)

Difference in files:
diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot
index c0d900e6b..960f14d0a 100644
--- a/config/rootfiles/common/knot
+++ b/config/rootfiles/common/knot
@@ -9,7 +9,7 @@ usr/lib/libdnssec.so.7.0.0
 #usr/lib/libknot.la
 #usr/lib/libknot.lai
 #usr/lib/libknot.so
-usr/lib/libknot.so.9
-usr/lib/libknot.so.9.0.0
+usr/lib/libknot.so.10
+usr/lib/libknot.so.10.0.0
 #usr/lib/libknotus.a
 #usr/lib/libknotus.la
diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound
index 2cde9f424..3569a4170 100644
--- a/config/rootfiles/common/unbound
+++ b/config/rootfiles/common/unbound
@@ -11,7 +11,7 @@ etc/unbound/unbound.conf
 #usr/lib/libunbound.la
 #usr/lib/libunbound.so
 usr/lib/libunbound.so.8
-usr/lib/libunbound.so.8.1.5
+usr/lib/libunbound.so.8.1.6
 #usr/lib/pkgconfig/libunbound.pc
 usr/sbin/unbound
 usr/sbin/unbound-anchor
diff --git a/config/rootfiles/core/140/filelists/knot b/config/rootfiles/core/140/filelists/knot
new file mode 120000
index 000000000..28e96f878
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/knot
@@ -0,0 +1 @@
+../../../common/knot
\ No newline at end of file
diff --git a/config/rootfiles/core/140/filelists/unbound b/config/rootfiles/core/140/filelists/unbound
new file mode 120000
index 000000000..66adf0924
--- /dev/null
+++ b/config/rootfiles/core/140/filelists/unbound
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
diff --git a/doc/language_issues.fr b/doc/language_issues.fr
index dbd1e94d1..fdab9b4e1 100644
--- a/doc/language_issues.fr
+++ b/doc/language_issues.fr
@@ -530,7 +530,6 @@ WARNING: translation string unused: ovpn config
 WARNING: translation string unused: ovpn device
 WARNING: translation string unused: ovpn dl
 WARNING: translation string unused: ovpn engines
-WARNING: translation string unused: ovpn hmac
 WARNING: translation string unused: ovpn log
 WARNING: translation string unused: ovpn mtu-disc
 WARNING: translation string unused: ovpn mtu-disc and mtu not 1500
@@ -828,12 +827,10 @@ WARNING: untranslated string: guardian no entries = unknown string
 WARNING: untranslated string: guardian service = unknown string
 WARNING: untranslated string: ike lifetime should be between 1 and 8 hours = unknown string
 WARNING: untranslated string: info messages = unknown string
-WARNING: untranslated string: itlb multihit = iTLB MultiHit
 WARNING: untranslated string: no data = unknown string
 WARNING: untranslated string: pakfire ago = ago.
 WARNING: untranslated string: route config changed = unknown string
 WARNING: untranslated string: routing config added = unknown string
 WARNING: untranslated string: routing config changed = unknown string
 WARNING: untranslated string: routing table = unknown string
-WARNING: untranslated string: taa zombieload2 = TSX Async Abort / ZombieLoad v2
 WARNING: untranslated string: vpn statistics n2n = unknown string
diff --git a/doc/language_missings b/doc/language_missings
index d0d2d9cb7..5c333f866 100644
--- a/doc/language_missings
+++ b/doc/language_missings
@@ -888,8 +888,6 @@
 ############################################################################
 # Checking cgi-bin translations for language: fr                           #
 ############################################################################
-< itlb multihit
-< taa zombieload2
 ############################################################################
 # Checking cgi-bin translations for language: it                           #
 ############################################################################
diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl
index 52b1ad1cd..8c4e4d8a4 100644
--- a/langs/fr/cgi-bin/fr.pl
+++ b/langs/fr/cgi-bin/fr.pl
@@ -481,7 +481,7 @@
 'backup sets' => 'Configuration des sauvegardes',
 'backup to floppy' => 'Sauvegarder sur disquettes',
 'backupaddon' => 'Sauvegarde additionnelle',
-'backupprofile' => 'Au cas ou la reconnexion échouerait, changez de profil',
+'backupprofile' => 'Dans le cas ou la reconnexion échouerait, changez de profil',
 'backups' => 'Sauvegardes',
 'backupwarning' => 'Veuillez restaurer votre sauvegarde principale et ensuite vos sauvegardes additionnelles. Veuillez conserver le nom de fichier fourni lors du téléchargement.',
 'bad characters in' => 'Mauvais caractères dans ',
@@ -585,7 +585,7 @@
 'ccd err irouteexist' => 'Cette route est déjà en utilisation.',
 'ccd err isipsecnet' => 'L\'adresse de sous-réseau donnée est déjà utilisée par un réseau IPsec.',
 'ccd err isipsecrw' => 'L\'adresse de sous-réseau donnée est déjà utilisée par le réseau IPsec rw.',
-'ccd err isovpnn2n' => 'L\'adresse de sous-réseau est déjà utilisée pour une connexion OpenVPN site à site.',
+'ccd err isovpnn2n' => 'L\'adresse de sous-réseau est déjà utilisée pour une connexion OpenVPN site-à-site.',
 'ccd err isovpnnet' => 'L\'adresse de sous-réseau est déjà utilisée pour le serveur OpenVPN.',
 'ccd err issubnet' => 'Adresse de sous-réseau déjà en utilisation.',
 'ccd err name' => 'Veuillez choisir un nom.',
@@ -629,7 +629,7 @@
 'clear cache' => 'Vider le cache',
 'clear playlist' => 'Liste de lecture vide',
 'clenabled' => 'Fournir l\'heure au réseau local',
-'click to disable' => 'Activé (cocher pour désactiver)',
+'click to disable' => 'Activé (décocher pour désactiver)',
 'click to enable' => 'Désactivé (cocher pour activer)',
 'client' => 'Nom de la station (ordinateur)',
 'clock has not been synchronized' => 'L\'horloge n\'est pas synchronisée',
@@ -1209,7 +1209,7 @@
 'fwhost Custom Network' => 'Réseau',
 'fwhost IpSec Host' => 'Hôte IPsec',
 'fwhost IpSec Network' => 'Réseau IPsec',
-'fwhost OpenVPN N-2-N' => 'OpenVPN site à site',
+'fwhost OpenVPN N-2-N' => 'OpenVPN site-à-site',
 'fwhost OpenVPN static host' => 'Hôte statique OpenVPN',
 'fwhost OpenVPN static network' => 'Réseau statique OpenVPN',
 'fwhost Standard Network' => 'Réseau standard',
@@ -1285,7 +1285,7 @@
 'fwhost newservice' => 'Services',
 'fwhost newservicegrp' => 'Groupes de service',
 'fwhost orange' => 'ORANGE',
-'fwhost ovpn_n2n' => 'OpenVPN site à site',
+'fwhost ovpn_n2n' => 'OpenVPN site-à-site',
 'fwhost port' => 'Port(s) ',
 'fwhost prot' => 'Protocole ',
 'fwhost reread' => 'Les règles de pare-feu doivent être mises à jour.',
@@ -1535,13 +1535,14 @@
 'ipsec no connections' => 'Aucune connexion IPsec active',
 'ipsec settings' => 'Paramètres IPsec',
 'iptable rules' => 'Règles table IP',
-'iptmangles' => 'Mangles IPTable ',
+'iptmangles' => 'Table IP Mangle ',
 'iptnats' => 'Traduction d\'adresses réseaux table IP ',
 'ipts' => 'Tables IP ',
 'isdn' => 'ISDN',
 'isdn settings' => 'Réglages ISDN supplémentaires :',
 'isdn1' => 'ISDN unique',
 'isdn2' => 'Double ISDN',
+'itlb multihit' => 'MultiHit iTLB',
 'january' => 'Janvier',
 'javascript menu error1' => 'Si les menus déroulants ne fonctionnent pas, désactivez le Javascript sur la',
 'javascript menu error2' => 'page.',
@@ -1560,7 +1561,7 @@
 'last activity' => 'Dernière activité',
 'lateprompting' => 'Dernière action',
 'lease expires' => 'Bail expiré',
-'least preferred' => 'le moins préféré',
+'least preferred' => 'le moins apprécié',
 'legend' => 'Légende',
 'length' => 'Longueur',
 'lifetime' => 'Durée de vie :',
@@ -1814,7 +1815,7 @@
 'ntp sync' => 'Synchronisation',
 'ntp syncro disabled' => 'Synchronisation NTP désactivee',
 'ntp syncro enabled' => 'Synchronisation NTP activee',
-'ntpd restarted' => 'ntpd redémarré',
+'ntpd restarted' => 'ntpd redemarre',
 'number' => 'Nombre :',
 'o-no' => 'Inactif',
 'o-yes' => 'Actif',
@@ -1912,8 +1913,7 @@
 'ovpn error dh' => 'Le paramètre Diffie-Hellman doit être au minimum à 2048 bits ! <br>Veuillez générer ou télécharger un nouveau paramètre Diffie-Hellman, cela peut être fait ci-dessous dans la section "Options de paramètres Diffie-Hellman".</br>',
 'ovpn error md5' => 'Votre certificat hôte utilise MD5 pour la signature qui n\'est plus acceptée. <br>Veuillez mettre à jour la dernière version d\'IPFire et générez un nouveau certificat racine et hôte..</br><br>Tous les clients OpenVPN doivent ensuite être renouvelés!</br>',
 'ovpn generating the root and host certificates' => 'La génération du certificat racine et hôte peut prendre du temps.',
-'ovpn ha' => 'Algorithme Hash',
-'ovpn hmac' => 'Options HMAC',
+'ovpn ha' => 'Algorithme de hashage',
 'ovpn log' => 'OVPN-Log',
 'ovpn mgmt in root range' => 'Un numéro de port de 1024 ou plus est requis.',
 'ovpn mtu-disc' => 'Découverte du chemin MTU',
@@ -1963,7 +1963,7 @@
 'pakfire core update auto' => 'Installer automatiquement les mises à jour du noyau et des modules :',
 'pakfire core update level' => 'Niveau de mise à jour du noyau ',
 'pakfire health check' => 'Vérifier si le miroir est accessible (ping) :',
-'pakfire install description' => 'Veuillez choisir un ou plusieurs modules dans la liste ci-dessous<br>et cliquez sur le signe PLUS pour les installer.',
+'pakfire install description' => 'Veuillez choisir un ou plusieurs modules dans la liste ci-dessous<br>et cliquer sur le signe PLUS pour le(s) installer.',
 'pakfire install package' => 'Vous souhaitez installer les paquets suivants : ',
 'pakfire installed addons' => 'Modules installés :',
 'pakfire last core list update' => 'Dernière mise à jour de la liste du noyau : ',
@@ -1973,7 +1973,7 @@
 'pakfire possible dependency' => 'Il y a peut-être des dépendances, voici la liste des paquets qu\'il faut installer.',
 'pakfire register' => 'S\'inscrire au serveur pakfire :',
 'pakfire system state' => 'Statut système PakFire ',
-'pakfire uninstall description' => 'Veuillez choisir un ou plusieurs modules dans la liste ci-dessous<br>et cliquez sur le signe MOINS pour les désinstaller.',
+'pakfire uninstall description' => 'Veuillez choisir un ou plusieurs modules dans la liste ci-dessous<br>et cliquer sur le signe MOINS pour le(s) désinstaller.',
 'pakfire uninstall package' => 'Vous voulez désinstaller les paquets suivants : ',
 'pakfire update daily' => 'Rechercher des mises à jour quotidiennes :',
 'pakfire updates' => 'Mise à jour disponible :',
@@ -2011,7 +2011,7 @@
 'ppp setup' => 'Installation PPP',
 'pppoe' => 'PPPoE',
 'pppoe settings' => 'Paramètres supplémentaires PPPoE :',
-'pptp netconfig' => 'My Net Config',
+'pptp netconfig' => 'Ma config réseau',
 'pptp peer' => 'Peer',
 'pptp route' => 'Route PPTP',
 'pptp settings' => 'Paramètres supplémentaires PPTP :',
@@ -2207,7 +2207,7 @@
 'shutdown sure' => 'Etes-vous sûr de vouloir arrêter ?',
 'shutdown2' => 'Arrêt :',
 'shutting down' => 'Arrêter',
-'shutting down ipfire' => 'Arrêter IPFire',
+'shutting down ipfire' => 'Arreter IPFire',
 'since' => 'depuis',
 'sitekey' => 'Clef du site',
 'sitekeyfile' => 'Fichier de clef du site',
@@ -2219,9 +2219,9 @@
 'smbrestart' => 'Redémarrer Samba',
 'smbstart' => 'Démarrer Samba',
 'smbstop' => 'Arrêter Samba',
-'smt disabled' => 'Le multithreading simultané (SMT) est désactivé',
-'smt enabled' => 'Le multithreading simultané(SMT) est activé',
-'smt not supported' => 'Le multithreading simultané (SMT) n\'est pas supporté',
+'smt disabled' => 'Le MultiThreading Simultané (SMT) est désactivé',
+'smt enabled' => 'Le MultiThreading Simultané(SMT) est activé',
+'smt not supported' => 'Le MultiThreading Simultané (SMT) n\'est pas supporté',
 'smtphost' => 'Hôte SMTP',
 'smtpport' => 'Port SMTP',
 'snat new source ip address' => 'Nouvelle adresse IP source',
@@ -2322,7 +2322,8 @@
 'system log viewer' => 'Visualisateur de journaux système',
 'system logs' => 'Rapports système',
 'system status information' => 'Informations sur le statut du système',
-'ta key' => 'TLS-Authentification-Key',
+'ta key' => 'Clé d\'authentification TLS',
+'taa zombieload2' => 'TSX Async Abort / ZombieLoad v2',
 'tcp more reliable' => 'TCP (plus fiable)',
 'telephone not set' => 'Téléphone non défini.',
 'template' => 'Préétabli',
@@ -2552,8 +2553,8 @@
 'updxlrtr weekly' => 'Hebdomadaire',
 'updxlrtr year' => 'une année',
 'upgrade' => 'Améliorer',
-'uplink' => 'Uplink',
-'uplink bit rate' => 'Uplink Bit Rate',
+'uplink' => 'Liaison montante',
+'uplink bit rate' => 'Débit liaison montante',
 'uplink speed' => 'Débit montant - upload (kbit/sec) ',
 'uplink std class' => 'Classe standard de la connexion ',
 'upload' => 'Envoi ',
@@ -2731,7 +2732,7 @@
 'urlfilter show url' => 'Montrer adresse url page bloquée ',
 'urlfilter source' => 'Hôte(s) ou réseau(x) source(s)',
 'urlfilter src' => 'Source',
-'urlfilter src error' => 'Source ne peut être vide',
+'urlfilter src error' => 'La source ne peut être vide',
 'urlfilter sun' => 'Dim',
 'urlfilter sunday' => 'Dimanche',
 'urlfilter tar error' => 'Impossible d\'extraire les fichiers depuis l\'archive tar',
diff --git a/lfs/knot b/lfs/knot
index 467f077db..513314e92 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.8.4
+VER        = 2.9.2
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d2540d0a392e2f47fe48e5cf7bf491c9
+$(DL_FILE)_MD5 = 4f5ccc7b136858bb5dae8eacb2d3c4fe
 
 install : $(TARGET)
 
diff --git a/lfs/unbound b/lfs/unbound
index 126cc154d..50ce9952c 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.9.5
+VER        = 1.9.6
 
 THISAPP    = unbound-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = deb7a3c52fec66323b508c0be4be4849
+$(DL_FILE)_MD5 = e6423d68e293ffec953477ef1adbbfb7
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2019-12-29 18:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47m7k00Qrtz2xyk@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox