@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>GTK frontend for libqalculate.</Summary>
|
||||
<Description>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).</Description>
|
||||
<Archive sha1sum="f0daa860a2469a0b99b26f0949a9219dc46bec31" type="targz">https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8d7cb9d2614f3ccddf080731b72a47a038256245" type="targz">https://github.com/Qalculate/qalculate-gtk/archive/v4.8.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>4.8.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-05-26</Date>
|
||||
<Version>3.10.0</Version>
|
||||
@@ -58,4 +65,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -129,6 +129,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>4.19</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-24</Date>
|
||||
<Version>4.19</Version>
|
||||
|
||||
@@ -73,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>1.0.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2022-12-28</Date>
|
||||
<Version>1.0.4</Version>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -12,9 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Clam Antivirus software.</Summary>
|
||||
<Description>Clam AntiVirus is a GPL anti-virus toolkit for UNIX.</Description>
|
||||
<Archive sha1sum="e9167e8cee8eab364c08a8ea35a3849e38554396" type="targz">
|
||||
https://www.clamav.net/downloads/production/clamav-1.0.1.tar.gz
|
||||
</Archive>
|
||||
<Archive sha1sum="09781ed9c3d7dcff5ea79783d76d6ee4344b5a48" type="targz">https://www.clamav.net/downloads/production/clamav-1.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -102,6 +100,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2023-03-09</Date>
|
||||
<Version>1.0.1</Version>
|
||||
|
||||
@@ -41,12 +41,19 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/python3.9</Path>
|
||||
<Path fileType="data">/usr/lib/python3*</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-11-15</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>0.13.72</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2021-01-21</Date>
|
||||
<Version>0.13.72</Version>
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<Path fileType="data">/usr/share/vala/vapi/</Path>
|
||||
<Path fileType="library">/usr/lib/libCDApplet.so*</Path>
|
||||
<Path fileType="library">/usr/lib/ruby</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
|
||||
<Path fileType="library">/usr/lib/python3*/site-packages</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7/site-packages</Path>
|
||||
<Path fileType="library">/usr/lib/cairo-dock</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
@@ -119,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-10-04</Date>
|
||||
<Version>3.4.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-03-31</Date>
|
||||
<Version>3.4.1</Version>
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-11-04</Date>
|
||||
<Version>0.4.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-10-23</Date>
|
||||
<Version>0.4.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user