Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tailscale for openSUSE:Factory checked in at 2024-03-14 17:44:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tailscale (Old) and /work/SRC/openSUSE:Factory/.tailscale.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tailscale" Thu Mar 14 17:44:38 2024 rev:2 rq:1157799 version:1.62.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tailscale/tailscale.changes 2024-02-22 20:56:28.626704764 +0100 +++ /work/SRC/openSUSE:Factory/.tailscale.new.1905/tailscale.changes 2024-03-14 17:45:33.914498165 +0100 @@ -1,0 +2,19 @@ +Thu Mar 14 03:13:54 UTC 2024 - [email protected] + +- update to 1.62.0: + * IPv6 support detection in a container environment is improved + * New: Web interface now uses ACL grants to manage access on tagged devices + * Tailscale SSH connections now disable unnecessary hostname canonicalization + * tailscale bugreport command for generating diagnostic logs now contain ethtool information + * Mullvad's family-friendly server is added to the list of well known DNS over HTTPS (DoH) servers + * DNS over HTTP requests now contain a timeout + * TCP forwarding attempts in userspace mode now have a per-client limit + * Endpoints with link-local IPv6 addresses is preferred over private addresses + * WireGuard logs are less verbose + * Go min. version 1.22.1 + * DERP server region no longer changes if connectivity to the new DERP region is degraded + +- update to 1.60.1: + * Exposing port 8080 to other devices on your tailnet works as expected + +------------------------------------------------------------------- Old: ---- tailscale-1.60.0.tar.gz New: ---- tailscale-1.62.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tailscale.spec ++++++ --- /var/tmp/diff_new_pack.w6CYPi/_old 2024-03-14 17:45:39.178691786 +0100 +++ /var/tmp/diff_new_pack.w6CYPi/_new 2024-03-14 17:45:39.182691934 +0100 @@ -17,7 +17,7 @@ Name: tailscale -Version: 1.60.0 +Version: 1.62.0 Release: 0 Summary: The easiest, most secure way to use WireGuard and 2FA License: BSD-3-Clause @@ -30,8 +30,8 @@ Patch1: build-verbose.patch Patch2: disable-auto-update.patch BuildRequires: git -BuildRequires: golang(API) = 1.22 BuildRequires: golang-packaging +BuildRequires: golang(API) = 1.22 ExcludeArch: i586 %{?systemd_requires} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.w6CYPi/_old 2024-03-14 17:45:39.222693405 +0100 +++ /var/tmp/diff_new_pack.w6CYPi/_new 2024-03-14 17:45:39.230693699 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/tailscale/tailscale.git</param> <param name="scm">git</param> <param name="package-meta">yes</param> - <param name="revision">v1.60.0</param> + <param name="revision">v1.62.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.w6CYPi/_old 2024-03-14 17:45:39.258694729 +0100 +++ /var/tmp/diff_new_pack.w6CYPi/_new 2024-03-14 17:45:39.262694877 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/tailscale/tailscale.git</param> - <param name="changesrevision">f4e3ee53ea4605d400df2ef6b6005b026661f96b</param></service></servicedata> + <param name="changesrevision">cc950c079140abfdaaf69777fa171f0bcfa63598</param></service></servicedata> (No newline at EOF) ++++++ disable-auto-update.patch ++++++ --- /var/tmp/diff_new_pack.w6CYPi/_old 2024-03-14 17:45:39.278695465 +0100 +++ /var/tmp/diff_new_pack.w6CYPi/_new 2024-03-14 17:45:39.278695465 +0100 @@ -1,8 +1,7 @@ diff --git a/clientupdate/clientupdate.go b/clientupdate/clientupdate.go -index 1c01fc68..8d456f3b 100644 ---- a/clientupdate/clientupdate.go -+++ b/clientupdate/clientupdate.go -@@ -201,6 +201,10 @@ func (up *Updater) getUpdateFunction() (fn updateFunction, canAutoUpdate bool) { +--- tailscale/clientupdate/clientupdate.go 2024-03-14 04:13:53.421047482 +0100 ++++ tailscale-patched/clientupdate/clientupdate.go 2024-03-14 04:28:58.518529194 +0100 +@@ -205,6 +205,10 @@ // The distro.Debian switch case above should catch most apt-based // systems, but add this fallback just in case. return up.updateDebLike, true @@ -13,7 +12,7 @@ case haveExecutable("dnf"): return up.updateFedoraLike("dnf"), true case haveExecutable("yum"): -@@ -522,6 +526,12 @@ func (up *Updater) updateArchLike() error { +@@ -526,6 +530,12 @@ you can use "pacman --sync --refresh --sysupgrade" or "pacman -Syu" to upgrade the system, including Tailscale.`) } @@ -23,7 +22,7 @@ + return errors.New(`Use Zypper or transactional-update (on applicable systems) to update Tailscale on openSUSE or SUSE Linux Enterprise installations.`) +} + - const yumRepoConfigFile = "/etc/yum.repos.d/tailscale.repo" - - // updateFedoraLike updates tailscale on any distros in the Fedora family, + func (up *Updater) updateNixos() error { + // NixOS package updates are managed on a system level and not individually. + // Direct users to update their nix channel or nixpkgs flake input to ++++++ tailscale-1.60.0.tar.gz -> tailscale-1.62.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/tailscale/tailscale-1.60.0.tar.gz /work/SRC/openSUSE:Factory/.tailscale.new.1905/tailscale-1.62.0.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/tailscale/vendor.tar.gz /work/SRC/openSUSE:Factory/.tailscale.new.1905/vendor.tar.gz differ: char 1, line 1
