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. bbfa373e84793f95eb4a0a79daa65de120daf95e
Date: Sat, 21 Sep 2024 12:28:02 +0000	[thread overview]
Message-ID: <4X9pSL5jTlz2xPM@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2687 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  bbfa373e84793f95eb4a0a79daa65de120daf95e (commit)
       via  b5caa9261288be44bb386d9a18ab2aabb9af9a89 (commit)
      from  9b113b4f2c9397faf4b946e6bb74f455e84fe9fe (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 bbfa373e84793f95eb4a0a79daa65de120daf95e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Sep 21 13:33:07 2024 +0200

    wlanap.cgi: Fix listing channels
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit b5caa9261288be44bb386d9a18ab2aabb9af9a89
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Sep 21 12:24:58 2024 +0000

    Config: Fix determining the package size
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 html/cgi-bin/wlanap.cgi | 4 ++--
 lfs/Config              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi
index 2691496ab..3226c5893 100644
--- a/html/cgi-bin/wlanap.cgi
+++ b/html/cgi-bin/wlanap.cgi
@@ -61,7 +61,7 @@ my %cgiparams = ();
 &Header::getcgihash(\%cgiparams);
 
 # Find the selected interface
-my $INTF = &Network::get_intf_by_address($cgiparams{'INTERFACE'});
+my $INTF = &Network::get_intf_by_address($wlanapsettings{'INTERFACE'});
 
 delete $wlanapsettings{'__CGI__'};
 delete $wlanapsettings{'x'};
@@ -281,7 +281,7 @@ print <<END;
 END
 
 foreach my $channel (@channellist){
-	print "<option $selected{'CHANNEL'}{$channel}>";
+	print "<option value='$channel' $selected{'CHANNEL'}{$channel}>";
 	if ($channel eq 0) {
 		print "- $Lang::tr{'wlanap auto'} -";
 	} else {
diff --git a/lfs/Config b/lfs/Config
index 9fabe790c..ea7804298 100644
--- a/lfs/Config
+++ b/lfs/Config
@@ -425,7 +425,7 @@ define CREATE_META
 	echo "Summary: $(SUMMARY)"						>> $(2)
 	echo "ProgVersion: $(VER)"						>> $(2)
 	echo "Release: $(PAK_VER)"						>> $(2)
-	echo "Size: $(shell stat --format=%s $(1))"			>> $(2)
+	echo "Size: $$(stat --format=%s $(1))"			>> $(2)
 	echo "Dependencies: $(DEPS)"					>> $(2)
 	echo "File: $(PROG)-$(VER)-$(PAK_VER).ipfire"	>> $(2)
 	echo "Services: $(SERVICES)"					>> $(2)


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

                 reply	other threads:[~2024-09-21 12:28 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=4X9pSL5jTlz2xPM@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