crux-commits
Threads by month
- ----- 2024 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
August 2023
- 1 participants
- 817 discussions
commit a82c1442577377f18847b95dd152851e3b12e88a
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Thu Aug 31 17:57:54 2023 -0500
httpup: updated to version 0.5.1
diff --git a/httpup/.signature b/httpup/.signature
index ae8ef7c7..20d98366 100644
--- a/httpup/.signature
+++ b/httpup/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqm21c5A4oHqT1ZUMhopCyDSniqzfHctEeO54bWKYCu7XoYE1VYeR7xIAmqCqyNtlBOvdsrzz1mwpme9tEC2rxQw=
-SHA256 (Pkgfile) = fd242ba2cd9ebc5ba3c47e49344ae6c2a969354fcfe1b4c8d75aa58ed97df925
+RWRJc1FUaeVeqqGo5Znb7QKfGV7iVKPVW6M+dcO0rWiTh8FYH5yNOPWhdCpGEg1Tqz0UOppdLpjxDqfcbYVDLQ0eyy4spEwLWAY=
+SHA256 (Pkgfile) = a822f0144ea75138b2f790016fdde122bc3e449e7e3b1fb2ec6fb3e3ac025165
SHA256 (.footprint) = e003004c0d164e3c82b062f16f30167565043c34aa58260fdf8d5771f14e4cc6
-SHA256 (httpup-0.5.0.tar.xz) = c61db05e60895a6eb075df6651d20352917945c9e46b20957dbb276b501ca494
+SHA256 (httpup-0.5.1.tar.xz) = 712bc16737eed67bbf74ea56e71dc74b94de5a7fd17a6de964eb65e649b8a20b
SHA256 (httpup) = b95756969ba3fe30a3bdb7addc34fdab26b4ea08ac8fddfd223fd28ac14c9af5
diff --git a/httpup/Pkgfile b/httpup/Pkgfile
index d803ca8b..1c40dc09 100644
--- a/httpup/Pkgfile
+++ b/httpup/Pkgfile
@@ -4,12 +4,11 @@
# Depends on: curl
name=httpup
-version=0.5.0
+version=0.5.1
release=1
source=(https://crux.nu/files/$name-$version.tar.xz httpup)
build() {
- export CPPFLAGS="-Wno-error=mismatched-new-delete"
cd $name-$version
make
make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
1
0
31 Aug '23
commit 641a1ea61a19015ebcbd8766d781cef1ee259716
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Thu Aug 31 17:49:40 2023 -0500
virt-manager: fixed typo in post-install script
diff --git a/virt-manager/post-install b/virt-manager/post-install
index 41650223e..ac508bb23 100755
--- a/virt-manager/post-install
+++ b/virt-manager/post-install
@@ -1,3 +1,3 @@
#!/bin/sh
-/usr/binglib-compile-schemas /usr/share/glib-2.0/schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
1
0
commit 6adb5c83351c0c61005b816ffa302b387c032068
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Thu Aug 31 17:49:10 2023 -0500
gtksourceview: updated to version 5.8.0
diff --git a/gtksourceview/.footprint b/gtksourceview/.footprint
index 565bfe0e1..143b3eaa0 100644
--- a/gtksourceview/.footprint
+++ b/gtksourceview/.footprint
@@ -1,208 +1,287 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/gtksourceview-3.0/
-drwxr-xr-x root/root usr/include/gtksourceview-3.0/gtksourceview/
-drwxr-xr-x root/root usr/include/gtksourceview-3.0/gtksourceview/completion-providers/
-drwxr-xr-x root/root usr/include/gtksourceview-3.0/gtksourceview/completion-providers/words/
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksource.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcespacedrawer.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
--rw-r--r-- root/root usr/include/gtksourceview-3.0/gtksourceview/gtksourceview.h
+drwxr-xr-x root/root usr/include/gtksourceview-5/
+drwxr-xr-x root/root usr/include/gtksourceview-5/gtksourceview/
+drwxr-xr-x root/root usr/include/gtksourceview-5/gtksourceview/completion-providers/
+drwxr-xr-x root/root usr/include/gtksourceview-5/gtksourceview/completion-providers/snippets/
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/completion-providers/snippets/gtksourcecompletionsnippets.h
+drwxr-xr-x root/root usr/include/gtksourceview-5/gtksourceview/completion-providers/words/
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksource-enumtypes.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksource.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcebuffer.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcecompletion.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcecompletioncell.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcecompletioncontext.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcecompletionproposal.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcecompletionprovider.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceencoding.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcefile.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcefileloader.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcefilesaver.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcegutter.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcegutterlines.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrenderer.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrendererpixbuf.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrenderertext.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcehover.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcehovercontext.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcehoverdisplay.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcehoverprovider.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceindenter.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceinit.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcelanguage.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcelanguagemanager.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcemap.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcemark.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcemarkattributes.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceprintcompositor.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceregion.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcescheduler.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesearchcontext.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesearchsettings.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesnippet.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetchunk.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetcontext.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetmanager.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcespacedrawer.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyle.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestylescheme.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooser.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooserbutton.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooserwidget.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschememanager.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemepreview.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcetag.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcetypes.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceutils.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceversion.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourceview.h
+-rw-r--r-- root/root usr/include/gtksourceview-5/gtksourceview/gtksourcevimimcontext.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
--rw-r--r-- root/root usr/lib/girepository-1.0/GtkSource-3.0.typelib
--rwxr-xr-x root/root usr/lib/libgtksourceview-3.0.la
-lrwxrwxrwx root/root usr/lib/libgtksourceview-3.0.so -> libgtksourceview-3.0.so.1.8.0
-lrwxrwxrwx root/root usr/lib/libgtksourceview-3.0.so.1 -> libgtksourceview-3.0.so.1.8.0
--rwxr-xr-x root/root usr/lib/libgtksourceview-3.0.so.1.8.0
+-rw-r--r-- root/root usr/lib/girepository-1.0/GtkSource-5.typelib
+lrwxrwxrwx root/root usr/lib/libgtksourceview-5.so -> libgtksourceview-5.so.0
+lrwxrwxrwx root/root usr/lib/libgtksourceview-5.so.0 -> libgtksourceview-5.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libgtksourceview-5.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/gtksourceview-3.0.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/gtksourceview-5.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gir-1.0/
--rw-r--r-- root/root usr/share/gir-1.0/GtkSource-3.0.gir
-drwxr-xr-x root/root usr/share/gtksourceview-3.0/
-drwxr-xr-x root/root usr/share/gtksourceview-3.0/language-specs/
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/R.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/abnf.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/actionscript.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ada.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ansforth94.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/asp.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/automake.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/awk.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/bennugd.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/bibtex.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/bluespec.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/boo.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/c.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cg.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/changelog.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/chdr.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cmake.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cobol.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cpp.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cpphdr.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/csharp.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/css.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/csv.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/cuda.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/d.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/def.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/desktop.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/diff.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/docbook.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/dosbatch.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/dot.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/dpatch.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/dtd.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/dtl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/eiffel.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/erlang.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/fcl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/forth.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/fortran.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/fsharp.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/gap.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/gdb-log.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/genie.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/glsl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/go.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/groovy.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/gtk-doc.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/gtkrc.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/haddock.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/haskell-literate.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/haskell.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/haxe.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/html.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/idl-exelis.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/idl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/imagej.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ini.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/j.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/jade.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/java.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/javascript.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/json.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/julia.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/kotlin.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/language.dtd
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/language.rng
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/language2.rng
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/latex.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/less.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/lex.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/libtool.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/llvm.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/logcat.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/logtalk.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/lua.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/m4.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/makefile.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/mallard.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/markdown.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/matlab.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/maxima.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/mediawiki.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/meson.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/modelica.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/mxml.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/nemerle.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/netrexx.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/nsis.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/objc.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/objj.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ocaml.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ocl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/octave.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ooc.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/opal.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/opencl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/pascal.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/perl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/php.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/pig.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/pkgconfig.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/po.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/powershell.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/prolog.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/protobuf.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/puppet.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/python.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/python3.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/rpmspec.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/rst.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/ruby.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/rust.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/scala.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/scheme.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/scilab.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/scss.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/sh.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/sml.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/sparql.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/sql.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/sweave.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/swift.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/systemverilog.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/t2t.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/tcl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/tera.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/texinfo.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/thrift.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/toml.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/vala.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/vbnet.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/verilog.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/vhdl.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/xml.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/xslt.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/yacc.lang
--rw-r--r-- root/root usr/share/gtksourceview-3.0/language-specs/yaml.lang
-drwxr-xr-x root/root usr/share/gtksourceview-3.0/styles/
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/classic.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/cobalt.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/kate.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/oblivion.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/solarized-dark.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/solarized-light.xml
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/styles.rng
--rw-r--r-- root/root usr/share/gtksourceview-3.0/styles/tango.xml
+-rw-r--r-- root/root usr/share/gir-1.0/GtkSource-5.gir
+drwxr-xr-x root/root usr/share/gtksourceview-5/
+drwxr-xr-x root/root usr/share/gtksourceview-5/fonts/
+-rw-r--r-- root/root usr/share/gtksourceview-5/fonts/BuilderBlocks.ttf
+drwxr-xr-x root/root usr/share/gtksourceview-5/language-specs/
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/R.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/abnf.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/actionscript.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ada.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ansforth94.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/asciidoc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/asp.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/automake.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/awk.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/bennugd.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/bibtex.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/bluespec.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/boo.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/c.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cg.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/changelog.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/chdr.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cmake.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cobol.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/commonlisp.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cpp.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cpphdr.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/csharp.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/css.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/csv.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/cuda.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/d.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dart.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/def.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/desktop.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/diff.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/docbook.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/docker.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dosbatch.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dot.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dpatch.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dtd.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/dtl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/eiffel.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/erb-html.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/erb-js.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/erb.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/erlang.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/fcl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/fish.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/forth.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/fortran.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/fsharp.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ftl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gap.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gdb-log.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gdscript.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/genie.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/glsl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/go.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gradle.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/groovy.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gtk-doc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/gtkrc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/haddock.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/haskell-literate.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/haskell.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/haxe.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/html.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/idl-exelis.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/idl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/imagej.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ini.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/j.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/jade.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/java.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-expressions.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-functions-classes.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-literals.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-modules.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-statements.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript-values.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/javascript.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/jsdoc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/json.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/jsx.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/julia.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/kotlin.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/language.dtd
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/language.rng
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/language2.rng
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/latex.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/lean.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/less.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/lex.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/libtool.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/llvm.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/logcat.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/logtalk.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/lua.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/m4.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/makefile.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/mallard.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/markdown.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/matlab.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/maxima.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/mediawiki.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/meson.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/modelica.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/mxml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/nemerle.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/netrexx.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/nix.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/nsis.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/objc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/objj.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ocaml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ocl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/octave.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ooc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/opal.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/opencl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/pascal.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/perl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/php.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/pig.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/pkgconfig.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/po.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/powershell.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/prolog.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/protobuf.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/puppet.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/python.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/python3.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/reasonml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/rpmspec.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/rst.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/ruby.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/rust.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/scala.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/scheme.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/scilab.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/scss.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/sh.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/sml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/solidity.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/sparql.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/spice.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/sql.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/star.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/sweave.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/swift.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/systemverilog.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/t2t.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/tcl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/tera.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/terraform.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/texinfo.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/thrift.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/todotxt.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/toml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/twig.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-js-expressions.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-js-functions-classes.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-js-literals.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-js-modules.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-js-statements.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-jsx.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-type-expressions.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-type-generics.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript-type-literals.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/typescript.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/vala.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/vbnet.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/verilog.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/vhdl.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/xml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/xslt.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/yacc.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/yaml.lang
+-rw-r--r-- root/root usr/share/gtksourceview-5/language-specs/yara.lang
+drwxr-xr-x root/root usr/share/gtksourceview-5/snippets/
+-rw-r--r-- root/root usr/share/gtksourceview-5/snippets/licenses.snippets
+-rw-r--r-- root/root usr/share/gtksourceview-5/snippets/snippets.rng
+drwxr-xr-x root/root usr/share/gtksourceview-5/styles/
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/Adwaita-dark.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/Adwaita.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/classic-dark.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/classic.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/cobalt-light.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/cobalt.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/kate-dark.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/kate.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/oblivion.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/solarized-dark.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/solarized-light.xml
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/styles.rng
+-rw-r--r-- root/root usr/share/gtksourceview-5/styles/tango.xml
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
+drwxr-xr-x root/root usr/share/icons/hicolor/scalable/actions/
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/completion-snippet-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/completion-word-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-class-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-define-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-enum-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-enum-value-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-function-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-include-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-method-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-namespace-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-struct-field-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-struct-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-typedef-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-union-symbolic.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/lang-variable-symbolic.svg
diff --git a/gtksourceview/.signature b/gtksourceview/.signature
index bf2af23a7..52cdcc96f 100644
--- a/gtksourceview/.signature
+++ b/gtksourceview/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34JGa1ShMZKAJ/s/BKmjfln06yufdSY1XrLnDCw3blClu3ZzkKpLxWksjBtcNedRnRT8Zh66fU9G3ymI/0parwY=
-SHA256 (Pkgfile) = b46ac4984c69c8ffefac6c15d9af80232fea67d524cab35b371fc55b8641c821
-SHA256 (.footprint) = 1bf350916d0bc9f93641e95ed6c1abefb51396698676d03c55d2c01fce7dfa78
-SHA256 (gtksourceview-3.24.11.tar.xz) = 691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd
+RWSagIOpLGJF32iom2poIiw2+GzT7mBbx4+0F9w/M5sT1cnZ5DLtijx+NHUlMfrtqIohrkCpAt+OuoJDiv/tgqckwl5hFG0/IQ0=
+SHA256 (Pkgfile) = 693a164b6e3cc9f7a13bab8d8ae0c28cea7deb877cbd15c7e57fae6ee4b7b196
+SHA256 (.footprint) = 6912555d7798e8a8c3e40d383e60481d90ee95b4dd14715884a8c72487e20308
+SHA256 (gtksourceview-5.8.0.tar.xz) = 110dd4c20def21886fbf777298fe0ef8cc2ad6023b8f36c7424411a414818933
diff --git a/gtksourceview/Pkgfile b/gtksourceview/Pkgfile
index 8dbc9574c..2ddc3d1d8 100644
--- a/gtksourceview/Pkgfile
+++ b/gtksourceview/Pkgfile
@@ -1,29 +1,23 @@
# Description: A text widget adding syntax highlighting.
# URL: http://www.gnome.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
-# Depends on: gtk3
-# Optional: glade vala
+# Depends on: gtk4
name=gtksourceview
-version=3.24.11
+version=5.8.0
release=1
-source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
+source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:3}/$name-$version.tar.xz)
build() {
- cd $name-$version
-
- if [ -n "$(pkginfo -i | grep '^glade ')" ]; then
- local glade=--enable-glade-catalog
- fi
-
- ./configure \
+ meson setup $name-$version build \
--prefix=/usr \
- --disable-nls \
- --disable-dependency-tracking \
- "$glade"
+ --buildtype=plain \
+ -D vapi=false \
+ -D b_lto=true \
+ -D b_pie=true
- make
- make DESTDIR=$PKG install
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
- rm -r $PKG/usr/share/gtk-doc
+ rm -r $PKG/usr/share/locale
}
1
0
commit a2026e1ffa89bbb1a88da77bc77f4556cebbcca6
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 23:13:21 2023 +0200
nss-32: 3.92 -> 3.93
diff --git a/nss-32/.signature b/nss-32/.signature
index 23cfa02..367d4d2 100644
--- a/nss-32/.signature
+++ b/nss-32/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXcxc9p2Wq9LLyUosK1PP/k+wUxIAzFdKmKgisALI35TSkZw0B2V9ABgNdjKUqIwRVMThYZK6boAa7URy83IqfwQ=
-SHA256 (Pkgfile) = c5f464da5bfcbc91c98abbfe6470e44036cb9891dff024f55a5d61c5f1d89c94
+RWSwxGo/zH7eXTBspYgfhL+65H862hcvr5gQtWVr7uS1D/gollm3OhlKbWHR4rh9k9vCFvQMmMqyHyZtd9Tbp5KgwsP2KRrM4g4=
+SHA256 (Pkgfile) = c2adc075ec48d97f078e1fb0702a63c8681023e1279ceb527fe9915c7ca5661e
SHA256 (.footprint) = f34e187b232cf3455f234fceface88dedc8d7fee1b901bb211e329223fa63f72
-SHA256 (nss-3.92.tar.gz) = 3db192d6e882039af02ae7eaf3217ed114bb7ad83414c646772ab8021e24a254
+SHA256 (nss-3.93.tar.gz) = 15f54bb72048eb105f8c0e936a04b899e74c3db9a19bbc1e00acee2af9476a8a
SHA256 (nss-config.in) = 08dbc1202186308e86125b5c5e7e2d0e1bd1bd5ed65eab011b9af210f656aff5
SHA256 (nss.pc.in) = 135fbde6866e422b7a436e18d5b8e0defbb67dde6b8e1dc9e84de14b5c645626
diff --git a/nss-32/Pkgfile b/nss-32/Pkgfile
index 8bf74c2..464e82d 100644
--- a/nss-32/Pkgfile
+++ b/nss-32/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nspr-32 nss sqlite3-32 zlib-32
name=nss-32
-version=3.92
+version=3.93
release=1
source=(https://ftp.mozilla.org/pub/security/${name%-*}/releases/NSS_${vers…
nss-config.in nss.pc.in)
1
0
commit 526144b0312868020e928630d2070ed67b3da4b0
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 23:09:41 2023 +0200
nss: 3.92 -> 3.93
diff --git a/nss/.signature b/nss/.signature
index 0fffff960..191d12a3d 100644
--- a/nss/.signature
+++ b/nss/.signature
@@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/WH/AFTEUHU40lFrnQy27ErGWr4RpUVwlAyF3Q+BFu+CIPKDZZ1hd2rfpej5MNd2wQkfWsTPsPKLt5cElUu7mQ0=
-SHA256 (Pkgfile) = 2bccda98d307000aa7c40a07375dd118d8ae5f73d0a08dcfa19641892480d58d
+RWSE3ohX2g5d/dUIjdFnJ+SBcmlPI9Q4tIPv8Q4WxkXEiAHMXqjbPUWUPhT30uDHiHyjmJ/GU0a+ejOswdus/4abfTf0DBl9wAk=
+SHA256 (Pkgfile) = 87f579f7f6827b3ffc468472058a50e8a1f7225156ca3bbb1857c10a580a377e
SHA256 (.footprint) = 71cb7f73938ae7291c039c9abec1f93a454919e4133f2f206fe762a9475dda86
-SHA256 (nss-3.92.tar.gz) = 3db192d6e882039af02ae7eaf3217ed114bb7ad83414c646772ab8021e24a254
+SHA256 (nss-3.93.tar.gz) = 15f54bb72048eb105f8c0e936a04b899e74c3db9a19bbc1e00acee2af9476a8a
SHA256 (nss-3.54-standalone-2.patch) = 607a29650c767f9451eaec1e35a48a3c8c9ce6a7099234417eb521a44653a371
SHA256 (nss-config.in) = 08dbc1202186308e86125b5c5e7e2d0e1bd1bd5ed65eab011b9af210f656aff5
SHA256 (nss.pc.in) = 135fbde6866e422b7a436e18d5b8e0defbb67dde6b8e1dc9e84de14b5c645626
diff --git a/nss/Pkgfile b/nss/Pkgfile
index 35ad59068..848c62dc7 100644
--- a/nss/Pkgfile
+++ b/nss/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nspr sqlite3
name=nss
-version=3.92
+version=3.93
release=1
source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${version//./…
nss-3.54-standalone-2.patch
1
0
commit 50a1ba77e02d3c1e6a1525fc7759351623e4d1b6
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 23:05:25 2023 +0200
brotli-32: 1.0.9 -> 1.1.0
diff --git a/brotli-32/.footprint b/brotli-32/.footprint
index 22784a9..b98bab8 100644
--- a/brotli-32/.footprint
+++ b/brotli-32/.footprint
@@ -1,17 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
--rw-r--r-- root/root usr/lib32/libbrotlicommon-static.a
lrwxrwxrwx root/root usr/lib32/libbrotlicommon.so -> libbrotlicommon.so.1
-lrwxrwxrwx root/root usr/lib32/libbrotlicommon.so.1 -> libbrotlicommon.so.1.0.9
--rwxr-xr-x root/root usr/lib32/libbrotlicommon.so.1.0.9
--rw-r--r-- root/root usr/lib32/libbrotlidec-static.a
+lrwxrwxrwx root/root usr/lib32/libbrotlicommon.so.1 -> libbrotlicommon.so.1.1.0
+-rwxr-xr-x root/root usr/lib32/libbrotlicommon.so.1.1.0
lrwxrwxrwx root/root usr/lib32/libbrotlidec.so -> libbrotlidec.so.1
-lrwxrwxrwx root/root usr/lib32/libbrotlidec.so.1 -> libbrotlidec.so.1.0.9
--rwxr-xr-x root/root usr/lib32/libbrotlidec.so.1.0.9
--rw-r--r-- root/root usr/lib32/libbrotlienc-static.a
+lrwxrwxrwx root/root usr/lib32/libbrotlidec.so.1 -> libbrotlidec.so.1.1.0
+-rwxr-xr-x root/root usr/lib32/libbrotlidec.so.1.1.0
lrwxrwxrwx root/root usr/lib32/libbrotlienc.so -> libbrotlienc.so.1
-lrwxrwxrwx root/root usr/lib32/libbrotlienc.so.1 -> libbrotlienc.so.1.0.9
--rwxr-xr-x root/root usr/lib32/libbrotlienc.so.1.0.9
+lrwxrwxrwx root/root usr/lib32/libbrotlienc.so.1 -> libbrotlienc.so.1.1.0
+-rwxr-xr-x root/root usr/lib32/libbrotlienc.so.1.1.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/libbrotlicommon.pc
-rw-r--r-- root/root usr/lib32/pkgconfig/libbrotlidec.pc
diff --git a/brotli-32/.signature b/brotli-32/.signature
index 427314d..27325ae 100644
--- a/brotli-32/.signature
+++ b/brotli-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXVDg+T0s88jj6UpC/g+34q7m6CnTQBE4OBTeWwFWaVPPxNBjEQ4XaBIByOSyo7i+mUNtAr3JO8s2TazDFcNLMA8=
-SHA256 (Pkgfile) = f964653c418cb2db86c24f7c245bff602056358c552f551a7dcada92082c199b
-SHA256 (.footprint) = 7c1de8c2e8da937606fa0f556df1c27a12f77d6d75ec84d736d8110d4089e62d
-SHA256 (brotli-v1.0.9.tar.gz) = f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
+RWSwxGo/zH7eXV+LgE3hGgCliUQJU8MGFeaaObcv/O7d96f6FyMnF7eJqYOytPkQciEejf6CJ/3xqWl9nTQWwouMCN06Db4//wc=
+SHA256 (Pkgfile) = 7f5c3ddf23e4c6456dcc5283a89ad9dfebf1209970c8590b1d4de398f0950702
+SHA256 (.footprint) = 2013a03e4261ff1912f8a4c5f48a8f4d8c2e19bebcc431649a7b6de6bd1f1bf2
+SHA256 (brotli-v1.1.0.tar.gz) = e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
diff --git a/brotli-32/Pkgfile b/brotli-32/Pkgfile
index 3f70423..f2bcdc3 100644
--- a/brotli-32/Pkgfile
+++ b/brotli-32/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: brotli
name=brotli-32
-version=1.0.9
+version=1.1.0
release=1
source=(https://github.com/google/${name%-*}/archive/v$version/${name%-*}-v…
1
0
commit 68ad330dc2029604c8dc0df9ce5f1e0da483b0f6
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 23:04:24 2023 +0200
libnl-32: 3.7.0 -> 3.8.0
diff --git a/libnl-32/.signature b/libnl-32/.signature
index ea22364..8b5056b 100644
--- a/libnl-32/.signature
+++ b/libnl-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXRwBzbsb7RDljxYFtfs0MPOvsXOj92B4FLZSh8dYn9/+ZZFtGynlbEdkaKYd1v8tiuDv5/PtGbJw6bp69C/clwA=
-SHA256 (Pkgfile) = df9c8745b7d87658417543f42e6a555a0f9d42ad5c32eb4bf26e28b5ade798bd
+RWSwxGo/zH7eXRVnvi7EIDE7kQZ8SE55gf4c+/pqaTyWRKTuklRN/3xeIV8Eg3swSZFkoFqctFh+GA+S8C3ZZM55KavTx7xS7wQ=
+SHA256 (Pkgfile) = 71b1771c81b311a51de46526bbcf45a4e7477dd241b574100f819c523a1de3a4
SHA256 (.footprint) = c182b687ed8c7f3626a5ddde74d672eddb9666f5c83e33f85744a3f6c3e560ea
-SHA256 (libnl-3.7.0.tar.gz) = 9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939
+SHA256 (libnl-3.8.0.tar.gz) = bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6
diff --git a/libnl-32/Pkgfile b/libnl-32/Pkgfile
index 85d7644..57578e9 100644
--- a/libnl-32/Pkgfile
+++ b/libnl-32/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libnl
name=libnl-32
-version=3.7.0
+version=3.8.0
release=1
source=(https://github.com/thom311/libnl/releases/download/libnl${version//…
1
0
commit 9d561419d58c4035d980fe076d6355e947ea0f89
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 23:02:54 2023 +0200
npm: 9.8.1 -> 10.0.0
diff --git a/npm/.footprint b/npm/.footprint
index 45b883ad3..60c187596 100644
--- a/npm/.footprint
+++ b/npm/.footprint
@@ -148,7 +148,6 @@ lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/.bin/pacote -> ../pac
lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/.bin/qrcode-terminal -> ../qrcode-terminal/bin/qrcode-terminal.js
lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/.bin/rimraf -> ../rimraf/bin.js
lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/.bin/semver -> ../semver/bin/semver.js
-lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/.bin/sigstore -> ../sigstore/bin/sigstore.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@colors/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@colors/colors/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@colors/colors/examples/
@@ -208,6 +207,35 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@isaacs/string-locale
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)isaacs/string-locale-compare/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)isaacs/string-locale-compare/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/lib/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/agents.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/dns.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/errors.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/options.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/proxy.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/lib/util.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/agent-base/dist/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/agent-base/dist/helpers.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/agent-base/dist/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/agent-base/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent/dist/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/http-proxy-agent/dist/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/http-proxy-agent/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent/dist/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/https-proxy-agent/dist/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent/dist/parse-proxy-response.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/https-proxy-agent/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/socks-proxy-agent/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/agent/node_modules/socks-proxy-agent/dist/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/socks-proxy-agent/dist/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/node_modules/socks-proxy-agent/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/agent/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/arborist/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)npmcli/arborist/LICENSE.md
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/
@@ -403,14 +431,26 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@pkgjs/parseargs/inte
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)pkgjs/parseargs/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)pkgjs/parseargs/utils.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/bundle/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/build.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/bundle.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/error.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/serialized.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/utility.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/dist/validate.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/bundle/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/protobuf-specs/dist/__generated__/envelope.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/protobuf-specs/dist/__generated__/events.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js
@@ -420,6 +460,54 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-sp
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/protobuf-specs/dist/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/protobuf-specs/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/bundler/base.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/bundler/bundle.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/bundler/dsse.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/bundler/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/bundler/message.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/error.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/external/error.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/external/fulcio.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/external/rekor.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/external/tsa.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/identity/ci.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/identity/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/identity/provider.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/index.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/signer/fulcio/ca.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/signer/fulcio/ephemeral.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/signer/fulcio/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/signer/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/signer/signer.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/types/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/types/fetch.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/crypto.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/dsse.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/encoding.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/json.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/oidc.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/pem.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/util/ua.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/index.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/tlog/client.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/tlog/entry.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/tlog/index.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/tsa/client.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/tsa/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/dist/witness/witness.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/sign/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/tuf/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/(a)sigstore/tuf/dist/appdata.js
@@ -712,13 +800,6 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/delegates/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/delegates/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/delegates/test/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/delegates/test/index.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/depd/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/depd/History.md
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/depd/index.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/depd/lib/
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/depd/lib/browser/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/depd/lib/browser/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/depd/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/diff/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/diff/CONTRIBUTING.md
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/diff/dist/
@@ -1195,19 +1276,24 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/libnpmversion/lib/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/libnpmversion/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/lru-cache/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/index.mjs
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/cjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/cjs/index.min.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/cjs/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/mjs/index.min.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/dist/mjs/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/lru-cache/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js
@@ -1282,8 +1368,13 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass-sized/node_m
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass-sized/test/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass-sized/test/basic.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/index.mjs
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/dist/cjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/dist/cjs/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minipass/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/dist/mjs/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minipass/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/minizlib/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/minizlib/constants.js
@@ -1459,6 +1550,128 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/glob.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/.bin/
+lrwxrwxrwx root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/.bin/glob -> ../glob/dist/cjs/src/bin.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.d.ts.map
+-rwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/bin.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/glob.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/has-magic.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/ignore.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/index.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/pattern.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/processor.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/cjs/src/walker.js.map
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/glob.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/has-magic.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/ignore.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/index.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/pattern.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/processor.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.d.ts.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/dist/mjs/walker.js.map
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/assert-valid-pattern.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/ast.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/brace-expressions.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/escape.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/cjs/unescape.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/assert-valid-pattern.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/ast.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/brace-expressions.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/escape.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/dist/mjs/unescape.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/cjs/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/dist/mjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minipass/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/
@@ -1483,9 +1696,33 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/index.mjs
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.mjs
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/
-rwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js
@@ -1692,18 +1929,6 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/dist/cjs/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/dist/mjs/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/dist/mjs/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/dist/mjs/package.json
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/index.min.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/package.json
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/index.min.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/package.json
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/path-scurry/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/postcss-selector-parser/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/postcss-selector-parser/API.md
@@ -1978,137 +2203,49 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/signals.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/signal-exit/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/bin/
--rwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/bin/sigstore.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/format.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/index.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/cli/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/cli/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/config.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/config.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/error.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/error.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/error.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/error.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/fulcio.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/fulcio.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/identity/provider.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/index.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sign.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sign.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/format.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/index.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/checkpoint.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/merkle.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/merkle.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tsa/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js
-drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/types/utility.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/dump.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/dump.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/error.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/error.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/index.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/length.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/length.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/obj.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/obj.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/parse.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/parse.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/tag.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/asn1/tag.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/crypto.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/dsse.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/encoding.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/index.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/json.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/oidc.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/pem.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/promise.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/stream.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/util/ua.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/verify.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/verify.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/cert.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/ext.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/sct.js
--rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/verify.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/sigstore/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/smart-buffer/
@@ -2222,6 +2359,10 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/fs-m
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/minipass/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.mjs
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/tar/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/text-table/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/text-table/example/
@@ -2315,6 +2456,22 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/bin/
-rwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/bin/which.js
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/lib/
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/lib/index.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/node_modules/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/options.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/posix.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/win32.js
+drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/index.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/options.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/package.json
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/posix.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/win32.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/which/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/wide-align/
-rwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/wide-align/align.js
diff --git a/npm/.signature b/npm/.signature
index 14e1ff5ac..0b7626c46 100644
--- a/npm/.signature
+++ b/npm/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+OtciR+Unvq6uK7mDV47VfdCfSSjCszJ1c+wx5tBbFrztyh48uB8QAC158F++lc9qs9So5mNreAGLm+aINozwY=
-SHA256 (Pkgfile) = 714e4cf1a3f6fd0bc22c3abb41c655834f21c452daabe9a77f6b8cfbc57f72c9
-SHA256 (.footprint) = 864a3c13c011729fc289dcd8fd76cfa6e23f25ae160200aad3c1a3d34c0d3a05
-SHA256 (npm-9.8.1.tar.gz) = f91819e7a5a31c840d7f37a68db39bdddc0b37c5a819a968537cdfd4182e053a
+RWSagIOpLGJF393azmPnMdZVR3ydeVhbPNCyBEvIrf0gz+TVoZREY4h4HuHNRwnpjpZeH1GzaKcdyUv7idvMyBFitYOq/5cQCAs=
+SHA256 (Pkgfile) = 27d20162a908000bae1a79593597d904588de7df9dad4a845ba0129409ebf393
+SHA256 (.footprint) = c1def550c3600b80cfeda9a032db0fe0dba721567f9e0905cf72a9513974ba95
+SHA256 (npm-10.0.0.tar.gz) = 3211efc66ec5c83957415bae56715809e9b4eb8d975a26344a5f86593f5af937
SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462
diff --git a/npm/Pkgfile b/npm/Pkgfile
index f0fcff5bb..cfba1f0a4 100644
--- a/npm/Pkgfile
+++ b/npm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nodejs
name=npm
-version=9.8.1
+version=10.0.0
release=1
source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz
destdir.patch)
1
0
commit 3ab8d8a93202123c74e2b64bcce890c185e5f28f
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 22:59:29 2023 +0200
procps: 4.0.3 -> 4.0.4
diff --git a/procps/.footprint b/procps/.footprint
index e3a6f77c..55857220 100644
--- a/procps/.footprint
+++ b/procps/.footprint
@@ -4,8 +4,8 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/sysctl.conf
drwxr-xr-x root/root lib/
-lrwxrwxrwx root/root lib/libproc2.so.0 -> libproc2.so.0.0.1
--rwxr-xr-x root/root lib/libproc2.so.0.0.1
+lrwxrwxrwx root/root lib/libproc2.so.0 -> libproc2.so.0.0.2
+-rwxr-xr-x root/root lib/libproc2.so.0.0.2
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/sysctl
drwxr-xr-x root/root usr/
@@ -36,7 +36,7 @@ drwxr-xr-x root/root usr/include/libproc2/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libproc2.a
-rwxr-xr-x root/root usr/lib/libproc2.la
-lrwxrwxrwx root/root usr/lib/libproc2.so -> ../../lib/libproc2.so.0.0.1
+lrwxrwxrwx root/root usr/lib/libproc2.so -> ../../lib/libproc2.so.0.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libproc2.pc
drwxr-xr-x root/root usr/share/
diff --git a/procps/.signature b/procps/.signature
index 0b72e225..0ddf3739 100644
--- a/procps/.signature
+++ b/procps/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqkA35TmFQz4lyQEzFq2g2qmof/ucTJDP/LbuvUpWve1AkEdp65JY2e+0xn3sTE7cKKBUO6VFvsx49BO/Kxq1+QA=
-SHA256 (Pkgfile) = e97e1a8ca2f01339ebfb5254a2da0334caa137a6b46b3e7afaa67e5814afb440
-SHA256 (.footprint) = 83f334ed4ba63c343ed1eacb27f74377bb894411e6e9d65d251e78dac6272956
-SHA256 (procps-ng-4.0.3.tar.xz) = 303c8ec4f96ae18d8eaef86c2bd0986938764a45dc505fe0a0af868c674dba92
+RWRJc1FUaeVequ9kbk+U9Q5N0UDEDXie3pVCzSXFZWiUBVjT08Pu+TSMiySYkqBYQqq1kQyDnWGuSuHNKy/gxKRtqECSfWA6sAM=
+SHA256 (Pkgfile) = b99b95d16ec2b33037544cd610bebd114b0e6d84dea189c1decf265beba88f4a
+SHA256 (.footprint) = 14d4d612a269426256790bbdb975807c5c1093b50e6cd5c88c244e25e08f5d3e
+SHA256 (procps-ng-4.0.4.tar.xz) = 22870d6feb2478adb617ce4f09a787addaf2d260c5a8aa7b17d889a962c5e42e
SHA256 (sysctl.conf) = 27c68004a396334b972bbb99375088c3bbd65cfbed8abdfc8f0b77f45fd8e47f
diff --git a/procps/Pkgfile b/procps/Pkgfile
index 72e78378..6b35fa5e 100644
--- a/procps/Pkgfile
+++ b/procps/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses
name=procps
-version=4.0.3
+version=4.0.4
release=1
source=(http://downloads.sourceforge.net/project/procps-ng/Production/$name…
sysctl.conf)
1
0
commit 4d3df93ab5fb12135a5ee78f192cd175555ec4e4
Author: Tim Biermann <tbier(a)posteo.de>
Date: Thu Aug 31 22:58:43 2023 +0200
wget2: 2.0.1 -> 2.1.0
diff --git a/wget2/.footprint b/wget2/.footprint
index 4a90569a4..a6989825b 100644
--- a/wget2/.footprint
+++ b/wget2/.footprint
@@ -7,8 +7,8 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libwget.a
-rwxr-xr-x root/root usr/lib/libwget.la
-lrwxrwxrwx root/root usr/lib/libwget.so -> libwget.so.1.0.0
-lrwxrwxrwx root/root usr/lib/libwget.so.1 -> libwget.so.1.0.0
--rwxr-xr-x root/root usr/lib/libwget.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libwget.so -> libwget.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libwget.so.2 -> libwget.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libwget.so.2.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libwget.pc
diff --git a/wget2/.signature b/wget2/.signature
index f318511d8..d737ab0e8 100644
--- a/wget2/.signature
+++ b/wget2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/dOkcOjxrEiKAhIXz/DA+cpxNxWuyqRNStBg21bIWl6+Az0aFPSQYsx2puPfRR6ufd8IMLBri69DJTNFu9IYbQ0=
-SHA256 (Pkgfile) = bbecc1c5c424204e3a056b54345878d493d9ce01e0c45f58816700f27e80d9be
-SHA256 (.footprint) = dea5a1c5c7e6996a67c64cfaddbe7994b77199572bae658f975dea7da0ebdba9
-SHA256 (wget2-2.0.1.tar.lz) = 2c942fba6a547997aa7aae0053b7c46a5203e311e4e62d305d575b6d2f06411f
+RWSE3ohX2g5d/SR+amhKp1u8RMJsvOVLfVldMTkpYswJE950W/SLuJwh2957qRi/CrtsTGT9c4xXe6KwnF8bMYtG3EFz80fLrgY=
+SHA256 (Pkgfile) = 7770a028963189391737b228501757dd3c219688d91e35ca605d4b81f75ca7f7
+SHA256 (.footprint) = 480739402352a10edb2c8674f3a3bb093b5a3e82f8cee5cc0547bfad6f9c9735
+SHA256 (wget2-2.1.0.tar.lz) = bc034194b512bb83ce0171d15a8db33e1c5c3ab8b3e343e1e6f2cf48f9154fad
diff --git a/wget2/Pkgfile b/wget2/Pkgfile
index 0161c1501..14ec0e9a0 100644
--- a/wget2/Pkgfile
+++ b/wget2/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libnghttp2 libpcre2 openssl zstd
name=wget2
-version=2.0.1
+version=2.1.0
release=1
source=(https://ftp.gnu.org/gnu/wget/$name-$version.tar.lz)
1
0