diff --git a/science/mathematics/qalculate-gtk/pspec.xml b/science/mathematics/qalculate-gtk/pspec.xml
index 3fc3d42300..95037faae1 100644
--- a/science/mathematics/qalculate-gtk/pspec.xml
+++ b/science/mathematics/qalculate-gtk/pspec.xml
@@ -13,7 +13,7 @@
app:gui
GTK frontend for libqalculate.
Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation).
- https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz
+ https://github.com/Qalculate/qalculate-gtk/archive/v4.8.1.tar.gz
intltool
gtk3-devel
@@ -50,6 +50,13 @@
+
+ 2023-11-04
+ 4.8.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-05-26
3.10.0
@@ -58,4 +65,4 @@
bluedevil@sctzine.com
-
\ No newline at end of file
+
diff --git a/util/admin/pgadmin4/pspec.xml b/util/admin/pgadmin4/pspec.xml
index c74d6744e9..f24a56c5b2 100644
--- a/util/admin/pgadmin4/pspec.xml
+++ b/util/admin/pgadmin4/pspec.xml
@@ -129,6 +129,13 @@
+
+ 2023-11-04
+ 4.19
+ Rebuild
+ Idris Kalp
+ idriskalp@gmail.com
+
2020-03-24
4.19
diff --git a/util/admin/zeitgeist/pspec.xml b/util/admin/zeitgeist/pspec.xml
index fcab0b0932..77af4e1c6a 100644
--- a/util/admin/zeitgeist/pspec.xml
+++ b/util/admin/zeitgeist/pspec.xml
@@ -73,6 +73,13 @@
+
+ 2023-11-04
+ 1.0.4
+ Rebuild.
+ fury
+ uglyside@yandex.ru
+
2022-12-28
1.0.4
diff --git a/util/antivirus/clamav/files/daemon_confs.patch b/util/antivirus/clamav/files/daemon_confs.patch
index 25e18fc245..01f8b6cf7e 100644
--- a/util/antivirus/clamav/files/daemon_confs.patch
+++ b/util/antivirus/clamav/files/daemon_confs.patch
@@ -1,120 +1,105 @@
-diff --git a/etc/clamav-milter.conf.sample b/etc/clamav-milter.conf.sample
-index 7ca0e6e..98af596 100644
---- a/etc/clamav-milter.conf.sample
-+++ b/etc/clamav-milter.conf.sample
+diff -Nuar a/etc/clamav-milter.conf.sample b/etc/clamav-milter.conf.sample
+--- a/etc/clamav-milter.conf.sample 2023-10-24 20:10:14.000000000 +0300
++++ b/etc/clamav-milter.conf.sample 2023-11-04 11:15:20.706075909 +0300
@@ -3,7 +3,7 @@
##
-
+
# Comment or remove the line below.
-Example
-+#Example
-
-
++# Example
+
+
##
-diff --git a/etc/clamd.conf.sample b/etc/clamd.conf.sample
-index 37fb03b..997f573 100644
---- a/etc/clamd.conf.sample
-+++ b/etc/clamd.conf.sample
-@@ -5,13 +5,13 @@
-
-
+diff -Nuar a/etc/clamd.conf.sample b/etc/clamd.conf.sample
+--- a/etc/clamd.conf.sample 2023-10-24 20:10:14.000000000 +0300
++++ b/etc/clamd.conf.sample 2023-11-04 11:20:07.859485998 +0300
+@@ -5,13 +5,14 @@
+
+
# Comment or remove the line below.
-Example
-+#Example
-
++# Example
+
# Uncomment this option to enable logging.
# LogFile must be writable for the user running daemon.
# A full path is required.
# Default: disabled
--#LogFile /tmp/clamd.log
+ #LogFile /tmp/clamd.log
+LogFile /var/log/clamd.log
-
+
# By default the log file is locked for writing - the lock protects against
# running clamd multiple times (if want to run another clamd, please
-@@ -19,7 +19,7 @@ Example
+@@ -19,7 +20,7 @@
# the daemon with --config-file option).
# This option disables log file locking.
# Default: no
-#LogFileUnlock yes
+LogFileUnlock yes
-
+
# Maximum size of the log file.
# Value of 0 disables the limit.
-@@ -74,7 +74,7 @@ Example
- # It is recommended that the directory where this file is stored is
+@@ -75,6 +76,7 @@
# also owned by root to keep other users from tampering with it.
# Default: disabled
--#PidFile /var/run/clamd.pid
+ #PidFile /run/clamav/clamd.pid
+PidFile /run/clamd.pid
-
+
# Optional path to the global temporary directory.
# Default: system specific (usually /tmp or /var/tmp).
-@@ -82,7 +82,7 @@ Example
-
+@@ -82,7 +84,7 @@
+
# Path to the database directory.
# Default: hardcoded (depends on installation options)
-#DatabaseDirectory /var/lib/clamav
+DatabaseDirectory /var/lib/clamav
-
+
# Only load the official signatures published by the ClamAV project.
# Default: no
-@@ -93,7 +93,7 @@ Example
-
- # Path to a local socket file the daemon will listen on.
+@@ -100,6 +102,7 @@
# Default: disabled (must be specified by a user)
--#LocalSocket /tmp/clamd.socket
-+#LocalSocket /run/clamd.socket
-
+ #LocalSocket /run/clamav/clamd.sock
+ #LocalSocket /tmp/clamd.sock
++LocalSocket /run/clamd.socket
+
# Sets the group ownership on the unix socket.
# Default: disabled (the primary group of the user running clamd)
-@@ -109,7 +109,7 @@ Example
-
+@@ -115,7 +118,7 @@
+
# TCP port address.
# Default: no
-#TCPSocket 3310
+TCPSocket 3310
-
+
# TCP address.
# By default we bind to INADDR_ANY, probably not wise.
-@@ -218,7 +218,7 @@ Example
-
- # Run as another user (clamd must be started by root for this option to work)
- # Default: don't drop privileges
--#User clamav
-+User clamav
-
- # Stop daemon when libclamav reports out of memory condition.
- #ExitOnOOM yes
-diff --git a/etc/freshclam.conf.sample b/etc/freshclam.conf.sample
-index 26c4e7a..1447490 100644
---- a/etc/freshclam.conf.sample
-+++ b/etc/freshclam.conf.sample
+diff -Nuar a/etc/freshclam.conf.sample b/etc/freshclam.conf.sample
+--- a/etc/freshclam.conf.sample 2023-10-24 20:10:14.000000000 +0300
++++ b/etc/freshclam.conf.sample 2023-11-04 11:22:10.603951481 +0300
@@ -5,16 +5,16 @@
-
-
+
+
# Comment or remove the line below.
-Example
-+#Example
-
++# Example
+
# Path to the database directory.
# WARNING: It must match clamd.conf's directive!
# Default: hardcoded (depends on installation options)
-#DatabaseDirectory /var/lib/clamav
+DatabaseDirectory /var/lib/clamav
-
+
# Path to the log file (make sure it has proper permissions)
# Default: disabled
-#UpdateLogFile /var/log/freshclam.log
+UpdateLogFile /var/log/freshclam.log
-
+
# Maximum size of the log file.
# Value of 0 disables the limit.
-@@ -51,7 +51,7 @@ Example
- # It is recommended that the directory where this file is stored is
+@@ -53,6 +53,7 @@
# also owned by root to keep other users from tampering with it.
# Default: disabled
--#PidFile /var/run/freshclam.pid
+ #PidFile /run/clamav/freshclam.pid
+PidFile /run/freshclam.pid
-
+
# By default when started freshclam drops privileges and switches to the
# "clamav" user. This directive allows you to change the database owner.
diff --git a/util/antivirus/clamav/pspec.xml b/util/antivirus/clamav/pspec.xml
index b94be2a84e..5823e23cfe 100644
--- a/util/antivirus/clamav/pspec.xml
+++ b/util/antivirus/clamav/pspec.xml
@@ -12,9 +12,7 @@
app:console
Clam Antivirus software.
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
-
- https://www.clamav.net/downloads/production/clamav-1.0.1.tar.gz
-
+ https://www.clamav.net/downloads/production/clamav-1.2.1.tar.gz
rust
cmake
@@ -102,6 +100,13 @@
+
+ 2023-11-04
+ 1.2.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-03-09
1.0.1
diff --git a/util/antivirus/cvdupdate/pspec.xml b/util/antivirus/cvdupdate/pspec.xml
index f26046f124..1934c38b2d 100644
--- a/util/antivirus/cvdupdate/pspec.xml
+++ b/util/antivirus/cvdupdate/pspec.xml
@@ -41,12 +41,19 @@
/usr/bin
- /usr/lib/python3.9
+ /usr/lib/python3*
/usr/share/doc
+
+ 2023-11-04
+ 1.1.1
+ Rebuild.
+ fury
+ uglyside@yandex.ru
+
2022-11-15
1.1.1
diff --git a/util/archive/zziplib/pspec.xml b/util/archive/zziplib/pspec.xml
index ba6435f40c..2feb2a49a9 100644
--- a/util/archive/zziplib/pspec.xml
+++ b/util/archive/zziplib/pspec.xml
@@ -68,6 +68,13 @@
+
+ 2023-11-04
+ 0.13.72
+ Rebuild
+ fury
+ uglyside@yandex.ru
+
2021-01-21
0.13.72
diff --git a/util/dock/cairo-dock-plugins/pspec.xml b/util/dock/cairo-dock-plugins/pspec.xml
index 831fd15354..b498c0dbfc 100644
--- a/util/dock/cairo-dock-plugins/pspec.xml
+++ b/util/dock/cairo-dock-plugins/pspec.xml
@@ -99,7 +99,7 @@
/usr/share/vala/vapi/
/usr/lib/libCDApplet.so*
/usr/lib/ruby
- /usr/lib/python3.9/site-packages
+ /usr/lib/python3*/site-packages
/usr/lib/python2.7/site-packages
/usr/lib/cairo-dock
/usr/share/locale
@@ -119,6 +119,13 @@
+
+ 2023-10-04
+ 3.4.1
+ Rebuild
+ Kamil Atlı
+ suvari@pisilinux.org
+
2023-03-31
3.4.1
diff --git a/util/misc/patchutils/patchutils/pspec.xml b/util/misc/patchutils/patchutils/pspec.xml
index b554b4fd44..9d43cca7ea 100644
--- a/util/misc/patchutils/patchutils/pspec.xml
+++ b/util/misc/patchutils/patchutils/pspec.xml
@@ -40,6 +40,13 @@
+
+ 2023-11-04
+ 0.4.2
+ Rebuild.
+ Pisi Linux Admins
+ admin@pisilinux.org
+
2022-10-23
0.4.2