public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 0bc46effda5f476d210152b13cf3bf843eb6729f
Date: Thu, 09 Feb 2023 16:40:15 +0000	[thread overview]
Message-ID: <4PCMzg4LRnz2xR9@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2594 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  0bc46effda5f476d210152b13cf3bf843eb6729f (commit)
       via  4941ce0031e9a9f699d0d9ff100f26a6bbce1654 (commit)
      from  deb11b3f693193fbadcf2b62aa0a416818da5c62 (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 0bc46effda5f476d210152b13cf3bf843eb6729f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Feb 9 16:39:58 2023 +0000

    core173: Ship services.cgi
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 4941ce0031e9a9f699d0d9ff100f26a6bbce1654
Author: Jon Murphy <jon.murphy(a)ipfire.org>
Date:   Mon Jan 16 14:34:04 2023 -0600

    services.cgi: avoid experimental warnings
    
    - add single line to code: no warnings 'experimental';
    - corrects this issue:
        https://lists.ipfire.org/pipermail/development/2022-December/015113.html
    
    Signed-off-by: Jon Murphy <jon.murphy(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/core/173/filelists/files | 1 +
 html/cgi-bin/services.cgi                 | 1 +
 2 files changed, 2 insertions(+)

Difference in files:
diff --git a/config/rootfiles/core/173/filelists/files b/config/rootfiles/core/173/filelists/files
index 880562a59..52b8cd643 100644
--- a/config/rootfiles/core/173/filelists/files
+++ b/config/rootfiles/core/173/filelists/files
@@ -152,6 +152,7 @@ lib/udev/network-hotplug-rename
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/cgi-bin/pppsetup.cgi
 srv/web/ipfire/cgi-bin/proxy.cgi
+srv/web/ipfire/cgi-bin/services.cgi
 usr/lib/firewall/rules.pl
 var/ipfire/dhcpc/dhcpcd.conf
 var/ipfire/general-functions.pl
diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi
index 3c0f27f99..0d06ab5fe 100644
--- a/html/cgi-bin/services.cgi
+++ b/html/cgi-bin/services.cgi
@@ -21,6 +21,7 @@
 
 use strict;
 use feature "switch";
+no warnings 'experimental';
 # enable only the following on debugging purpose
 #use warnings;
 #use CGI::Carp 'fatalsToBrowser';


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

                 reply	other threads:[~2023-02-09 16:40 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=4PCMzg4LRnz2xR9@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