Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ssh-pairing for openSUSE:Factory checked in at 2026-02-19 14:19:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ssh-pairing (Old) and /work/SRC/openSUSE:Factory/.ssh-pairing.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ssh-pairing" Thu Feb 19 14:19:24 2026 rev:2 rq:1333615 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ssh-pairing/ssh-pairing.changes 2024-04-23 18:56:08.662616712 +0200 +++ /work/SRC/openSUSE:Factory/.ssh-pairing.new.1977/ssh-pairing.changes 2026-02-19 14:19:30.681124559 +0100 @@ -1,0 +2,6 @@ +Tue Feb 17 16:29:09 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to version 0.3: + * Configure libssh to listen on IPv6 (bsc#1253117) + +------------------------------------------------------------------- Old: ---- ssh-pairing-0.2.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio ssh-pairing-0.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ssh-pairing.spec ++++++ --- /var/tmp/diff_new_pack.tBQPVF/_old 2026-02-19 14:19:31.709166744 +0100 +++ /var/tmp/diff_new_pack.tBQPVF/_new 2026-02-19 14:19:31.709166744 +0100 @@ -17,7 +17,7 @@ Name: ssh-pairing -Version: 0.2 +Version: 0.3 Release: 0 Summary: Passwordless SSH key exchange through pairing License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ mtime: 1771345844 commit: a997b9ae4c63fe445f8f729bc45463f3bf1b21e4e8ea3b7250819ced5c439618 url: https://src.opensuse.org/devel-factory/ssh-pairing.git revision: a997b9ae4c63fe445f8f729bc45463f3bf1b21e4e8ea3b7250819ced5c439618 projectscmsync: https://src.opensuse.org/devel-factory/_ObsPrj.git ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.tBQPVF/_old 2026-02-19 14:19:31.781169699 +0100 +++ /var/tmp/diff_new_pack.tBQPVF/_new 2026-02-19 14:19:31.785169863 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/Vogtinator/ssh-pairing.git</param> - <param name="changesrevision">628f243170e79c6435254d6fb9eec3eee543d05d</param></service></servicedata> + <param name="changesrevision">10b4571d0dc2ef48ff7cb17207d49c79e83ff922</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-02-17 17:45:52.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ ssh-pairing-0.2.obscpio -> ssh-pairing-0.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ssh-pairing-0.2/ssh-pairing-server.c new/ssh-pairing-0.3/ssh-pairing-server.c --- old/ssh-pairing-0.2/ssh-pairing-server.c 2024-04-12 15:07:13.000000000 +0200 +++ new/ssh-pairing-0.3/ssh-pairing-server.c 2026-02-17 16:59:51.000000000 +0100 @@ -30,6 +30,12 @@ ssh_bind_options_set(bind, SSH_BIND_OPTIONS_HOSTKEY, "/etc/ssh/ssh_host_ed25519_key"); ssh_bind_options_set(bind, SSH_BIND_OPTIONS_HOSTKEY, "/etc/ssh/ssh_host_rsa_key"); + // The libssh default is "0.0.0.0", which forces IPv4 only. + // Using "::" results in an IPv6 socket that also listens for IPv4, + // unless the net.ipv6.bindv6only sysctl is set. + // Most distros default to 0 there, so let's assume and hope. + ssh_bind_options_set(bind, SSH_BIND_OPTIONS_BINDADDR, "::"); + if (ssh_bind_listen(bind) < 0) { fprintf(stderr, "Failed to listen: %s\n", ssh_get_error(bind)); return 1; ++++++ ssh-pairing.obsinfo ++++++ --- /var/tmp/diff_new_pack.tBQPVF/_old 2026-02-19 14:19:31.957176922 +0100 +++ /var/tmp/diff_new_pack.tBQPVF/_new 2026-02-19 14:19:31.961177086 +0100 @@ -1,5 +1,5 @@ name: ssh-pairing -version: 0.2 -mtime: 1712927233 -commit: 628f243170e79c6435254d6fb9eec3eee543d05d +version: 0.3 +mtime: 1771343991 +commit: 10b4571d0dc2ef48ff7cb17207d49c79e83ff922
