[Git][archlinux/packaging/packages/pkgstats][main] upgpkg: 3.2.18-1

2024-06-16 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
pkgstats


Commits:
7b2499c5 by Pierre Schmitz at 2024-06-16T14:16:51+02:00
upgpkg: 3.2.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pkgstats
pkgdesc = Submit a list of installed packages to the Arch Linux project
-   pkgver = 3.2.17
+   pkgver = 3.2.18
pkgrel = 1
url = https://pkgstats.archlinux.de/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = pkgstats
makedepends = gcc
depends = pacman
depends = systemd
-   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.17
+   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.18
validpgpkeys = 3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C
-   sha256sums = 
7515d5248a1794369d35a4de06427a870bba6cf5239b0a679a154c7b85adf7ac
+   sha256sums = 
995a5e021fa602eda391007190ca358a8835dbb5cd418ede7e876165a20dd94a
 
 pkgname = pkgstats


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=pkgstats
-pkgver=3.2.17
+pkgver=3.2.18
 pkgrel=1
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
 url='https://pkgstats.archlinux.de/'
@@ -10,7 +10,7 @@ license=('GPL')
 depends=('pacman' 'systemd')
 makedepends=('git' 'go' 'just' 'gcc')
 
source=("${pkgname}::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=${pkgver};)
-sha256sums=('7515d5248a1794369d35a4de06427a870bba6cf5239b0a679a154c7b85adf7ac')
+sha256sums=('995a5e021fa602eda391007190ca358a8835dbb5cd418ede7e876165a20dd94a')
 validpgpkeys=('3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/7b2499c5b8cf83ac291b7e939a43f2038bbb433f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/7b2499c5b8cf83ac291b7e939a43f2038bbb433f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats] Pushed new tag 3.2.18-1

2024-06-16 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.18-1 at Arch Linux / Packaging / Packages / 
pkgstats

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/tree/3.2.18-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.7-1

2024-06-11 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.7-1 at Arch Linux / Packaging / Packages / 
composer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.7-1

2024-06-11 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
7439bade by Pierre Schmitz at 2024-06-11T12:50:42+02:00
upgpkg: 2.7.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.6
+   pkgver = 2.7.7
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.6
-   source = 
composer-2.7.6.phar::https://getcomposer.org/download/2.7.6/composer.phar
-   sha256sums = 
e1e5e69f24ac67ba038b22d9279aa75e49c45a1f602e19045d84c685c953b51d
-   sha256sums = 
29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.7
+   source = 
composer-2.7.7.phar::https://getcomposer.org/download/2.7.7/composer.phar
+   sha256sums = 
b48e2e0e6ca7bd0bea92d076b86c8ddf6f24e0bd3fbf542602e705b2e1353cc2
+   sha256sums = 
06e4c4bc6d32b8975174f4f4a0a93476d8907da92a1484c5a8ef138897a760e1
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.6
+pkgver=2.7.7
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('e1e5e69f24ac67ba038b22d9279aa75e49c45a1f602e19045d84c685c953b51d'
-'29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08')
+sha256sums=('b48e2e0e6ca7bd0bea92d076b86c8ddf6f24e0bd3fbf542602e705b2e1353cc2'
+'06e4c4bc6d32b8975174f4f4a0a93476d8907da92a1484c5a8ef138897a760e1')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/7439bade7c92be35972eeb8ae10986be8ad1fe9c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/7439bade7c92be35972eeb8ae10986be8ad1fe9c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.20-2

2024-06-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
1683eca8 by Pierre Schmitz at 2024-06-07T22:08:40+02:00
upgpkg: 8.2.20-2

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php-legacy
pkgver = 8.2.20
-   pkgrel = 1
+   pkgrel = 2
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -37,6 +37,7 @@ pkgbase = php-legacy
source = php-fpm.patch
source = php.ini.patch
source = php-legacy.patch
+   source = 
https://github.com/php/php-src/commit/ee7d35cc4d234a2324e05d9eb0cc87e9fba2ae38.patch
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
@@ -48,6 +49,7 @@ pkgbase = php-legacy
sha256sums = 
b23547fb1fcdd47a1dab1082c921485c7306af23734c66c7203d33a1d0cfaf41
sha256sums = 
770eb5232d24749f8399bf649998bb3adda51b49985c61db66f3af82f9d81805
sha256sums = 
a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194
+   sha256sums = 
2be71fec71124e629d7b23143e30d97a7ff823f2f3f14f09d71edf6d273cc076
 
 pkgname = php-legacy
pkgdesc = A general-purpose scripting language that is especially 
suited to web development



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/1683eca868b8bc29ba4b3cb6ac86b6a4e08500d5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/1683eca868b8bc29ba4b3cb6ac86b6a4e08500d5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.20-2

2024-06-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.20-2 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.20-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] Apply upstream patch to fix #3

2024-06-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
1f0bba03 by Pierre Schmitz at 2024-06-07T22:00:33+02:00
Apply upstream patch to fix #3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -19,7 +19,7 @@ pkgname=('php-legacy'
  'php-legacy-tidy'
  'php-legacy-xsl')
 pkgver=8.2.20
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'
@@ -28,7 +28,8 @@ makedepends=('apache' 'aspell' 'gdbm' 'enchant' 'gd' 'gmp' 
'icu' 'libsodium' 'li
  'oniguruma' 'patchelf')
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
-'apache.conf'  'php-fpm.tmpfiles'  'apache.patch'  'php-fpm.patch'  
'php.ini.patch'  'php-legacy.patch')
+'apache.conf' 'php-fpm.tmpfiles' 'apache.patch' 'php-fpm.patch' 
'php.ini.patch' 'php-legacy.patch'
+
'https://github.com/php/php-src/commit/ee7d35cc4d234a2324e05d9eb0cc87e9fba2ae38.patch')
 
 sha256sums=('4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50'
 'SKIP'
@@ -37,7 +38,8 @@ 
sha256sums=('4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 'b23547fb1fcdd47a1dab1082c921485c7306af23734c66c7203d33a1d0cfaf41'
 '770eb5232d24749f8399bf649998bb3adda51b49985c61db66f3af82f9d81805'
-'a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194')
+'a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194'
+'2be71fec71124e629d7b23143e30d97a7ff823f2f3f14f09d71edf6d273cc076')
 validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC'
   '39B641343D8C104B2B146DC3F9C39DC0B9698544'
   'E60913E4DF209907D8E30D96659A97C9CF2A795A')
@@ -50,6 +52,8 @@ prepare() {
patch -p0 -i "${srcdir}/php-fpm.patch"
patch -p0 -i "${srcdir}/php.ini.patch"
patch -p0 -i "${srcdir}/php-legacy.patch"
+   # Fix 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/issues/3
+   patch -p1 -i "${srcdir}/ee7d35cc4d234a2324e05d9eb0cc87e9fba2ae38.patch"
autoconf
 
# Disable failing tests



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/1f0bba03ad596329b86841373109b4ac7e385c86

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/1f0bba03ad596329b86841373109b4ac7e385c86
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.8-2

2024-06-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
f56524d5 by Pierre Schmitz at 2024-06-07T21:52:52+02:00
upgpkg: 8.3.8-2

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php
pkgver = 8.3.8
-   pkgrel = 1
+   pkgrel = 2
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -33,6 +33,7 @@ pkgbase = php
source = php-fpm.patch
source = php-fpm.tmpfiles
source = php.ini.patch
+   source = method-visibility.patch
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
@@ -43,6 +44,7 @@ pkgbase = php
sha256sums = 
78b8074461cdfc5d4e0ba428a8387f308d60720c8ad35c6176801e5088f02090
sha256sums = 
640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5
sha256sums = 
bf1de5ae6014f0593dacca2c046eb5a2d7c179733859854713b6813ebc629b08
+   sha256sums = 
083e2b17a49166fe6891a6d7f7baece9fce42f0db3192fdac1fd1975e226eba8
 
 pkgname = php
pkgdesc = A general-purpose scripting language that is especially 
suited to web development



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/f56524d5ae1bc1f1e7335c5a3c7708878b8504b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/f56524d5ae1bc1f1e7335c5a3c7708878b8504b7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.8-2

2024-06-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.8-2 at Arch Linux / Packaging / Packages / php

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.8-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl] Pushed new tag 1-3.3.1-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1-3.3.1-1 at Arch Linux / Packaging / Packages / 
lib32-openssl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/tree/1-3.3.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl][main] upgpkg: 1:3.3.1-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
661113e5 by Pierre Schmitz at 2024-06-04T21:48:40+02:00
upgpkg: 1:3.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security (32-bit)
-   pkgver = 3.3.0
+   pkgver = 3.3.1
pkgrel = 1
epoch = 1
url = https://www.openssl.org
@@ -11,14 +11,14 @@ pkgbase = lib32-openssl
optdepends = ca-certificates
provides = libcrypto.so
provides = libssl.so
-   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
-   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.3.1.tar.gz
+   source = https://www.openssl.org/source/openssl-3.3.1.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
+   sha256sums = 
777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('ca-certificates')
 provides=('libcrypto.so' 'libssl.so')
 
source=("https://www.openssl.org/source/${_pkgbasename}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
+sha256sums=('777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/661113e5788de0bae28b3998d1425e321ffad28e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/661113e5788de0bae28b3998d1425e321ffad28e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl][main] upgpkg: 3.3.1-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
c8fb6ef1 by Pierre Schmitz at 2024-06-04T21:39:48+02:00
upgpkg: 3.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security
-   pkgver = 3.3.0
+   pkgver = 3.3.1
pkgrel = 1
url = https://www.openssl.org
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = openssl
replaces = openssl-perl
replaces = openssl-doc
backup = etc/ssl/openssl.cnf
-   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
-   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.3.1.tar.gz
+   source = https://www.openssl.org/source/openssl-3.3.1.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
+   sha256sums = 
777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('libcrypto.so' 'libssl.so')
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
+sha256sums=('777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/c8fb6ef14fb1e6d23318b7c030eb902e4c5db7dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/c8fb6ef14fb1e6d23318b7c030eb902e4c5db7dc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl] Pushed new tag 3.3.1-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.3.1-1 at Arch Linux / Packaging / Packages / 
openssl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/tree/3.3.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.20-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
450ade3d by Pierre Schmitz at 2024-06-04T21:26:55+02:00
upgpkg: 8.2.20-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php-legacy
-   pkgver = 8.2.19
-   pkgrel = 2
+   pkgver = 8.2.20
+   pkgrel = 1
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -29,8 +29,8 @@ pkgbase = php-legacy
makedepends = libnsl
makedepends = oniguruma
makedepends = patchelf
-   source = https://php.net/distributions/php-8.2.19.tar.xz
-   source = https://php.net/distributions/php-8.2.19.tar.xz.asc
+   source = https://php.net/distributions/php-8.2.20.tar.xz
+   source = https://php.net/distributions/php-8.2.20.tar.xz.asc
source = apache.conf
source = php-fpm.tmpfiles
source = apache.patch
@@ -40,7 +40,7 @@ pkgbase = php-legacy
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
-   sha256sums = 
aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13
+   sha256sums = 
4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50
sha256sums = SKIP
sha256sums = 
2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
sha256sums = 
f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
@@ -59,7 +59,7 @@ pkgname = php-legacy
depends = oniguruma
depends = gdbm
provides = php-interpreter=8.2
-   provides = php-legacy-intl=8.2.19
+   provides = php-legacy-intl=8.2.20
conflicts = php-legacy-intl
replaces = php-legacy-intl
backup = etc/php-legacy/php.ini


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=('php-legacy'
  'php-legacy-sqlite'
  'php-legacy-tidy'
  'php-legacy-xsl')
-pkgver=8.2.19
-pkgrel=2
+pkgver=8.2.20
+pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'
@@ -30,7 +30,7 @@ checkdepends=('procps-ng')
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
 'apache.conf'  'php-fpm.tmpfiles'  'apache.patch'  'php-fpm.patch'  
'php.ini.patch'  'php-legacy.patch')
 
-sha256sums=('aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13'
+sha256sums=('4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50'
 'SKIP'
 '2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
 'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/450ade3df1feafd2907c5d5051df3c2e8480dc47

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/450ade3df1feafd2907c5d5051df3c2e8480dc47
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.20-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.20-1 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.20-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.8-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
6c26c131 by Pierre Schmitz at 2024-06-04T21:15:57+02:00
upgpkg: 8.3.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php
-   pkgver = 8.3.7
-   pkgrel = 2
+   pkgver = 8.3.8
+   pkgrel = 1
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
-   source = https://php.net/distributions/php-8.3.7.tar.xz
-   source = https://php.net/distributions/php-8.3.7.tar.xz.asc
+   source = https://php.net/distributions/php-8.3.8.tar.xz
+   source = https://php.net/distributions/php-8.3.8.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
@@ -36,7 +36,7 @@ pkgbase = php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
-   sha256sums = 
d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
+   sha256sums = 
aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
sha256sums = SKIP
sha256sums = 
702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 
4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
@@ -53,7 +53,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
-   provides = php-intl=8.3.7
+   provides = php-intl=8.3.8
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=('php'
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.3.7
-pkgrel=2
+pkgver=8.3.8
+pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'
@@ -29,7 +29,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt'
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a'
+sha256sums=('aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/6c26c131ef820498e1fbbb9e160eaebeb6467ff7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/6c26c131ef820498e1fbbb9e160eaebeb6467ff7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.8-1

2024-06-04 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.8-1 at Arch Linux / Packaging / Packages / php

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.19-2

2024-05-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.19-2 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.19-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.19-2: ICU 75 rebuild

2024-05-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
a596ee5c by Pierre Schmitz at 2024-05-09T16:39:30+02:00
upgpkg: 8.2.19-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php-legacy
pkgver = 8.2.19
-   pkgrel = 1
+   pkgrel = 2
url = https://www.php.net/
arch = x86_64
license = PHP-3.01


=
PKGBUILD
=
@@ -19,7 +19,7 @@ pkgname=('php-legacy'
  'php-legacy-tidy'
  'php-legacy-xsl')
 pkgver=8.2.19
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/a596ee5c63c1b2359e831136f758a6364fc8ed7d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/a596ee5c63c1b2359e831136f758a6364fc8ed7d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.7-2: ICU 75 rebuild

2024-05-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
9502030e by Pierre Schmitz at 2024-05-09T16:32:39+02:00
upgpkg: 8.3.7-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php
pkgver = 8.3.7
-   pkgrel = 1
+   pkgrel = 2
url = https://www.php.net/
arch = x86_64
license = PHP-3.01


=
PKGBUILD
=
@@ -19,7 +19,7 @@ pkgname=('php'
  'php-tidy'
  'php-xsl')
 pkgver=8.3.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/9502030eeeb746aeadcccdee4461833292e86bf0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/9502030eeeb746aeadcccdee4461833292e86bf0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.7-2

2024-05-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.7-2 at Arch Linux / Packaging / Packages / php

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.7-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.7-1

2024-05-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
c7cd2e07 by Pierre Schmitz at 2024-05-07T20:27:05+02:00
upgpkg: 8.3.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = php
-   pkgver = 8.3.6
+   pkgver = 8.3.7
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
-   source = https://php.net/distributions/php-8.3.6.tar.xz
-   source = https://php.net/distributions/php-8.3.6.tar.xz.asc
+   source = https://php.net/distributions/php-8.3.7.tar.xz
+   source = https://php.net/distributions/php-8.3.7.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
@@ -36,7 +36,7 @@ pkgbase = php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
-   sha256sums = 
53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
+   sha256sums = 
d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
sha256sums = SKIP
sha256sums = 
702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 
4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
@@ -53,7 +53,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
-   provides = php-intl=8.3.6
+   provides = php-intl=8.3.7
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini


=
PKGBUILD
=
@@ -18,7 +18,7 @@ pkgname=('php'
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.3.6
+pkgver=8.3.7
 pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
@@ -29,7 +29,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt'
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae'
+sha256sums=('d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/c7cd2e07b7c7e80808206a5e2d054bb2fcf16049

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/c7cd2e07b7c7e80808206a5e2d054bb2fcf16049
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.7-1

2024-05-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.7-1 at Arch Linux / Packaging / Packages / php

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.19-1

2024-05-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
85ebe795 by Pierre Schmitz at 2024-05-07T17:05:44+02:00
upgpkg: 8.2.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = php-legacy
-   pkgver = 8.2.18
+   pkgver = 8.2.19
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@@ -29,8 +29,8 @@ pkgbase = php-legacy
makedepends = libnsl
makedepends = oniguruma
makedepends = patchelf
-   source = https://php.net/distributions/php-8.2.18.tar.xz
-   source = https://php.net/distributions/php-8.2.18.tar.xz.asc
+   source = https://php.net/distributions/php-8.2.19.tar.xz
+   source = https://php.net/distributions/php-8.2.19.tar.xz.asc
source = apache.conf
source = php-fpm.tmpfiles
source = apache.patch
@@ -40,7 +40,7 @@ pkgbase = php-legacy
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
-   sha256sums = 
44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50
+   sha256sums = 
aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13
sha256sums = SKIP
sha256sums = 
2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
sha256sums = 
f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
@@ -59,7 +59,7 @@ pkgname = php-legacy
depends = oniguruma
depends = gdbm
provides = php-interpreter=8.2
-   provides = php-legacy-intl=8.2.18
+   provides = php-legacy-intl=8.2.19
conflicts = php-legacy-intl
replaces = php-legacy-intl
backup = etc/php-legacy/php.ini


=
PKGBUILD
=
@@ -18,7 +18,7 @@ pkgname=('php-legacy'
  'php-legacy-sqlite'
  'php-legacy-tidy'
  'php-legacy-xsl')
-pkgver=8.2.18
+pkgver=8.2.19
 pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
@@ -30,7 +30,7 @@ checkdepends=('procps-ng')
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
 'apache.conf'  'php-fpm.tmpfiles'  'apache.patch'  'php-fpm.patch'  
'php.ini.patch'  'php-legacy.patch')
 
-sha256sums=('44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50'
+sha256sums=('aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13'
 'SKIP'
 '2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
 'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/85ebe795d9d029aeb95f6168540e4bc7d2b81914

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/85ebe795d9d029aeb95f6168540e4bc7d2b81914
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.19-1

2024-05-07 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.19-1 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.19-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.6-1

2024-05-05 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
d6d0cb6c by Pierre Schmitz at 2024-05-05T19:04:33+02:00
upgpkg: 2.7.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.5
+   pkgver = 2.7.6
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.5
-   source = 
composer-2.7.5.phar::https://getcomposer.org/download/2.7.5/composer.phar
-   sha256sums = 
af7a15d78ec044936978743183133ec234ef4c4a94a85c05625a01b5c2189cde
-   sha256sums = 
0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.6
+   source = 
composer-2.7.6.phar::https://getcomposer.org/download/2.7.6/composer.phar
+   sha256sums = 
e1e5e69f24ac67ba038b22d9279aa75e49c45a1f602e19045d84c685c953b51d
+   sha256sums = 
29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.5
+pkgver=2.7.6
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('af7a15d78ec044936978743183133ec234ef4c4a94a85c05625a01b5c2189cde'
-'0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77')
+sha256sums=('e1e5e69f24ac67ba038b22d9279aa75e49c45a1f602e19045d84c685c953b51d'
+'29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/d6d0cb6c4ff1db116ed1d72779267d4996a41c35

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/d6d0cb6c4ff1db116ed1d72779267d4996a41c35
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.6-1

2024-05-05 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.6-1 at Arch Linux / Packaging / Packages / 
composer

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.5-1

2024-05-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
47012883 by Pierre Schmitz at 2024-05-03T18:28:01+02:00
upgpkg: 2.7.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.4
+   pkgver = 2.7.5
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.4
-   source = 
composer-2.7.4.phar::https://getcomposer.org/download/2.7.4/composer.phar
-   sha256sums = 
36cb5327e6d54832ac9610cf86b1cb1d1678ac3d86a8654bf435bab224bedfcc
-   sha256sums = 
ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.5
+   source = 
composer-2.7.5.phar::https://getcomposer.org/download/2.7.5/composer.phar
+   sha256sums = 
af7a15d78ec044936978743183133ec234ef4c4a94a85c05625a01b5c2189cde
+   sha256sums = 
0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('36cb5327e6d54832ac9610cf86b1cb1d1678ac3d86a8654bf435bab224bedfcc'
-'ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9')
+sha256sums=('af7a15d78ec044936978743183133ec234ef4c4a94a85c05625a01b5c2189cde'
+'0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/47012883396130c40216f873c8920da5c5bc4b59

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/47012883396130c40216f873c8920da5c5bc4b59
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.5-1

2024-05-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.5-1 at Arch Linux / Packaging / Packages / 
composer

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl-1.1][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl-1.1


Commits:
181ad589 by Pierre Schmitz at 2024-04-28T12:24:06+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+["openssl-1.1"]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+from_pattern = "OpenSSL_1_1_([0-9]+)([a-z]*)"
+to_pattern = "1.1.\\1.\\2"
+include_regex = 'OpenSSL_1_1_[0-9]+[a-z]*'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl-1.1/-/commit/181ad5897937a3d0c543a6adbd2b8f4e2705c393

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl-1.1/-/commit/181ad5897937a3d0c543a6adbd2b8f4e2705c393
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
0dd8ceba by Pierre Schmitz at 2024-04-28T12:17:27+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[lib32-openssl]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+prefix = 'openssl-'
+include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/0dd8cebafd020203075ec676995c512d2e63d98b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/0dd8cebafd020203075ec676995c512d2e63d98b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/logrotate][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
logrotate


Commits:
821a6852 by Pierre Schmitz at 2024-04-28T12:15:51+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[logrotate]
+source = 'github'
+github = 'logrotate/logrotate'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/logrotate/-/commit/821a6852ee15457b8709a457521d1ad6fbe179eb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/logrotate/-/commit/821a6852ee15457b8709a457521d1ad6fbe179eb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gd][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / gd


Commits:
c151b7fe by Pierre Schmitz at 2024-04-28T12:13:22+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[gd]
+source = 'github'
+github = 'libgd/libgd'
+use_max_tag = true
+prefix = 'gd-'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gd/-/commit/c151b7febb61179103878de3af6ec3669b3e8515

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gd/-/commit/c151b7febb61179103878de3af6ec3669b3e8515
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aspell-de][main] Ignore package artifacts

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-de


Commits:
a33a22a4 by Pierre Schmitz at 2024-04-28T12:11:43+02:00
Ignore package artifacts

- - - - -


1 changed file:

- + .gitignore


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-de/-/commit/a33a22a40fe187f6776f7222b92a85c5f4c7c9e8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-de/-/commit/a33a22a40fe187f6776f7222b92a85c5f4c7c9e8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-apcu][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-apcu


Commits:
b2cea839 by Pierre Schmitz at 2024-04-28T12:06:19+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[php-apcu]
+source = 'github'
+github = 'krakjoe/apcu'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/commit/b2cea8399883920491ff8376dc81529ff9eb5e7c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/commit/b2cea8399883920491ff8376dc81529ff9eb5e7c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
pkgstats


Commits:
928ad63d by Pierre Schmitz at 2024-04-28T12:04:06+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[pkgstats]
+source = 'github'
+github = 'archlinux-de/pkgstats-cli'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/928ad63dc3acc1976fb1e67158ff42f3cd7b3946

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/928ad63dc3acc1976fb1e67158ff42f3cd7b3946
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
9d541364 by Pierre Schmitz at 2024-04-28T12:02:56+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[composer]
+source = 'github'
+github = 'composer/composer'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/9d541364d9932e6ae4ecb7e98eed3ef3e4574802

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/9d541364d9932e6ae4ecb7e98eed3ef3e4574802
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl][main] 2 commits: Add .nvchecker.toml

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
fec1c407 by Pierre Schmitz at 2024-04-28T11:59:46+02:00
Add .nvchecker.toml

- - - - -
aa9903db by Pierre Schmitz at 2024-04-28T11:59:51+02:00
Ignore package artifacts

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[openssl]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+prefix = 'openssl-'
+include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/compare/2031d5806cac4518f03eea647eb6c02a34112b78...aa9903db56e8f490eeef9be4a2147487880d7c45

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/compare/2031d5806cac4518f03eea647eb6c02a34112b78...aa9903db56e8f490eeef9be4a2147487880d7c45
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] 2 commits: Ignore package artifacts

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
6d8c4061 by Pierre Schmitz at 2024-04-28T11:55:16+02:00
Ignore package artifacts

- - - - -
807eca62 by Pierre Schmitz at 2024-04-28T11:55:25+02:00
Add .nvchecker.toml

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[php-legacy]
+source = 'github'
+github = 'php/php-src'
+use_max_tag = true
+prefix = 'php-'
+include_regex = 'php-8\.2\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/compare/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c...807eca62e489b4c3a3ee8fc40946bc2eef657205

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/compare/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c...807eca62e489b4c3a3ee8fc40946bc2eef657205
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] 2 commits: Add .nvchecker.toml

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
ae13f5c6 by Pierre Schmitz at 2024-04-28T11:53:09+02:00
Add .nvchecker.toml

- - - - -
842e5943 by Pierre Schmitz at 2024-04-28T11:53:29+02:00
Ignore package artifacts

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[php]
+source = 'github'
+github = 'php/php-src'
+use_max_tag = true
+prefix = 'php-'
+include_regex = 'php-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/compare/c6d214623e39c31094b44e8b2a24a0bd90eddec4...842e5943265ced1e3c1d718580aa767920f7bece

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/compare/c6d214623e39c31094b44e8b2a24a0bd90eddec4...842e5943265ced1e3c1d718580aa767920f7bece
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl][main] upgpkg: 1:3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
54f2d81a by Pierre Schmitz at 2024-04-28T09:36:20+02:00
upgpkg: 1:3.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security (32-bit)
-   pkgver = 3.2.1
+   pkgver = 3.3.0
pkgrel = 1
epoch = 1
url = https://www.openssl.org
@@ -11,14 +11,14 @@ pkgbase = lib32-openssl
optdepends = ca-certificates
provides = libcrypto.so
provides = libssl.so
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
+   sha256sums = 
53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('ca-certificates')
 provides=('libcrypto.so' 'libssl.so')
 
source=("https://www.openssl.org/source/${_pkgbasename}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
+sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/54f2d81a00d5c5055a8b936f82773c6ba878e951

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/54f2d81a00d5c5055a8b936f82773c6ba878e951
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl] Pushed new tag 1-3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1-3.3.0-1 at Arch Linux / Packaging / Packages / 
lib32-openssl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/tree/1-3.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postfix][main] upgpkg: 3.9.0-2: OpenSSL 3.3 rebuild

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
postfix


Commits:
61e4286b by Pierre Schmitz at 2024-04-28T09:17:44+02:00
upgpkg: 3.9.0-2: OpenSSL 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postfix
pkgdesc = Fast, easy to administer, secure mail server
pkgver = 3.9.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.postfix.org/
arch = x86_64
license = EPL-2.0 OR IPL-1.0


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   postfix-{cdb,ldap,lmdb,mongodb,mysql,pcre,pgsql,sqlite}
 )
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, easy to administer, secure mail server"
 arch=(x86_64)
 url="https://www.postfix.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/61e4286bfb9341b7faee6db74f419e6b2b20a468

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/61e4286bfb9341b7faee6db74f419e6b2b20a468
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postfix] Pushed new tag 3.9.0-2

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.9.0-2 at Arch Linux / Packaging / Packages / 
postfix

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/tree/3.9.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius][main] upgpkg: 3.2.3-10: OpenSSL 3.3 rebuild

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
freeradius


Commits:
2ab313dd by Pierre Schmitz at 2024-04-28T09:15:42+02:00
upgpkg: 3.2.3-10: OpenSSL 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freeradius
pkgdesc = The premier open source RADIUS server
pkgver = 3.2.3
-   pkgrel = 9
+   pkgrel = 10
url = https://freeradius.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.2.3
-pkgrel=9
+pkgrel=10
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url='https://freeradius.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/2ab313ddc4580a24f9960bc486e8d47a26c23c7f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/2ab313ddc4580a24f9960bc486e8d47a26c23c7f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius] Pushed new tag 3.2.3-10

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.3-10 at Arch Linux / Packaging / Packages / 
freeradius

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/tree/3.2.3-10
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssh] Pushed new tag 9.7p1-2

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 9.7p1-2 at Arch Linux / Packaging / Packages / 
openssh

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/tree/9.7p1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssh][main] upgpkg: 9.7p1-2: OpenSSL 3.3 rebuild

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssh


Commits:
f3af7d14 by Pierre Schmitz at 2024-04-28T09:09:50+02:00
upgpkg: 9.7p1-2: OpenSSL 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openssh
pkgdesc = SSH protocol implementation for remote login, command 
execution and file transfer
pkgver = 9.7p1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.openssh.com/portable.html
arch = x86_64
license = BSD-2-Clause


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=openssh
 pkgver=9.7p1
-pkgrel=1
+pkgrel=2
 pkgdesc="SSH protocol implementation for remote login, command execution and 
file transfer"
 arch=(x86_64)
 url='https://www.openssh.com/portable.html'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/f3af7d14867b51b80730a0a0ec1b0a44dc66479b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/f3af7d14867b51b80730a0a0ec1b0a44dc66479b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl][main] upgpkg: 3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
2031d580 by Pierre Schmitz at 2024-04-28T09:05:30+02:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security
-   pkgver = 3.2.1
+   pkgver = 3.3.0
pkgrel = 1
url = https://www.openssl.org
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = openssl
replaces = openssl-perl
replaces = openssl-doc
backup = etc/ssl/openssl.cnf
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
+   sha256sums = 
53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('libcrypto.so' 'libssl.so')
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
+sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/2031d5806cac4518f03eea647eb6c02a34112b78

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/2031d5806cac4518f03eea647eb6c02a34112b78
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl] Pushed new tag 3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.3.0-1 at Arch Linux / Packaging / Packages / 
openssl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/tree/3.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.4-1

2024-04-24 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
d8e4688e by Pierre Schmitz at 2024-04-24T17:09:42+02:00
upgpkg: 2.7.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.3
+   pkgver = 2.7.4
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.3
-   source = 
composer-2.7.3.phar::https://getcomposer.org/download/2.7.3/composer.phar
-   sha256sums = 
b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b
-   sha256sums = 
fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.4
+   source = 
composer-2.7.4.phar::https://getcomposer.org/download/2.7.4/composer.phar
+   sha256sums = 
36cb5327e6d54832ac9610cf86b1cb1d1678ac3d86a8654bf435bab224bedfcc
+   sha256sums = 
ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b'
-'fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4')
+sha256sums=('36cb5327e6d54832ac9610cf86b1cb1d1678ac3d86a8654bf435bab224bedfcc'
+'ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/d8e4688e328139effea962fbce5a20b706c211a2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/d8e4688e328139effea962fbce5a20b706c211a2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.4-1

2024-04-24 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.4-1 at Arch Linux / Packaging / Packages / 
composer

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.3-1

2024-04-20 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
92539b85 by Pierre Schmitz at 2024-04-20T18:34:22+02:00
upgpkg: 2.7.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.2
+   pkgver = 2.7.3
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.2
-   source = 
composer-2.7.2.phar::https://getcomposer.org/download/2.7.2/composer.phar
-   sha256sums = SKIP
-   sha256sums = 
049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.3
+   source = 
composer-2.7.3.phar::https://getcomposer.org/download/2.7.3/composer.phar
+   sha256sums = 
b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b
+   sha256sums = 
fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac')
+sha256sums=('b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b'
+'fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/92539b858f30e0545f716a6de0c32478aca73bb7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/92539b858f30e0545f716a6de0c32478aca73bb7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.3-1

2024-04-20 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.3-1 at Arch Linux / Packaging / Packages / 
composer

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.18-1

2024-04-12 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
c690faac by Pierre Schmitz at 2024-04-12T14:38:22+02:00
upgpkg: 8.2.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = php-legacy
-   pkgver = 8.2.17
+   pkgver = 8.2.18
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@@ -29,8 +29,8 @@ pkgbase = php-legacy
makedepends = libnsl
makedepends = oniguruma
makedepends = patchelf
-   source = https://php.net/distributions/php-8.2.17.tar.xz
-   source = https://php.net/distributions/php-8.2.17.tar.xz.asc
+   source = https://php.net/distributions/php-8.2.18.tar.xz
+   source = https://php.net/distributions/php-8.2.18.tar.xz.asc
source = apache.conf
source = php-fpm.tmpfiles
source = apache.patch
@@ -40,7 +40,7 @@ pkgbase = php-legacy
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
-   sha256sums = 
1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35
+   sha256sums = 
44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50
sha256sums = SKIP
sha256sums = 
2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
sha256sums = 
f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
@@ -59,7 +59,7 @@ pkgname = php-legacy
depends = oniguruma
depends = gdbm
provides = php-interpreter=8.2
-   provides = php-legacy-intl=8.2.17
+   provides = php-legacy-intl=8.2.18
conflicts = php-legacy-intl
replaces = php-legacy-intl
backup = etc/php-legacy/php.ini


=
PKGBUILD
=
@@ -18,7 +18,7 @@ pkgname=('php-legacy'
  'php-legacy-sqlite'
  'php-legacy-tidy'
  'php-legacy-xsl')
-pkgver=8.2.17
+pkgver=8.2.18
 pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
@@ -30,7 +30,7 @@ checkdepends=('procps-ng')
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
 'apache.conf'  'php-fpm.tmpfiles'  'apache.patch'  'php-fpm.patch'  
'php.ini.patch'  'php-legacy.patch')
 
-sha256sums=('1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35'
+sha256sums=('44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50'
 'SKIP'
 '2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
 'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.18-1

2024-04-12 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.18-1 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.18-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.6-1

2024-04-12 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.6-1 at Arch Linux / Packaging / Packages / php

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.6-1

2024-04-12 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
c6d21462 by Pierre Schmitz at 2024-04-12T14:29:57+02:00
upgpkg: 8.3.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = php
-   pkgver = 8.3.4
+   pkgver = 8.3.6
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
-   source = https://php.net/distributions/php-8.3.4.tar.xz
-   source = https://php.net/distributions/php-8.3.4.tar.xz.asc
+   source = https://php.net/distributions/php-8.3.6.tar.xz
+   source = https://php.net/distributions/php-8.3.6.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
@@ -36,7 +36,7 @@ pkgbase = php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
-   sha256sums = 
39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63
+   sha256sums = 
53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
sha256sums = SKIP
sha256sums = 
702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 
4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
@@ -53,7 +53,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
-   provides = php-intl=8.3.4
+   provides = php-intl=8.3.6
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini


=
PKGBUILD
=
@@ -18,7 +18,7 @@ pkgname=('php'
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.3.4
+pkgver=8.3.6
 pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
@@ -29,7 +29,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt'
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63'
+sha256sums=('53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/c6d214623e39c31094b44e8b2a24a0bd90eddec4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/c6d214623e39c31094b44e8b2a24a0bd90eddec4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats][main] upgpkg: 3.2.17-1

2024-04-06 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
pkgstats


Commits:
081938d8 by Pierre Schmitz at 2024-04-06T08:42:42+02:00
upgpkg: 3.2.17-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pkgstats
pkgdesc = Submit a list of installed packages to the Arch Linux project
-   pkgver = 3.2.16
+   pkgver = 3.2.17
pkgrel = 1
url = https://pkgstats.archlinux.de/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = pkgstats
makedepends = gcc
depends = pacman
depends = systemd
-   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.16
+   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.17
validpgpkeys = 3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C
-   sha256sums = SKIP
+   sha256sums = 
7515d5248a1794369d35a4de06427a870bba6cf5239b0a679a154c7b85adf7ac
 
 pkgname = pkgstats


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=pkgstats
-pkgver=3.2.16
+pkgver=3.2.17
 pkgrel=1
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
 url='https://pkgstats.archlinux.de/'
@@ -10,7 +10,7 @@ license=('GPL')
 depends=('pacman' 'systemd')
 makedepends=('git' 'go' 'just' 'gcc')
 
source=("${pkgname}::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=${pkgver};)
-sha256sums=('SKIP')
+sha256sums=('7515d5248a1794369d35a4de06427a870bba6cf5239b0a679a154c7b85adf7ac')
 validpgpkeys=('3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/081938d85797222610f10dfc4db6916a6636892d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/081938d85797222610f10dfc4db6916a6636892d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats] Pushed new tag 3.2.17-1

2024-04-06 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.17-1 at Arch Linux / Packaging / Packages / 
pkgstats

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/tree/3.2.17-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy][main] upgpkg: 8.2.17-1

2024-03-17 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
0ee4de46 by Pierre Schmitz at 2024-03-17T10:32:50+01:00
upgpkg: 8.2.17-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php-legacy
-   pkgver = 8.2.16
-   pkgrel = 2
+   pkgver = 8.2.17
+   pkgrel = 1
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -29,8 +29,8 @@ pkgbase = php-legacy
makedepends = libnsl
makedepends = oniguruma
makedepends = patchelf
-   source = https://php.net/distributions/php-8.2.16.tar.xz
-   source = https://php.net/distributions/php-8.2.16.tar.xz.asc
+   source = https://php.net/distributions/php-8.2.17.tar.xz
+   source = https://php.net/distributions/php-8.2.17.tar.xz.asc
source = apache.conf
source = php-fpm.tmpfiles
source = apache.patch
@@ -40,7 +40,7 @@ pkgbase = php-legacy
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
-   sha256sums = 
28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593
+   sha256sums = 
1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35
sha256sums = SKIP
sha256sums = 
2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
sha256sums = 
f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
@@ -59,7 +59,7 @@ pkgname = php-legacy
depends = oniguruma
depends = gdbm
provides = php-interpreter=8.2
-   provides = php-legacy-intl=8.2.16
+   provides = php-legacy-intl=8.2.17
conflicts = php-legacy-intl
replaces = php-legacy-intl
backup = etc/php-legacy/php.ini


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=('php-legacy'
  'php-legacy-sqlite'
  'php-legacy-tidy'
  'php-legacy-xsl')
-pkgver=8.2.16
-pkgrel=2
+pkgver=8.2.17
+pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'
@@ -30,7 +30,7 @@ checkdepends=('procps-ng')
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
 'apache.conf'  'php-fpm.tmpfiles'  'apache.patch'  'php-fpm.patch'  
'php.ini.patch'  'php-legacy.patch')
 
-sha256sums=('28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593'
+sha256sums=('1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35'
 'SKIP'
 '2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
 'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/0ee4de460ce7dd4ee4072106d032f3cf525d3db2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/commit/0ee4de460ce7dd4ee4072106d032f3cf525d3db2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.17-1

2024-03-17 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.17-1 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.17-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.4-1

2024-03-17 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
14b132aa by Pierre Schmitz at 2024-03-17T10:18:37+01:00
upgpkg: 8.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = php
-   pkgver = 8.3.3
-   pkgrel = 2
+   pkgver = 8.3.4
+   pkgrel = 1
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
@@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
-   source = https://php.net/distributions/php-8.3.3.tar.xz
-   source = https://php.net/distributions/php-8.3.3.tar.xz.asc
+   source = https://php.net/distributions/php-8.3.4.tar.xz
+   source = https://php.net/distributions/php-8.3.4.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
@@ -36,7 +36,7 @@ pkgbase = php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
-   sha256sums = 
b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1
+   sha256sums = 
39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63
sha256sums = SKIP
sha256sums = 
702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 
4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
@@ -53,7 +53,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
-   provides = php-intl=8.3.3
+   provides = php-intl=8.3.4
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=('php'
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.3.3
-pkgrel=2
+pkgver=8.3.4
+pkgrel=1
 arch=('x86_64')
 license=('PHP-3.01')
 url='https://www.php.net/'
@@ -29,7 +29,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt'
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1'
+sha256sums=('39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/14b132aafde818a646c33979748a5d514288d020

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/14b132aafde818a646c33979748a5d514288d020
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.4-1

2024-03-17 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.4-1 at Arch Linux / Packaging / Packages / php

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.2-1

2024-03-11 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.2-1 at Arch Linux / Packaging / Packages / 
composer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.2-1

2024-03-11 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
6a7b86b1 by Pierre Schmitz at 2024-03-11T17:51:17+01:00
upgpkg: 2.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.1
+   pkgver = 2.7.2
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.1
-   source = 
composer-2.7.1.phar::https://getcomposer.org/download/2.7.1/composer.phar
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.2
+   source = 
composer-2.7.2.phar::https://getcomposer.org/download/2.7.2/composer.phar
sha256sums = SKIP
-   sha256sums = 
1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0
+   sha256sums = 
049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0')
+'049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/6a7b86b179e1b7bb1fba8fff170e7726161a0423

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/6a7b86b179e1b7bb1fba8fff170e7726161a0423
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-snuffleupagus] Pushed new tag 0.10.0-4

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 0.10.0-4 at Arch Linux / Packaging / Packages / 
php-snuffleupagus

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-snuffleupagus/-/tree/0.10.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-snuffleupagus][main] upgpkg: 0.10.0-4

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-snuffleupagus


Commits:
0a2bb124 by Pierre Schmitz at 2024-03-03T10:50:02+01:00
upgpkg: 0.10.0-4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-snuffleupagus
pkgdesc = Security module for PHP
pkgver = 0.10.0
-   pkgrel = 3
+   pkgrel = 4
url = https://snuffleupagus.readthedocs.io/
arch = x86_64
license = LGPL3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=php-snuffleupagus
 _pkgname=snuffleupagus
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Security module for PHP"
 url='https://snuffleupagus.readthedocs.io/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-snuffleupagus/-/commit/0a2bb1240c3cac88ff15954ceb9fd5ba92504e2d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-snuffleupagus/-/commit/0a2bb1240c3cac88ff15954ceb9fd5ba92504e2d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-mongodb][main] upgpkg: 1.17.2-3

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-mongodb


Commits:
b718821c by Pierre Schmitz at 2024-03-03T10:48:52+01:00
upgpkg: 1.17.2-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-mongodb
pkgdesc = MongoDB driver for PHP
pkgver = 1.17.2
-   pkgrel = 2
+   pkgrel = 3
url = https://pecl.php.net/package/mongodb
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=php-mongodb
 pkgname=(php-mongodb php-legacy-mongodb)
 pkgver=1.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="MongoDB driver for PHP"
 arch=("x86_64")
 url="https://pecl.php.net/package/mongodb;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-mongodb/-/commit/b718821c79dcaee590fbdec2171f4db5a880c5a6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-mongodb/-/commit/b718821c79dcaee590fbdec2171f4db5a880c5a6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-mongodb] Pushed new tag 1.17.2-3

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1.17.2-3 at Arch Linux / Packaging / Packages / 
php-mongodb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-mongodb/-/tree/1.17.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-memcached][main] upgpkg: 3.2.0-5

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-memcached


Commits:
58e20f10 by Pierre Schmitz at 2024-03-03T10:47:05+01:00
upgpkg: 3.2.0-5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-memcached
pkgdesc = PHP extension for interfacing with memcached via libmemcached 
library
pkgver = 3.2.0
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/php-memcached-dev/php-memcached
arch = x86_64
license = PHP


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=('php-memcached' 'php-legacy-memcached')
 pkgver=3.2.0
 _commit=d1cb3ae87be5382444322118f87324f4044d13b0
-pkgrel=4
+pkgrel=5
 pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
 arch=('x86_64')
 url="https://github.com/php-memcached-dev/php-memcached;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcached/-/commit/58e20f1043ad729e974689884f7e8a66162d9674

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcached/-/commit/58e20f1043ad729e974689884f7e8a66162d9674
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-memcached] Pushed new tag 3.2.0-5

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.0-5 at Arch Linux / Packaging / Packages / 
php-memcached

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcached/-/tree/3.2.0-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-memcache][main] upgpkg: 8.2-4

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-memcache


Commits:
f6d9cda7 by Pierre Schmitz at 2024-03-03T10:45:41+01:00
upgpkg: 8.2-4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-memcache
pkgdesc = Memcache module for PHP
pkgver = 8.2
-   pkgrel = 3
+   pkgrel = 4
url = https://pecl.php.net/package/memcache
arch = x86_64
license = PHP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=('php-memcache' 'php-legacy-memcache')
 pkgver=8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Memcache module for PHP"
 arch=('x86_64')
 url="https://pecl.php.net/package/memcache;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcache/-/commit/f6d9cda798e78499a6cac0524ba583b2319eef2c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcache/-/commit/f6d9cda798e78499a6cac0524ba583b2319eef2c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-memcache] Pushed new tag 8.2-4

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2-4 at Arch Linux / Packaging / Packages / 
php-memcache

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-memcache/-/tree/8.2-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-geoip][main] upgpkg: 1.1.1-12

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-geoip


Commits:
743da155 by Pierre Schmitz at 2024-03-03T10:40:46+01:00
upgpkg: 1.1.1-12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-geoip
pkgdesc = GeoIP module for PHP
pkgver = 1.1.1
-   pkgrel = 11
+   pkgrel = 12
url = https://pecl.php.net/package/geoip
arch = x86_64
license = PHP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=('php-geoip' 'php-legacy-geoip')
 pkgver=1.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="GeoIP module for PHP"
 arch=('x86_64')
 url="https://pecl.php.net/package/geoip;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-geoip/-/commit/743da155c406a9a099ef29462d37a8d6f9691ddc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-geoip/-/commit/743da155c406a9a099ef29462d37a8d6f9691ddc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-geoip] Pushed new tag 1.1.1-12

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1.1.1-12 at Arch Linux / Packaging / Packages / 
php-geoip

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-geoip/-/tree/1.1.1-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/grpc][main] upgpkg: 1.62.0-2

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / grpc


Commits:
7fd819eb by Pierre Schmitz at 2024-03-03T10:01:02+01:00
upgpkg: 1.62.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that 
puts mobile and HTTP/2 first.
pkgver = 1.62.0
-   pkgrel = 1
+   pkgrel = 2
url = https://grpc.io
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
 pkgver=1.62.0
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/7fd819eb4a79a64048362d45c0d7cdd9e016e462

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/7fd819eb4a79a64048362d45c0d7cdd9e016e462
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.62.0-2

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1.62.0-2 at Arch Linux / Packaging / Packages / 
grpc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/tree/1.62.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lighttpd][main] upgpkg: 1.4.74-1

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lighttpd


Commits:
47cbf45c by Pierre Schmitz at 2024-03-03T09:55:07+01:00
upgpkg: 1.4.74-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = lighttpd
pkgdesc = A secure, fast, compliant and very flexible web-server
-   pkgver = 1.4.73
+   pkgver = 1.4.74
pkgrel = 1
url = https://www.lighttpd.net/
arch = x86_64
-   license = custom
+   license = BSD-3-Clause
makedepends = mariadb-libs
makedepends = lua
makedepends = libxml2
@@ -21,8 +21,8 @@ pkgbase = lighttpd
options = emptydirs
backup = etc/lighttpd/lighttpd.conf
backup = etc/logrotate.d/lighttpd
-   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.73.tar.xz
-   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.73.tar.xz.asc
+   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.74.tar.xz
+   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.74.tar.xz.asc
source = lighttpd.logrotate.d
source = lighttpd.conf
source = lighttpd.tmpfiles
@@ -30,7 +30,7 @@ pkgbase = lighttpd
validpgpkeys = C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7
validpgpkeys = 649D0DD767FF206202A76C5158F14A786FE198C8
validpgpkeys = EAAF41A8BE3BB8D001CACD136DE62CA242909B84
-   sha256sums = 
818816d0b314b0aa8728a7076513435f6d5eb227f3b61323468e1f10dbe84ca8
+   sha256sums = 
5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5
sha256sums = SKIP
sha256sums = 
41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe
sha256sums = 
fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.73
+pkgver=1.4.74
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('BSD-3-Clause')
@@ -17,7 +17,7 @@ backup=('etc/lighttpd/lighttpd.conf' 
'etc/logrotate.d/lighttpd')
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('818816d0b314b0aa8728a7076513435f6d5eb227f3b61323468e1f10dbe84ca8'
+sha256sums=('5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/commit/47cbf45cdbf2889afc7db2d3f3b597435d85abcf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/commit/47cbf45cdbf2889afc7db2d3f3b597435d85abcf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lighttpd] Pushed new tag 1.4.74-1

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1.4.74-1 at Arch Linux / Packaging / Packages / 
lighttpd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/tree/1.4.74-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdebug][main] upgpkg: 3.3.1-2

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
xdebug


Commits:
6c0166db by Pierre Schmitz at 2024-03-03T09:41:32+01:00
upgpkg: 3.3.1-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xdebug
pkgdesc = PHP debugging extension
pkgver = 3.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.xdebug.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=xdebug
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
 url="https://www.xdebug.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdebug/-/commit/6c0166db33918dbfd041e50b0d7ada3863cf42f2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdebug/-/commit/6c0166db33918dbfd041e50b0d7ada3863cf42f2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdebug] Pushed new tag 3.3.1-2

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.3.1-2 at Arch Linux / Packaging / Packages / 
xdebug

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdebug/-/tree/3.3.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-apcu][main] upgpkg: 5.1.23-3

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-apcu


Commits:
b96a793c by Pierre Schmitz at 2024-03-03T09:39:43+01:00
upgpkg: 5.1.23-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = php-apcu
pkgdesc = A userland caching module for PHP
pkgver = 5.1.23
-   pkgrel = 2
+   pkgrel = 3
url = https://pecl.php.net/package/APCu
arch = x86_64
license = PHP


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgbase=php-apcu
 pkgname=('php-apcu' 'php-legacy-apcu')
 pkgver=5.1.23
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc='A userland caching module for PHP'
 url='https://pecl.php.net/package/APCu'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/commit/b96a793c140624bbbc932911136f915baacf6c74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/commit/b96a793c140624bbbc932911136f915baacf6c74
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-apcu] Pushed new tag 5.1.23-3

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 5.1.23-3 at Arch Linux / Packaging / Packages / 
php-apcu

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/tree/5.1.23-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php-legacy] Pushed new tag 8.2.16-1

2024-03-03 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.2.16-1 at Arch Linux / Packaging / Packages / 
php-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/tree/8.2.16-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats][main] upgpkg: 3.2.16-1

2024-02-27 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
pkgstats


Commits:
3f7e5f6f by Pierre Schmitz at 2024-02-27T09:34:25+01:00
upgpkg: 3.2.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pkgstats
pkgdesc = Submit a list of installed packages to the Arch Linux project
-   pkgver = 3.2.15
+   pkgver = 3.2.16
pkgrel = 1
url = https://pkgstats.archlinux.de/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pkgstats
makedepends = gcc
depends = pacman
depends = systemd
-   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.15
+   source = 
pkgstats::git+https://github.com/archlinux-de/pkgstats-cli.git?signed#tag=3.2.16
validpgpkeys = 3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=pkgstats
-pkgver=3.2.15
+pkgver=3.2.16
 pkgrel=1
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
 url='https://pkgstats.archlinux.de/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/3f7e5f6f80406280740f3eab2a389328f584f5f3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/3f7e5f6f80406280740f3eab2a389328f584f5f3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pkgstats] Pushed new tag 3.2.16-1

2024-02-27 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.16-1 at Arch Linux / Packaging / Packages / 
pkgstats

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/tree/3.2.16-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lighttpd][main] Normalize license by SPDX spec

2024-02-19 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lighttpd


Commits:
9d148d20 by Whyme Lyu at 2024-01-16T22:55:45+08:00
Normalize license by SPDX spec

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgname=lighttpd
 pkgver=1.4.73
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
+license=('BSD-3-Clause')
 arch=('x86_64')
 url="https://www.lighttpd.net/;
 depends=('pcre2' 'systemd' 'brotli')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/commit/9d148d20762acd09d3a4e709276e27b49c00e1ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/commit/9d148d20762acd09d3a4e709276e27b49c00e1ec
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] Use SPDX license identifier

2024-02-19 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
afa69734 by Acid Xeon at 2024-02-19T18:00:55+00:00
Use SPDX license identifier

LICENSE from https://github.com/php/php-src/blob/master/LICENSE

SPDX identifier from https://spdx.org/licenses/
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ pkgname=('php'
 pkgver=8.3.3
 pkgrel=1
 arch=('x86_64')
-license=('PHP')
+license=('PHP-3.01')
 url='https://www.php.net/'
 makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 'libsodium' 
'libxslt' 'libzip' 'net-snmp'
  'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/afa697348affe8b3fd8dcb53c8841c50f5d32b98

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/afa697348affe8b3fd8dcb53c8841c50f5d32b98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] upgpkg: 8.3.3-1

2024-02-16 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
6054c841 by Pierre Schmitz at 2024-02-16T18:21:50+01:00
upgpkg: 8.3.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = php
-   pkgver = 8.3.2
+   pkgver = 8.3.3
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
-   source = https://php.net/distributions/php-8.3.2.tar.xz
-   source = https://php.net/distributions/php-8.3.2.tar.xz.asc
+   source = https://php.net/distributions/php-8.3.3.tar.xz
+   source = https://php.net/distributions/php-8.3.3.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
@@ -36,7 +36,7 @@ pkgbase = php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
-   sha256sums = 
4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e
+   sha256sums = 
b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1
sha256sums = SKIP
sha256sums = 
702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 
4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
@@ -53,7 +53,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
-   provides = php-intl=8.3.2
+   provides = php-intl=8.3.3
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini


=
PKGBUILD
=
@@ -18,7 +18,7 @@ pkgname=('php'
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.3.2
+pkgver=8.3.3
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -29,7 +29,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt'
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e'
+sha256sums=('b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/6054c8413f86f3bb0282ea27d303f085a333a6a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/commit/6054c8413f86f3bb0282ea27d303f085a333a6a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php] Pushed new tag 8.3.3-1

2024-02-16 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 8.3.3-1 at Arch Linux / Packaging / Packages / php

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/tree/8.3.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.1-1

2024-02-10 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
becd3b2e by Pierre Schmitz at 2024-02-10T15:32:27+01:00
upgpkg: 2.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.0
+   pkgver = 2.7.1
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.0
-   source = 
composer-2.7.0.phar::https://getcomposer.org/download/2.7.0/composer.phar
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.1
+   source = 
composer-2.7.1.phar::https://getcomposer.org/download/2.7.1/composer.phar
sha256sums = SKIP
-   sha256sums = 
2fc501cbef1891379523ee4989d37bf04798415a05f8eb44ae75acb2fdf2596f
+   sha256sums = 
1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'2fc501cbef1891379523ee4989d37bf04798415a05f8eb44ae75acb2fdf2596f')
+'1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/becd3b2e95ac106eb8e04a0b7b7bc73e04771032

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/becd3b2e95ac106eb8e04a0b7b7bc73e04771032
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.1-1

2024-02-10 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.1-1 at Arch Linux / Packaging / Packages / 
composer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.0-1

2024-02-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
48bd6879 by Pierre Schmitz at 2024-02-09T10:24:45+01:00
upgpkg: 2.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.6.6
+   pkgver = 2.7.0
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.6.6
-   source = 
composer-2.6.6.phar::https://getcomposer.org/download/2.6.6/composer.phar
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.0
+   source = 
composer-2.7.0.phar::https://getcomposer.org/download/2.7.0/composer.phar
sha256sums = SKIP
-   sha256sums = 
72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
+   sha256sums = 
2fc501cbef1891379523ee4989d37bf04798415a05f8eb44ae75acb2fdf2596f
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.6.6
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314')
+'2fc501cbef1891379523ee4989d37bf04798415a05f8eb44ae75acb2fdf2596f')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/48bd6879af04c6f0c63745006fff474bd782d0c5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/48bd6879af04c6f0c63745006fff474bd782d0c5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.0-1

2024-02-09 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.0-1 at Arch Linux / Packaging / Packages / 
composer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl][main] upgpkg: 1:3.2.1-1

2024-02-01 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
64f97971 by Pierre Schmitz at 2024-02-01T13:28:16+01:00
upgpkg: 1:3.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security (32-bit)
-   pkgver = 3.2.0
+   pkgver = 3.2.1
pkgrel = 1
epoch = 1
url = https://www.openssl.org
@@ -11,14 +11,14 @@ pkgbase = lib32-openssl
optdepends = ca-certificates
provides = libcrypto.so
provides = libssl.so
-   source = https://www.openssl.org/source/openssl-3.2.0.tar.gz
-   source = https://www.openssl.org/source/openssl-3.2.0.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
+   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e
+   sha256sums = 
83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('ca-certificates')
 provides=('libcrypto.so' 'libssl.so')
 
source=("https://www.openssl.org/source/${_pkgbasename}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e'
+sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/64f979715fc7a6c242afa98419df40063d4e9deb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/64f979715fc7a6c242afa98419df40063d4e9deb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-openssl] Pushed new tag 1-3.2.1-1

2024-02-01 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1-3.2.1-1 at Arch Linux / Packaging / Packages / 
lib32-openssl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/tree/1-3.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl][main] upgpkg: 3.2.1-1

2024-01-30 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
f4bc10d1 by Pierre Schmitz at 2024-01-30T19:05:38+01:00
upgpkg: 3.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security
-   pkgver = 3.2.0
+   pkgver = 3.2.1
pkgrel = 1
url = https://www.openssl.org
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = perl
depends = glibc
optdepends = ca-certificates
@@ -14,14 +14,14 @@ pkgbase = openssl
replaces = openssl-perl
replaces = openssl-doc
backup = etc/ssl/openssl.cnf
-   source = https://www.openssl.org/source/openssl-3.2.0.tar.gz
-   source = https://www.openssl.org/source/openssl-3.2.0.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
+   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e
+   sha256sums = 
83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('libcrypto.so' 'libssl.so')
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e'
+sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/f4bc10d158e4b65af03c3b808d93505da8b2e578

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/f4bc10d158e4b65af03c3b808d93505da8b2e578
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl] Pushed new tag 3.2.1-1

2024-01-30 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.1-1 at Arch Linux / Packaging / Packages / 
openssl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/tree/3.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openssl][main] Update license to SPDX identifier

2024-01-17 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
f78fb669 by Pierre Schmitz at 2024-01-17T16:07:23+01:00
Update license to SPDX identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('x86_64')
 url='https://www.openssl.org'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 makedepends=('perl')
 optdepends=('ca-certificates' 'perl')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/f78fb669ca6daf127998477656a89982c56a0994

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/f78fb669ca6daf127998477656a89982c56a0994
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   >