pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 27 07:21:28 UTC 2025
Modified Files:
pkgsrc/doc: TODO
Added Files:
pkgsrc/doc: UPDATING
Log Message:
doc: add UPDATING file in the style of src/UPDATING
Mention jpeg update and workaround
To generate a diff of this commit:
cvs rdiff -u -r1.25712 -r1.25713 pkgsrc/doc/TODO
cvs rdiff -u -r0 -r1.1 pkgsrc/doc/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/TODO
diff -u pkgsrc/doc/TODO:1.25712 pkgsrc/doc/TODO:1.25713
--- pkgsrc/doc/TODO:1.25712 Sat Apr 26 08:08:26 2025
+++ pkgsrc/doc/TODO Sun Apr 27 07:21:27 2025
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.25712 2025/04/26 08:08:26 wiz Exp $
+$NetBSD: TODO,v 1.25713 2025/04/27 07:21:27 wiz Exp $
Suggested new packages
======================
@@ -728,7 +728,7 @@ For possible Perl packages updates, see
o golem-0.0.6
o goocanvas-2.0.2
o gossip-0.31
- o gotosocial-0.18.3
+ o gotosocial-0.19.0
o gp-autpgrp-1.11
o gp-factint-1.6.3
o gp-fplsa-1.2.6
Added files:
Index: pkgsrc/doc/UPDATING
diff -u /dev/null pkgsrc/doc/UPDATING:1.1
--- /dev/null Sun Apr 27 07:21:28 2025
+++ pkgsrc/doc/UPDATING Sun Apr 27 07:21:27 2025
@@ -0,0 +1,12 @@
+$NetBSD: UPDATING,v 1.1 2025/04/27 07:21:27 wiz Exp $
+
+This file is for mentioning breaking changes that might affect
+administrators when updating from one branch to the next.
+
+2025-04-24:
+
+The default jpeg implementation has changed from 'jpeg' to
+'libjpeg-turbo'. There is no automatic support to switch from one to
+the other. Check the affected packages by 'pkg_info jpeg', make sure
+you have replacement packages available that depend on
+'libjpeg-turbo', then 'pkg_delete -f jpeg' and updated all packages.
Home |
Main Index |
Thread Index |
Old Index