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. a895b24787df6db4dffd3309c2e5b98351e50f22
Date: Wed,  7 May 2025 10:14:29 +0000 (UTC)	[thread overview]
Message-ID: <4Zsrj12MYmz2xWx@people01.haj.ipfire.org> (raw)

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  a895b24787df6db4dffd3309c2e5b98351e50f22 (commit)
       via  75b77a2b2643316fed1e1e510f607809be2dc813 (commit)
      from  9c0dab3d3ca807e836823253aced80a14bc1970a (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 a895b24787df6db4dffd3309c2e5b98351e50f22
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed May 7 10:14:13 2025 +0000

    core195: Ship setup
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 75b77a2b2643316fed1e1e510f607809be2dc813
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Wed May 7 11:58:33 2025 +0200

    passwords.c: Update number of rounds for passwords from 7 to 10
    
    - This improves the security of the root and admin passwords created and makes it the
       same as used for the proxy local auth password code in proxy.cgi & chpasswd.cgi
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

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

Summary of changes:
 config/rootfiles/core/195/filelists/files | 1 +
 src/setup/passwords.c                     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/195/filelists/files b/config/rootfiles/core/195/filelists/files
index 61e6d4c7e9..c5bbfb87d3 100644
--- a/config/rootfiles/core/195/filelists/files
+++ b/config/rootfiles/core/195/filelists/files
@@ -19,6 +19,7 @@ srv/web/ipfire/html/themes/ipfire/include/css/style.css
 usr/lib/firewall/firewall-lib.pl
 usr/local/bin/wireguardctrl
 usr/sbin/firewall-policy
+usr/sbin/setup
 var/ipfire/backup/bin/backup.pl
 var/ipfire/general-functions.pl
 var/ipfire/header.pl
diff --git a/src/setup/passwords.c b/src/setup/passwords.c
index 6242577af9..bb6ffe8e68 100644
--- a/src/setup/passwords.c
+++ b/src/setup/passwords.c
@@ -56,7 +56,7 @@ int handleadminpassword(void)
 		return 0;
 	
 	snprintf(commandstring, STRING_SIZE,
-		"/usr/bin/htpasswd -c -B -C 7 -b " CONFIG_ROOT "/auth/users admin '%s'", password);
+		"/usr/bin/htpasswd -c -B -C 10 -b " CONFIG_ROOT "/auth/users admin '%s'", password);
 	sprintf(message, _("Setting %s 'admin' user password..."), NAME);
 	if (runhiddencommandwithstatus(commandstring, _("Setting password"), message, NULL)) {
 		sprintf(message, _("Problem setting %s 'admin' user password."), NAME);


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


                 reply	other threads:[~2025-05-07 10:14 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=4Zsrj12MYmz2xWx@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