pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/anjuta



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Fri Oct 17 07:25:26 UTC 2025

Modified Files:
        pkgsrc/devel/anjuta: Makefile distinfo
Added Files:
        pkgsrc/devel/anjuta/patches:
            patch-plugins_document-manager_anjuta-bookmarks.c

Log Message:
devel/anjuta: fix CVE-2021-42522


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pkgsrc/devel/anjuta/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/anjuta/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/anjuta/patches/patch-plugins_document-manager_anjuta-bookmarks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/anjuta/Makefile
diff -u pkgsrc/devel/anjuta/Makefile:1.186 pkgsrc/devel/anjuta/Makefile:1.187
--- pkgsrc/devel/anjuta/Makefile:1.186  Sat Aug 30 22:44:47 2025
+++ pkgsrc/devel/anjuta/Makefile        Fri Oct 17 07:25:25 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.186 2025/08/30 22:44:47 wiz Exp $
+# $NetBSD: Makefile,v 1.187 2025/10/17 07:25:25 kikadf Exp $
 
 DISTNAME=      anjuta-3.34.0
-PKGREVISION=   37
+PKGREVISION=   38
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/anjuta/3.34/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/anjuta/distinfo
diff -u pkgsrc/devel/anjuta/distinfo:1.31 pkgsrc/devel/anjuta/distinfo:1.32
--- pkgsrc/devel/anjuta/distinfo:1.31   Tue Oct 26 10:14:13 2021
+++ pkgsrc/devel/anjuta/distinfo        Fri Oct 17 07:25:25 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 10:14:13 nia Exp $
+$NetBSD: distinfo,v 1.32 2025/10/17 07:25:25 kikadf Exp $
 
 BLAKE2s (anjuta-3.34.0.tar.xz) = e72c733e78fc7f7666f0581e6b933a96bd767717b2151168e79337ed1d39c52f
 SHA512 (anjuta-3.34.0.tar.xz) = 9d5a4c23751893ff7e21cd55c1f112f27b53fe2ea5ac645c63e2da627efce202b88696e3e5d860ad75a5c13c88a9082775d74f4482208161b5e63d56c4004d57
@@ -18,6 +18,7 @@ SHA1 (patch-plugins_cvs-plugin_cvs-inter
 SHA1 (patch-plugins_debug-manager_breakpoints.c) = 7ea483aeca934f1b105efac07a5ff1a29e6ed56f
 SHA1 (patch-plugins_debug-manager_queue.c) = a39e5adcc739f4eaff29138a21ad0e5375573f6d
 SHA1 (patch-plugins_debug-manager_start.c) = a1d703fc97ad33b36d3b43eb699308d298034a01
+SHA1 (patch-plugins_document-manager_anjuta-bookmarks.c) = c034f1e2ab7947ba84e65b33dc7e569b80116b8e
 SHA1 (patch-plugins_document-manager_plugin.c) = e34a635090fb46f22a936024ec83c4308a8a29f7
 SHA1 (patch-plugins_gdb_debugger.c) = 5af43c0332ed8ded2af610ebba693a9920ba38e2
 SHA1 (patch-plugins_gdb_preferences.c) = 19680a65945b6b1c4b3c960cdf81a7e30959a9f4

Added files:

Index: pkgsrc/devel/anjuta/patches/patch-plugins_document-manager_anjuta-bookmarks.c
diff -u /dev/null pkgsrc/devel/anjuta/patches/patch-plugins_document-manager_anjuta-bookmarks.c:1.1
--- /dev/null   Fri Oct 17 07:25:26 2025
+++ pkgsrc/devel/anjuta/patches/patch-plugins_document-manager_anjuta-bookmarks.c       Fri Oct 17 07:25:26 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-plugins_document-manager_anjuta-bookmarks.c,v 1.1 2025/10/17 07:25:26 kikadf Exp $
+
+* Fix CVE-2021-42522, https://gitlab.gnome.org/Archive/anjuta/-/issues/12
+
+--- plugins/document-manager/anjuta-bookmarks.c.orig   2025-10-17 07:10:40.044952045 +0000
++++ plugins/document-manager/anjuta-bookmarks.c
+@@ -866,6 +866,7 @@ read_bookmarks (AnjutaBookmarks* bookmar
+                       anjuta_bookmarks_add_file (bookmarks, file, line, title);
+                       g_free(uri);
+                       g_free (title);
++                      g_free(line_text);
+               }
+       }
+ }



Home | Main Index | Thread Index | Old Index