From patchwork Tue Aug 4 19:31:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Feddersen X-Patchwork-Id: 3290 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHR31CDz3x0m for ; Tue, 4 Aug 2020 19:31:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BLlHQ0BPjzk9; Tue, 4 Aug 2020 19:31:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BLlHP6bLCz2xnM; Tue, 4 Aug 2020 19:31:29 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHN1XMGz2xWX for ; Tue, 4 Aug 2020 19:31:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BLlHM64tZzk9; Tue, 4 Aug 2020 19:31:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1596569488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=vk4vB7Wm/ecWJu2KY35IDQRcQDQFHtqVjlgvEh2PlHg=; b=lhI1aZ1d2b7mmrhpwe8XlW9w07PMhNbvF9zuOIz2rPSs068M2YuVg/+zNMPhnA80xdrU3J JelSlIZoYij+nuedd9jpL0zI/qtkrSJv6i5Uz4XYk7L046xaCHEX9Up/GmCRRMnw476wrA lqGFZPworkdc8ztw16yivQk2CISeYEXuy9hBkx9LpOrUbZGROqDbuyyk1JfhmHsJkt5JEp Pd3Cgg8C6xnLEAkkpLWc/QLEQ0h5cqZl2wNPHhcAeOqC5VvlrJsMnYn6WmnIyCzTJjjuSH 2zHf87XCyIIgNf31AVT1PJI0Rlij6JrM0alMznUeeevLMqmS/v0qxbbHmkxNyw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1596569488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=vk4vB7Wm/ecWJu2KY35IDQRcQDQFHtqVjlgvEh2PlHg=; b=3aij3m2ajasuYLio4sdD1O3j+TRG1Df43IeDD8Spi5+UvCnIQ7hrEBXM1hedHg8pBugR2a djqYg9niaKDtF4Ag== From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH 1/3] WIO: code cleanup Date: Tue, 4 Aug 2020 21:31:13 +0200 Message-Id: <20200804193115.22656-1-sfeddersen@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=sfeddersen@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephan Feddersen Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- src/wio/wio.cgi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index a92a44473..a5d3d149e 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -21,7 +21,7 @@ # # ############################################################################### # -# Version: 2020/06/01 13:29:23 +# Version: 2020/08/04 21:12:23 # # This wio.cgi is based on the code from the IPCop WIO Addon # and is extremly adapted to work with IPFire. @@ -1152,7 +1152,7 @@ close (FILE); foreach (@ddns) { chomp; - + @temp = split (/\,/, $_); if ( $temp[7] eq "on" ) { @@ -1161,7 +1161,7 @@ close (FILE); else { $bgcolor = "blue"; } - + print"$temp[1].$temp[2]"; if ( $iddyndns++ ne (@ddns-1) ) { print"
\n"; } } @@ -1334,7 +1334,7 @@ foreach $key (keys %ovpnconfighash) { if (-e "/var/run/$ovpnconfighash{$key}[1]n2n.pid") { my ( @output, @tustate ) = ''; my $tport = $ovpnconfighash{$key}[22]; - my $tnet = new Net::Telnet ( Timeout=>5, Errmode=>'return', Port=>$tport); + my $tnet = new Net::Telnet ( Timeout=>5, Errmode=>'return', Port=>$tport); if ($tport ne '') { $tnet->open('127.0.0.1'); @output = $tnet->cmd(String => 'state', Prompt => '/(END.*\n|ERROR:.*\n)/'); @@ -1535,7 +1535,6 @@ my $dotip = length($ipaddresses[$a]) - rindex($ipaddresses[$a],'.'); } else { print"$Lang::tr{$devs_alt[$in]}"; - } last SWITCH; } From patchwork Tue Aug 4 19:31:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephan Feddersen X-Patchwork-Id: 3291 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHS6nrZz3x0m for ; Tue, 4 Aug 2020 19:31:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BLlHS0fJFzmn; Tue, 4 Aug 2020 19:31:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BLlHS06Qcz2xlL; Tue, 4 Aug 2020 19:31:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHR5Z4kz2xbw for ; Tue, 4 Aug 2020 19:31:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BLlHR3m1Czmh; Tue, 4 Aug 2020 19:31:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1596569491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5aCdtM28KzJS2t6qvJ8FlZT3RWKCKH+2xuW/KbubxsI=; b=l8T4P+msC6BD7iEoP7uRRuW6W74DxAx8qWpYSGWwMgMU45QHBHa+TnPAoV+sUS2PlOaGvr 55uLVVV89j0dqPAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1596569491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5aCdtM28KzJS2t6qvJ8FlZT3RWKCKH+2xuW/KbubxsI=; b=X/xKUMQJFE8hGBLMmwcxWGbxxgbNe3GStyD7ER/OyxFx5C6X4KborLYtk5ynw9Um3J4PtC LhxW6j9+vQ5q7Tlj/9AC32f8raqTaOCbVIGYLlABUqHbLCgoEP9npai2PtgUv5Pei7NM2B x/kcSo4dZVlQ9C3sCUO5pDU7B7HpsREOW3R5qGEq26JD1nEiEcZIT+QOOS5q8qmvVDyC7B 2jpDNq65IJDc5bzTadLi+NY/sLFi9WRDnQ6Me/K2/8tj46RrNXjO3dBrQ4u7rLBVExMwpS rtYvvnDykra73JJb5HAV7uIg6XtC5edu237WIcthZh7YeJe4P+UKVwbTceZsjQ== From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH 2/3] WIO: new french translation Date: Tue, 4 Aug 2020 21:31:14 +0200 Message-Id: <20200804193115.22656-2-sfeddersen@ipfire.org> In-Reply-To: <20200804193115.22656-1-sfeddersen@ipfire.org> References: <20200804193115.22656-1-sfeddersen@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=sfeddersen@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephan Feddersen Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- src/wio/lang/wio.fr.pl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/wio/lang/wio.fr.pl b/src/wio/lang/wio.fr.pl index 9e8bdbc22..4085fa092 100644 --- a/src/wio/lang/wio.fr.pl +++ b/src/wio/lang/wio.fr.pl @@ -24,8 +24,8 @@ 'wio cron' => 'Interval de temps pour la mise à jour :', 'wio_ovpn_cron' => 'Interval de temps pour vérifier l\'état d\'OpenVPN RW et IPsec :', 'wio_save' => 'Sauvegarder', -'wio_error' => 'message d\'erreur :', -'wio_info' => 'message :', +'wio_error' => 'Message d\'erreur :', +'wio_info' => 'Message d\'info :', 'wio_back' => 'Retour', 'wio_use' => 'Importer cette config ?', 'wio_ip_error' => 'Adresse IP invalide.', @@ -38,30 +38,30 @@ 'wio_import_leases' => 'Import settings :', 'wio network' => 'Réseau', 'wio_refresh' => 'maj de tous les clients maintenant', -'wio_fqdn_error' => 'Nom de domaine (FQDN) invalide ! Veuillez ne pas utiliser de caractères spéciaux ni de blancs dans le nom de domaine.', +'wio_fqdn_error' => 'Nom de domaine (FQDN) invalide ! Veuillez ne pas utiliser de caractères spéciaux ou d\'espace dans le nom de domaine.', 'wio_edit' => 'Modifier les paramètres :', 'wio_dyndns' => 'DynDNS ', 'wio_dyndns_hosts' => 'Nom(s) DynDNS', 'wio_dyndns_refresh' => 'Mise à jour IP de l\'hôte DynDNS', -'wio_dyndns_on' => 'DynDNS Host activé (cliquer pour désactiver)', +'wio_dyndns_on' => 'Hôte DynDNS activé (cliquer pour désactiver)', 'wio_dyndns_off' => 'Hôte DynDNS désactivé (cliquer pour activer)', 'wio_dyndns_info' => 'Aucune adresse IP enregistrée, car apparemment aucune connexion n’existe sur Internet. Avec la prochaine connexion Internet est réalisée une actualisation de l\'IP des hôtes DynDNS.', 'wio_no_csv' => 'Le fichier n\'a pas l\'extension .csv', -'wio_no_csv_error' => 'Veuillez ne pas utiliser de caractères spéciaux ou vides dans le nom de fichier.', +'wio_no_csv_error' => 'Veuillez ne pas utiliser de caractères spéciaux ou d\'espace dans le nom de fichier.', 'wio_no_file_selected' => 'Aucun fichier choisi !', 'wio_import_infos' => 'Importer les configurations :', -'wio_import_infos_csv' => 'NOTE : Seuls les enregistrements de données marqués "Importer ces paramètres ?" sont considérés comme importants ! Si des enregistrements de données avec une double adresse IP ou des noms d\'hôte doivent se faire, seul le premier enregistrement de données sera importé et les autres enregistrements de données (avec les adresses IP ou noms d\'hôte doubles) ne seront pas pris en compte !', +'wio_import_infos_csv' => 'NOTE : Seuls les enregistrements de données marqués "Importer cette config ?" seront traités ! Si des enregistrements de données avec une double adresse IP ou plusieurs noms d\'hôte sont présents, seul le premier sera importé et les autres (avec les adresses IP ou noms d\'hôte doubles) ne seront pas pris en compte !', 'enable disable dyndns' => 'Activer ou désactiver l\'hôte DynDNS', 'wio_msg' => 'L\'état du ou des clients examinés est mis à jour...', -'wio_lanname' => 'Nom LAN', -'wio_wanname' => 'Nom WAN', +'wio_lanname' => 'Nom d\'hôte LAN', +'wio_wanname' => 'Nom d\'hôte WAN', 'wio_sc_refresh' => 'Mettre à jour le client maintenant', 'wio_edit_settings' => 'Ajout manuel d\'un client :', -'wio_edit_client' => 'Edition client :', +'wio_edit_client' => 'Modification du client :', 'wio_graphs' => 'Afficher le graphique', 'wio_no_graphs' => 'Pas de graphique disponible', 'wio_graphs_stat' => 'Graphique pour', -'wio_vpn_con' => 'Connexion(s) IPsec :', +'wio_vpn_con' => 'Connexion(s) VPN :', 'wio_wan_con' => 'Connexion WAN :', 'wio_clients' => 'Clients :', 'wio click to disable' => 'Activé', @@ -84,7 +84,7 @@ 'wio_wan_down' => 'NON CONNECTE', 'wio_n2n' => 'Connexion site-à-site', 'wio_rw' => 'Connexion client nomade', -'wio_mailremark_enabled' => 'Ajouter une remarque du client au corps de l\'email ?', +'wio_mailremark_enabled' => 'Ajouter la remarque du client au corps de l\'email ?', 'wio_mail_online_on' => 'Email en ligne activé (cliquer pour désactiver)', 'wio_mail_online_off' => 'Email en ligne désactivé (cliquer pour activer)', 'wio_mail_offline_on' => 'Email hors ligne activé (cliquer pour désactiver)', @@ -138,18 +138,18 @@ 'wio_msg_blue' => 'bleu', 'wio_msg_red' => 'rouge', 'wio_msg_orange' => 'orange', -'wio_msg_center' => 'l\'interface', +'wio_msg_center' => 'sur son interface', 'wio_msg_right' => 'est en cours.', 'wio_msg_hint' => 'Un moment SVP...', 'wio_last_update' => 'Dernière mise à jour', -'wio_disable_hint' => 'Attention ! Tous les paramètres vont être réinitialisés , y compris le client à vérifier !', -'wio_clientremark' => 'Afficher la remarque ?', +'wio_disable_hint' => 'Attention ! Tous les paramètres vont être réinitialisés, y compris le client à vérifier !', +'wio_clientremark' => 'Afficher les remarques ?', 'wio_already_running' => 'Cette vérification est déjà en cours d\'exécution !', -'wio_error_function' => 'Cette fonction est temporairement indisponible, car en arrière-plan les états du client sont mis à jour (actif / inactif).', +'wio_error_function' => 'Cette action est temporairement indisponible, car les statuts des clients sont actuellement mis à jour en arrière-plan (actif / inactif).', 'wio_unknown_lan' => 'INCONNU', 'wio_red_lan' => 'ROUGE', 'wio_search' => 'Recherche d\'hôtes actifs sur le réseau local...', -'wio_answer' => 'Answer', +'wio_answer' => 'Réponse', 'wio_answer_time' => 'Temps de réponse', 'wio_scriptruntime' => 'Temps d\'exécution du script', 'wio_show_table_off' => 'Cacher la table', From patchwork Tue Aug 4 19:31:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Feddersen X-Patchwork-Id: 3292 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHW3CTDz3x0m for ; Tue, 4 Aug 2020 19:31:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BLlHW19VLzn8; Tue, 4 Aug 2020 19:31:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BLlHW0mKcz2y2V; Tue, 4 Aug 2020 19:31:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BLlHV4Msdz2xbw for ; Tue, 4 Aug 2020 19:31:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BLlHT4cnvzn8; Tue, 4 Aug 2020 19:31:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1596569493; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=lr4UmMxex3pS1NPi61cK6iT9hDrlDIjypIYn5cmidBU=; b=jeGH4PNI443T5PWhHqpT27RsUFVJPXY3HUs8GzTHcWXDIFbQdTBomw54qzIPOYeWvxVdWl xwLuCy4NoJydJsBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1596569493; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=lr4UmMxex3pS1NPi61cK6iT9hDrlDIjypIYn5cmidBU=; b=ZGK0g0HQUVzH/RrYHpmnj5xSe6f1ZYsZLKt8SKKL0Vj/TOaTf3+bqT3JwF0xRIsEzniAHx YthZragEmznLxf25VFwKiYzPkYfmH2O8YvrLPwTdflhGSAIyk95PXwcEHNgQk8ZEomNjSR iilLLr5SBjJATuBd1xaWq5Pz6V+vg/Fq6jG/cp62ft3tmuPtzg6N9t7rHpvFaJPy8H8AEf RLZ34wvOL86+9icyWz5pGt6tpuxD4RgVCJzwVwFeq9+Ou7mraOQzXC/5qK4jJEe6C9RtBj h1JRb8DD3G2Xfq4k9VvoOFKFrGTHVezBchZ4a0zPhAPdt92uP/XizLB2mkBkMg== From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH 3/3] WIO. new version Date: Tue, 4 Aug 2020 21:31:15 +0200 Message-Id: <20200804193115.22656-3-sfeddersen@ipfire.org> In-Reply-To: <20200804193115.22656-1-sfeddersen@ipfire.org> References: <20200804193115.22656-1-sfeddersen@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=sfeddersen@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephan Feddersen Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- lfs/wio | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wio b/lfs/wio index 29581dca6..e0dd53689 100644 --- a/lfs/wio +++ b/lfs/wio @@ -1,6 +1,6 @@ ############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) 2007-2020 IPFire Team # +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) 2007-2020 IPFire Team # ############################################################################### ############################################################################### @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 9 +PAK_VER = 10 ############################################################################### # Top-level Rules