diff --git a/system/base/curl/actions.py b/system/base/curl/actions.py
index 4e785a9a..25e98525 100644
--- a/system/base/curl/actions.py
+++ b/system/base/curl/actions.py
@@ -53,4 +53,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("CHANGES", "docs/FEATURES*", "docs/FAQ*", "docs/BUGS*")
+ pisitools.dodoc("docs/FEATURES*", "docs/FAQ*", "docs/BUGS*")
diff --git a/system/base/curl/pspec.xml b/system/base/curl/pspec.xml
index dfe89712..f9343c1e 100644
--- a/system/base/curl/pspec.xml
+++ b/system/base/curl/pspec.xml
@@ -14,7 +14,7 @@
library
A utility for getting files from remote servers
curl is a command line tool for transferring data with URL syntax, supporting various protocols.
- http://curl.haxx.se/download/curl-8.9.1.tar.bz2
+ http://curl.haxx.se/download/curl-8.11.0.tar.bz2
glibc-devel
zstd-devel
@@ -74,6 +74,13 @@
+
+ 2024-11-07
+ 8.11.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-08-03
8.9.1
diff --git a/system/base/expat/pspec.xml b/system/base/expat/pspec.xml
index d6aafc18..e616529a 100644
--- a/system/base/expat/pspec.xml
+++ b/system/base/expat/pspec.xml
@@ -12,7 +12,7 @@
library
XML parsing libraries
This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
- mirrors://sourceforge/expat/expat-2.6.3.tar.xz
+ mirrors://sourceforge/expat/expat-2.6.4.tar.xz
gnuconfig
glibc-devel
@@ -64,6 +64,13 @@
+
+ 2024-11-07
+ 2.6.4
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-09-05
2.6.3
diff --git a/system/base/pycurl/pspec.xml b/system/base/pycurl/pspec.xml
index b4e47e25..ebcd667e 100644
--- a/system/base/pycurl/pspec.xml
+++ b/system/base/pycurl/pspec.xml
@@ -12,9 +12,9 @@
library
Python cURL Module
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program.
- https://files.pythonhosted.org/packages/a8/af/24d3acfa76b867dbd8f1166853c18eefc890fc5da03a48672b38ea77ddae/pycurl-7.45.2.tar.gz
+ https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz
- curl-devel
+ curl-devel
python-devel
openssl-devel
python-setuptools
@@ -24,7 +24,7 @@
pycurl
- curl
+ curl
python
openssl
@@ -35,6 +35,13 @@
+
+ 2024-11-07
+ 7.45.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-08-03
7.45.2