[openssh-commits] [openssh] branch master updated: Dropbear's master is now main.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 24 22:05:31 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new b0894a23a Dropbear's master is now main.
b0894a23a is described below
commit b0894a23a6bcb4f008d119854cb520f0b44b0973
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Jun 24 22:05:05 2026 +1000
Dropbear's master is now main.
---
.github/run_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/run_test.sh b/.github/run_test.sh
index 7d873fe17..e8f24ad18 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -48,7 +48,7 @@ fi
if [ "$1" = "dropbear-versions" ]; then
make regress-binaries
# Work backward from current version to last version we support.
- for ver in master `cd /tmp/dropbear && git tag | grep -E 'DROPBEAR_' | sort -rn`; do
+ for ver in main `cd /tmp/dropbear && git tag | grep -E 'DROPBEAR_' | sort -rn`; do
year=`echo "$ver" | cut -f2 -d_ | cut -f1 -d.`
if [ "$ver" != "master" ] && [ "$year" -lt "2020" ]; then
exit 0
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list