Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package viewvc for openSUSE:Leap:16.0 checked in at 2025-07-23 17:50:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/viewvc (Old) and /work/SRC/openSUSE:Leap:16.0/.viewvc.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "viewvc" Wed Jul 23 17:50:09 2025 rev:3 rq:1295220 version:1.3.0~dev20250722 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/viewvc/viewvc.changes 2025-04-10 12:22:29.829200998 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.viewvc.new.8875/viewvc.changes 2025-07-23 17:50:20.667147982 +0200 @@ -1,0 +2,48 @@ +Wed Jul 23 07:12:13 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- Update to version 1.3.0~dev20250722 (bsc#1246909, CVE-2025-54141): + * Update README.md + * Don't include .flake8 in releases + * Merge 1.1.31 and 1.2.4 CHANGES + * Clean up some path handling + * issue 374: Fix code formatting checks (and its findings) + * Fix bump-copyright-years to list files in the current branch + * Update COMMITTERS file + * Bump copyright years + * Rework bump-copyright-years to use 'git ls-tree' + * Note removal of the commits database feature in CHANGES + * Redirect the query and queryform views to the roots view + * Update template authoring guide + * Some markup and minor styling tweaks to the upgrading how-to + * Flesh out more upgrade documentation + * Remove/fix some stuff that got overlooked + * Add note about dropping commits database feature to upgrading-howto.html + * Begin ripping out the checkins database feature + * Record issue #370 fix + * issue 370: Disallow patch view on directories + * issue 369: Fix 'dead' state determination when use_rcsparse=1 + * HTML-escape error template dictionary items + * replace imp with importlib to load authorizer modules + * Used keyword argument to simplify the call. + * Let py_compile decide where *.pyc files go. + * issue 360: Address some review comments + * Update actions + * issue 360: Introduce new "image" view + * Update CHANGES + * standalone.py: Update command-line help for --htpasswd-file. + * INSTALL: move description about passlib to 'ViewVC Standalone Server section' + * INSTALL: Add passlib to requirement for htpasswd support for standalne server + * standalone.py: Use passlib for htpasswd support + * standalone.py: Fix htpasswd support + * Update bincvs.py (corrected typo) + * cvsdbadmin: normalize file path for printing + * make-database: Fix false negative on handling --help option. + * Revert "Revert dirs to binary, handle conversion in Python instead." + * Revert dirs to binary, handle conversion in Python instead. + * Use utf8 / utf8_bin consistently across all columns. + * Partially revert 14e7719 to restore 1.2 root parent behavior + * issue 346: Fix exceptions on patch generation when two revision have no diff. + * issue #344: Fix symlinks in tar file + * Style fix, suggested by flake8 + +------------------------------------------------------------------- Old: ---- viewvc-1.3.0~dev20240207.tar.xz New: ---- viewvc-1.3.0~dev20250722.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ viewvc.spec ++++++ --- /var/tmp/diff_new_pack.kjWNEv/_old 2025-07-23 17:50:20.919158432 +0200 +++ /var/tmp/diff_new_pack.kjWNEv/_new 2025-07-23 17:50:20.923158598 +0200 @@ -24,7 +24,7 @@ %define viewvc_dir /srv/viewvc # Name: viewvc -Version: 1.3.0~dev20240207 +Version: 1.3.0~dev20250722 Release: 0 Summary: Browse a Subversion Repository with a Web Browser License: BSD-2-Clause @@ -72,7 +72,7 @@ mkdir -p %{buildroot}/%{apache_sysconfdir}/conf.d cp -avL %{SOURCE1} %{buildroot}/%{apache_sysconfdir}/conf.d/viewvc.conf # viewvc -./viewvc-install --prefix "%{viewvc_dir}" --destdir %{buildroot} +python3 ./viewvc-install --prefix "%{viewvc_dir}" --destdir %{buildroot} # rm -f %{buildroot}/srv/viewvc/cvsgraph.conf.dist sed ' ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kjWNEv/_old 2025-07-23 17:50:20.955159925 +0200 +++ /var/tmp/diff_new_pack.kjWNEv/_new 2025-07-23 17:50:20.955159925 +0200 @@ -1,5 +1,5 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="url">https://github.com/viewvc/viewvc</param> <param name="scm">git</param> <param name="revision">master</param> @@ -7,10 +7,10 @@ <param name="changesgenerate">enable</param> <param name="filename">viewvc</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> <param name="basename">viewvc</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kjWNEv/_old 2025-07-23 17:50:20.979160920 +0200 +++ /var/tmp/diff_new_pack.kjWNEv/_new 2025-07-23 17:50:20.983161085 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/viewvc/viewvc</param> - <param name="changesrevision">497f1a27a493865877f162e28cdc0c53884f83f8</param></service></servicedata> + <param name="changesrevision">361cc2ba8c9414c0e2fd913537211a7a7de6c768</param></service></servicedata> (No newline at EOF) ++++++ viewvc-1.3.0~dev20240207.tar.xz -> viewvc-1.3.0~dev20250722.tar.xz ++++++ ++++ 10265 lines of diff (skipped)