summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpine/PKGBUILD4
-rwxr-xr-xbumpPerl2
-rwxr-xr-xbumpPkgrel2
-rwxr-xr-xbumpVersion6
-rwxr-xr-xcheckPinnedDependencies2
-rw-r--r--collectd/PKGBUILD4
-rw-r--r--courier-authlib-devel/PKGBUILD4
-rw-r--r--courier-authlib/PKGBUILD4
-rw-r--r--courier-mta-devel/PKGBUILD4
-rw-r--r--courier-mta/PKGBUILD4
-rwxr-xr-xliste-verfuegbare-Versionen2
m---------nagircbot0
m---------nginx-mod-ipscrub0
-rwxr-xr-xopenage-git/PKGBUILD2
m---------python-postpic0
m---------zdkimfilter0
16 files changed, 21 insertions, 19 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD
index 44c109317..c63188813 100644
--- a/alpine/PKGBUILD
+++ b/alpine/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=alpine
pkgver=2.26.r30.fb3f153
_commit=${pkgver##*.}
-pkgrel=1
+pkgrel=2
arch=("i686" "pentium4" "x86_64")
pkgdesc="Apache licensed PINE mail user agent"
url="http://alpine.freeiz.com"
@@ -16,7 +16,7 @@ _pinned_dependencies=(
'libcrypt.so=2'
'libgssapi_krb5.so=2'
'libkrb5.so=3'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libncursesw.so=6'
'libssl.so=3'
)
diff --git a/bumpPerl b/bumpPerl
index d36790989..717a2719a 100755
--- a/bumpPerl
+++ b/bumpPerl
@@ -17,7 +17,7 @@ perlMajor="${perlMinor%%.*}"
perlMinor="${perlMinor#${perlMajor}.}"
perlMinor="${perlMinor%%.*}"
-provided=$('./liste-verfuegbare-Versionen')
+provided=$('./liste-verfuegbare-Versionen') || exit $?
trap 'rm -f "${provided}"' EXIT
for pkgbuild in perl-*/PKGBUILD demeter/PKGBUILD spamassassin-courier/PKGBUILD; do
diff --git a/bumpPkgrel b/bumpPkgrel
index 741eb46e7..731c47c1a 100755
--- a/bumpPkgrel
+++ b/bumpPkgrel
@@ -49,7 +49,7 @@ if [ $# -eq 0 ] && ! ${auto_detect}; then
fi
if [ -z "${provided}" ]; then
- provided=$("${0%/*}/liste-verfuegbare-Versionen")
+ provided=$("${0%/*}/liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi
diff --git a/bumpVersion b/bumpVersion
index 68ba11dcf..3a888e0f6 100755
--- a/bumpVersion
+++ b/bumpVersion
@@ -70,7 +70,7 @@ if [ $# -eq 0 ]; then
)"
[ -z "${pkgs}" ] && exit 0
if [ -z "${provided}" ]; then
- provided=$("${myDir}/liste-verfuegbare-Versionen")
+ provided=$("${myDir}/liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi
"${me}" -p "${provided}" ${pkgs}
@@ -78,7 +78,7 @@ if [ $# -eq 0 ]; then
elif [ $# -gt 1 ]; then
[ -n "${nichtPakete}" ] && verwendung
if [ -z "${provided}" ]; then
- provided=$("${myDir}/liste-verfuegbare-Versionen")
+ provided=$("${myDir}/liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi
err=0
@@ -92,7 +92,7 @@ fi
[ -n "${nichtPakete}" ] && verwendung
if [ -z "${provided}" ]; then
- provided=$("${myDir}/liste-verfuegbare-Versionen")
+ provided=$("${myDir}/liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi
diff --git a/checkPinnedDependencies b/checkPinnedDependencies
index 07fe7cea1..ecf945822 100755
--- a/checkPinnedDependencies
+++ b/checkPinnedDependencies
@@ -20,7 +20,7 @@ while [ $# -gt 0 ]; do
done
if [ -z "${provided}" ]; then
- provided=$("./liste-verfuegbare-Versionen")
+ provided=$("./liste-verfuegbare-Versionen") || exit $?
trap 'rm -f "${provided}"' EXIT
fi
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD
index 6b2ed47d9..672244e4c 100644
--- a/collectd/PKGBUILD
+++ b/collectd/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=collectd
pkgver=5.12.0
-pkgrel=48
+pkgrel=49
pkgdesc='Daemon which collects system performance statistics periodically'
url='https://collectd.org/'
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -59,7 +59,7 @@ _pinned_dependencies=(
'libglib-2.0.so=0'
'libgobject-2.0.so=0'
'libgpg-error=1.50'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libmariadb.so=3'
'libmemcached-awesome=1.1.4'
'libmicrohttpd.so=12'
diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD
index 09403caa2..2bafb919d 100644
--- a/courier-authlib-devel/PKGBUILD
+++ b/courier-authlib-devel/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=courier-authlib-devel
_pkgname=${pkgname%-*}
pkgver=0.71.4.20220416
-pkgrel=25
+pkgrel=26
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -21,7 +21,7 @@ _pinned_dependencies=(
'glibc>=2.31'
'libcrypt.so=2'
'libgdbm.so=6'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libmariadb.so=3'
'libpam.so=0'
'libpq.so=5'
diff --git a/courier-authlib/PKGBUILD b/courier-authlib/PKGBUILD
index e4e18c93d..65b9fcb16 100644
--- a/courier-authlib/PKGBUILD
+++ b/courier-authlib/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=courier-authlib
pkgver=0.72.0
-pkgrel=15
+pkgrel=16
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -20,7 +20,7 @@ _pinned_dependencies=(
'glibc>=2.31'
'libcrypt.so=2'
'libgdbm.so=6'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libmariadb.so=3'
'libpam.so=0'
'libpq.so=5'
diff --git a/courier-mta-devel/PKGBUILD b/courier-mta-devel/PKGBUILD
index ef4fa02ab..c12971a6b 100644
--- a/courier-mta-devel/PKGBUILD
+++ b/courier-mta-devel/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=courier-mta-devel
_pkgname=courier
pkgver=1.1.10.20221106
-pkgrel=145
+pkgrel=146
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -25,7 +25,7 @@ _pinned_dependencies=(
'libcourier-unicode.so=7'
'libgdbm.so=6'
'libidn=1.42'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libpcre2-8.so=0'
)
depends=('courier-authlib>0.70.0' 'mime-types' 'ca-certificates' "${_pinned_dependencies[@]}")
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD
index 2cba475b0..e9e8c3420 100644
--- a/courier-mta/PKGBUILD
+++ b/courier-mta/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=courier-mta
_pkgname=courier
pkgver=1.3.5
-pkgrel=9
+pkgrel=10
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -25,7 +25,7 @@ _pinned_dependencies=(
'libcourier-unicode.so=7'
'libgdbm.so=6'
'libidn2.so=0'
- 'libldap=2.6.7'
+ 'libldap=2.6.8'
'libpcre2-8.so=0'
)
depends=('courier-authlib>=0.71' 'courier-unicode>=2.1' 'mime-types' 'ca-certificates' "${_pinned_dependencies[@]}")
diff --git a/liste-verfuegbare-Versionen b/liste-verfuegbare-Versionen
index 743df58d9..acabba8e1 100755
--- a/liste-verfuegbare-Versionen
+++ b/liste-verfuegbare-Versionen
@@ -8,6 +8,8 @@ sources=(
/mnt/archlinux
)
+sudo pacman -Sy >/dev/null || exit $?
+
for i in "${!sources[@]}"; do
find "${sources["${i}"]}" -name '*.db' \
-exec bsdtar -Oxzf {} \; \
diff --git a/nagircbot b/nagircbot
-Subproject 6cd6721e06e6bba7eac6717312fd3ced261ef90
+Subproject 4a605677044680af296065d3ff7af410eacd956
diff --git a/nginx-mod-ipscrub b/nginx-mod-ipscrub
-Subproject ab99d80835b431878af1e11790c5b1c62d004eb
+Subproject 3fbc5f0403664c3e5ce8dcb346bd7341a4ec4d0
diff --git a/openage-git/PKGBUILD b/openage-git/PKGBUILD
index 499879998..ef2430ca0 100755
--- a/openage-git/PKGBUILD
+++ b/openage-git/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openage-git
pkgver=0.4.1.r1109.gaada07d18
-pkgrel=90
+pkgrel=91
pkgdesc="A free (as in freedom) clone of the Age of Empires II engine"
arch=(x86_64 i486 i686 pentium4 arm armv6h armv7h aarch64)
url="https://openage.sft.mx/"
diff --git a/python-postpic b/python-postpic
-Subproject 5a53c5198761cf298c2f0d926b9e215baefbc59
+Subproject db6bc729596229eaa0d16e65ba6a811ba6cd28a
diff --git a/zdkimfilter b/zdkimfilter
-Subproject 60adcd498bdbb87b36802f34183c8fab92c546a
+Subproject 50b40f6e220bd8a2e11b32fc0b7e8e41f8018d2