[Git][archlinux/packaging/packages/libimagequant] Pushed new tag 4.3.1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 4.3.1-1 at Arch Linux / Packaging / 
Packages / libimagequant

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




[Git][archlinux/packaging/packages/libimagequant][main] upgpkg: 4.3.1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / libimagequant


Commits:
a8354f62 by Massimiliano Torromeo at 2024-05-18T11:25:07+02:00
upgpkg: 4.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libimagequant
pkgdesc = Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images
-   pkgver = 4.3.0
+   pkgver = 4.3.1
pkgrel = 1
url = https://pngquant.org/lib/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libimagequant
makedepends = cargo
makedepends = cargo-c
depends = gcc-libs
-   source = 
https://github.com/ImageOptim/libimagequant/archive/4.3.0/libimagequant-4.3.0.tar.gz
-   sha256sums = 
7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b
+   source = 
https://github.com/ImageOptim/libimagequant/archive/4.3.1/libimagequant-4.3.1.tar.gz
+   sha256sums = 
75020204491f14a8cdf4b857f6c5bab08b6b5f1736345412b296a253bc632bf6
 
 pkgname = libimagequant


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libimagequant
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
 depends=('gcc-libs')
 makedepends=('cargo' 'cargo-c')
 
source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
-sha256sums=('7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b')
+sha256sums=('75020204491f14a8cdf4b857f6c5bab08b6b5f1736345412b296a253bc632bf6')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver/imagequant-sys"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimagequant/-/commit/a8354f622aa8bd846375506fe4b344dd7df444e8

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




[Git][archlinux/packaging/packages/xtrabackup][main] upgpkg: 8.3.0_1-2: ICU 75 rebuild

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / xtrabackup


Commits:
4d01dba9 by Massimiliano Torromeo at 2024-05-18T11:21:35+02:00
upgpkg: 8.3.0_1-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xtrabackup
pkgdesc = Non-blocking backup tool for MySQL
pkgver = 8.3.0_1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.percona.com/software/mysql-database/percona-xtrabackup
arch = x86_64
license = GPL
@@ -23,7 +23,8 @@ pkgbase = xtrabackup
depends = zlib
depends = zstd
depends = lz4
-   optdepends = qpress: for compressed backups
+   optdepends = zstd: for compressed backups
+   optdepends = lz4: for compressed backups
source = 
https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-8.3.0-1/source/tarball/percona-xtrabackup-8.3.0-1.tar.gz
source = 
https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.gz
sha256sums = 
bccae49ce553dbfe1a2e06a53c6a5a7424313c723c11384e17235abff5c8a6a7


=
PKGBUILD
=
@@ -4,14 +4,15 @@
 pkgname=xtrabackup
 pkgver=8.3.0_1
 _boost_ver=1.77.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
 url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
 license=('GPL')
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 
'protobuf' 'libprocps' 'icu' 'zlib' 'zstd' 'lz4')
 makedepends=('cmake' 'python-sphinx' 'vim' 'libedit' 'libevent' 'libfido2')
-optdepends=('qpress: for compressed backups')
+optdepends=('zstd: for compressed backups'
+'lz4: for compressed backups')
 
source=("https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-${pkgver//_/-}/source/tarball/percona-xtrabackup-${pkgver//_/-}.tar.gz;
 
"https://boostorg.jfrog.io/artifactory/main/release/$_boost_ver/source/boost_${_boost_ver//./_}.tar.gz;)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xtrabackup/-/commit/4d01dba9a274af91e43ca100b04e480c7f4f1863

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




[Git][archlinux/packaging/packages/xtrabackup] Pushed new tag 8.3.0_1-2

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.3.0_1-2 at Arch Linux / Packaging / 
Packages / xtrabackup

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




[Git][archlinux/packaging/packages/xtrabackup][main] upgpkg: 8.3.0_1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / xtrabackup


Commits:
cd3ac328 by Massimiliano Torromeo at 2024-05-18T11:01:53+02:00
upgpkg: 8.3.0_1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xtrabackup
pkgdesc = Non-blocking backup tool for MySQL
-   pkgver = 8.0.35_30
-   pkgrel = 3
+   pkgver = 8.3.0_1
+   pkgrel = 1
url = https://www.percona.com/software/mysql-database/percona-xtrabackup
arch = x86_64
license = GPL
@@ -24,9 +24,9 @@ pkgbase = xtrabackup
depends = zstd
depends = lz4
optdepends = qpress: for compressed backups
-   source = 
https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-8.0.35-30/source/tarball/percona-xtrabackup-8.0.35-30.tar.gz
+   source = 
https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-8.3.0-1/source/tarball/percona-xtrabackup-8.3.0-1.tar.gz
source = 
https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.gz
-   sha256sums = 
8a3632a5a7a91834800f4f83902468bccff1d979e82347c0372b39a97b0c85f0
+   sha256sums = 
bccae49ce553dbfe1a2e06a53c6a5a7424313c723c11384e17235abff5c8a6a7
sha256sums = 
5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131
 
 pkgname = xtrabackup


=
PKGBUILD
=
@@ -2,9 +2,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.35_30
+pkgver=8.3.0_1
 _boost_ver=1.77.0
-pkgrel=3
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
 url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
@@ -12,10 +12,10 @@ license=('GPL')
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 
'protobuf' 'libprocps' 'icu' 'zlib' 'zstd' 'lz4')
 makedepends=('cmake' 'python-sphinx' 'vim' 'libedit' 'libevent' 'libfido2')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver//_/-}/source/tarball/percona-xtrabackup-${pkgver//_/-}.tar.gz;
+source=("https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-${pkgver//_/-}/source/tarball/percona-xtrabackup-${pkgver//_/-}.tar.gz;
 
"https://boostorg.jfrog.io/artifactory/main/release/$_boost_ver/source/boost_${_boost_ver//./_}.tar.gz;)
 
-sha256sums=('8a3632a5a7a91834800f4f83902468bccff1d979e82347c0372b39a97b0c85f0'
+sha256sums=('bccae49ce553dbfe1a2e06a53c6a5a7424313c723c11384e17235abff5c8a6a7'
 '5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131')
 prepare() {
   mkdir build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xtrabackup/-/commit/cd3ac32873fe4afc22c497a926e6fd6c1846d7e8

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




[Git][archlinux/packaging/packages/xtrabackup] Pushed new tag 8.3.0_1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.3.0_1-1 at Arch Linux / Packaging / 
Packages / xtrabackup

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.37.1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.37.1-1 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/sysdig][main] upgpkg: 0.37.1-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
caf298c3 by Massimiliano Torromeo at 2024-05-18T10:18:09+02:00
upgpkg: 0.37.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sysdig
pkgdesc = Open source system-level exploration and troubleshooting tool
-   pkgver = 0.36.1
+   pkgver = 0.37.1
pkgrel = 1
url = https://www.sysdig.com/
arch = x86_64
@@ -21,12 +21,12 @@ pkgbase = sysdig
makedepends = re2
makedepends = uthash
options = !lto
-   source = 
https://github.com/draios/sysdig/archive/0.36.1/sysdig-0.36.1.tar.gz
-   source = 
falcosecurity-libs-0.15.1.tar.gz::https://github.com/falcosecurity/libs/archive/0.15.1.tar.gz
+   source = 
https://github.com/draios/sysdig/archive/0.37.1/sysdig-0.37.1.tar.gz
+   source = 
falcosecurity-libs-0.16.0.tar.gz::https://github.com/falcosecurity/libs/archive/0.16.0.tar.gz
source = bashcomp-location.patch
source = falcosecurity-libs-nodownload.patch
-   sha256sums = 
e0737ce660637d72859822b5bec835d8e0e3337620a366d0e9c5dc5a1300feb4
-   sha256sums = 
8c2596fec3c25e9718a8b357b0504450cd26efbe653b79afcd66a8405f0dc08c
+   sha256sums = 
b01c4d097a5f87b7380612fc5897490627ccbf1a5c5cbe8aa185e7fd459daa9b
+   sha256sums = 
5b13d6160bc09ea9b56d70951b68db0aaad45bd0171690eddc08c8028e1b7928
sha256sums = 
3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386
sha256sums = 
3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa
 


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
-pkgver=0.36.1
+pkgver=0.37.1
 pkgrel=1
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
-_falcover=0.15.1
+_falcover=0.16.0
 
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
@@ -21,8 +21,8 @@ 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgbase-$pkgver.tar.g
 
"falcosecurity-libs-$_falcover.tar.gz::https://github.com/falcosecurity/libs/archive/$_falcover.tar.gz;
 "bashcomp-location.patch"
 "falcosecurity-libs-nodownload.patch")
-sha256sums=('e0737ce660637d72859822b5bec835d8e0e3337620a366d0e9c5dc5a1300feb4'
-'8c2596fec3c25e9718a8b357b0504450cd26efbe653b79afcd66a8405f0dc08c'
+sha256sums=('b01c4d097a5f87b7380612fc5897490627ccbf1a5c5cbe8aa185e7fd459daa9b'
+'5b13d6160bc09ea9b56d70951b68db0aaad45bd0171690eddc08c8028e1b7928'
 '3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386'
 '3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysdig/-/commit/caf298c38705a2abcf6d474c7ebcb3fb6b4a2bb2

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




[Git][archlinux/packaging/packages/syslog-ng] Pushed new tag 4.6.0-3

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 4.6.0-3 at Arch Linux / Packaging / 
Packages / syslog-ng

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




[Git][archlinux/packaging/packages/syslog-ng][main] upgpkg: 4.6.0-3: grpc-1.64.0 rebuild

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / syslog-ng


Commits:
44bfba50 by Massimiliano Torromeo at 2024-05-18T10:17:56+02:00
upgpkg: 4.6.0-3: grpc-1.64.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = syslog-ng
pkgdesc = Next-generation syslogd with advanced networking and 
filtering capabilities
pkgver = 4.6.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.syslog-ng.com/products/open-source-log-management/
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=syslog-ng
 pkgver=4.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syslog-ng/-/commit/44bfba50e526e0b3de61601fd404109f4ba2e670

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




[Git][archlinux/packaging/packages/bear] Pushed new tag 3.1.3-13

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 3.1.3-13 at Arch Linux / Packaging / 
Packages / bear

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




[Git][archlinux/packaging/packages/bear][main] upgpkg: 3.1.3-13: grpc-1.64.0 rebuild

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / bear


Commits:
2412717d by Massimiliano Torromeo at 2024-05-18T10:17:48+02:00
upgpkg: 3.1.3-13: grpc-1.64.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bear
pkgdesc = A tool to generate compilation database for clang tooling
pkgver = 3.1.3
-   pkgrel = 12
+   pkgrel = 13
url = https://github.com/rizsotto/Bear
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=bear
 pkgver=3.1.3
-pkgrel=12
+pkgrel=13
 pkgdesc='A tool to generate compilation database for clang tooling'
 arch=('x86_64')
 url='https://github.com/rizsotto/Bear'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bear/-/commit/2412717db5714b8558233482bb86b5b2bf4d641b

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




[Git][archlinux/packaging/packages/arrow] Pushed new tag 16.0.0-2

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 16.0.0-2 at Arch Linux / Packaging / 
Packages / arrow

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




[Git][archlinux/packaging/packages/arrow][main] upgpkg: 16.0.0-2: grpc-1.64.0 rebuild

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / arrow


Commits:
c69d400f by Massimiliano Torromeo at 2024-05-18T10:17:37+02:00
upgpkg: 16.0.0-2: grpc-1.64.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = arrow
pkgdesc = Columnar in-memory analytics layer for big data.
pkgver = 16.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://arrow.apache.org
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arrow
 pkgver=16.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Columnar in-memory analytics layer for big data."
 arch=(x86_64)
 url="https://arrow.apache.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arrow/-/commit/c69d400f30514873a32128f4891b401c3152ce13

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




[Git][archlinux/packaging/packages/grpc][main] upgpkg: 1.64.0-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / grpc


Commits:
b3534e1e by Massimiliano Torromeo at 2024-05-18T10:17:20+02:00
upgpkg: 1.64.0-1

- - - - -


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.1
-   pkgrel = 5
+   pkgver = 1.64.0
+   pkgrel = 1
url = https://grpc.io
arch = x86_64
license = Apache-2.0
@@ -22,9 +22,9 @@ pkgbase = grpc
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
-   source = https://github.com/grpc/grpc/archive/v1.62.1/grpc-1.62.1.tar.gz
+   source = https://github.com/grpc/grpc/archive/v1.64.0/grpc-1.64.0.tar.gz
source = 
https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
-   sha256sums = 
c9f9ae6e4d6f40464ee9958be4068087881ed6aa37e30d0e64d40ed7be39dd01
+   sha256sums = 
d5509e40fb24f6390deeef8a88668124f4ec77d2ebb3b1a957b235a2f08b70c0
sha256sums = 
c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
 
 pkgname = grpc


=
PKGBUILD
=
@@ -4,9 +4,9 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
-pkgver=1.62.1
+pkgver=1.64.0
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
-pkgrel=5
+pkgrel=1
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -15,7 +15,7 @@ makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 
'c-ares' 'openssl' 'chrp
  'cmake' 'benchmark' 'abseil-cpp' 'ninja' 'python-setuptools' 
'python-build' 'python-installer' 'python-wheel')
 source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
 
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz;)
-sha256sums=('c9f9ae6e4d6f40464ee9958be4068087881ed6aa37e30d0e64d40ed7be39dd01'
+sha256sums=('d5509e40fb24f6390deeef8a88668124f4ec77d2ebb3b1a957b235a2f08b70c0'
 'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
 
 prepare() {
@@ -56,6 +56,7 @@ build() {
 -DgRPC_BENCHMARK_PROVIDER:STRING='package' \
 -DgRPC_ABSL_PROVIDER:STRING='package' \
 -DgRPC_USE_PROTO_LITE=OFF \
+-DgRPC_USE_SYSTEMD=ON \
 -DgRPC_BUILD_GRPC_CPP_PLUGIN=ON \
 -DgRPC_BUILD_GRPC_CSHARP_PLUGIN=ON \
 -DgRPC_BUILD_GRPC_NODE_PLUGIN=ON \
@@ -89,6 +90,7 @@ build() {
   export GRPC_PYTHON_BUILD_SYSTEM_CARES=1
   export GRPC_PYTHON_BUILD_SYSTEM_RE2=1
   export GRPC_PYTHON_BUILD_SYSTEM_ABSL=1
+  export GRPC_PYTHON_BUILD_WITH_SYSTEMD=1
   export GRPC_BUILD_WITH_BORING_SSL_ASM=0
 
   cd "$srcdir/$pkgbase-$pkgver"



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

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




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.64.0-1

2024-05-18 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.64.0-1 at Arch Linux / Packaging / 
Packages / grpc

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




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.5-1

2024-05-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
351568c5 by Massimiliano Torromeo at 2024-05-18T01:39:47+02:00
upgpkg: 2.9.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
-   pkgver = 2.9.4
-   pkgrel = 4
+   pkgver = 2.9.5
+   pkgrel = 1
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later
@@ -35,16 +35,12 @@ pkgbase = sssd
depends = pcre2
options = !lto
backup = etc/logrotate.d/sssd
-   source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz
-   source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz.asc
-   source = 
https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch
-   source = 
https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch
+   source = 
https://github.com/SSSD/sssd/releases/download/2.9.5/sssd-2.9.5.tar.gz
+   source = 
https://github.com/SSSD/sssd/releases/download/2.9.5/sssd-2.9.5.tar.gz.asc
source = 
https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch
validpgpkeys = C13CD07FFB2DB1408E457A3CD3D21B2910CF6759
-   sha512sums = 
9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2
+   sha512sums = 
d219f12ffc75af233f0e4ffc62c0442acc6da3cd94ed4eab7102a78821af5257c8e4ba0d06b2c99c08e06502f8d0d0bcc80540d63823dbe0f52eb0432ae7e14d
sha512sums = SKIP
-   sha512sums = 
4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2
-   sha512sums = 
bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa
sha512sums = 
8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73
 
 pkgname = sssd


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Mantas M. 
 
 pkgname=sssd
-pkgver=2.9.4
-pkgrel=4
+pkgver=2.9.5
+pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;
@@ -45,14 +45,10 @@ checkdepends=(
 options=('!lto')
 backup=('etc/logrotate.d/sssd')
 
source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
-
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;
-
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;
 # samba 4.20
 
"https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch;
 # setuptools
)
-sha512sums=('9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2'
+sha512sums=('d219f12ffc75af233f0e4ffc62c0442acc6da3cd94ed4eab7102a78821af5257c8e4ba0d06b2c99c08e06502f8d0d0bcc80540d63823dbe0f52eb0432ae7e14d'
 'SKIP'
-
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2'
-
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa'
 
'8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73')
 validpgpkeys=('C13CD07FFB2DB1408E457A3CD3D21B2910CF6759')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/351568c587ecdf9bbcc25fb821b0a839c5f4ce09

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.5-1

2024-05-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.5-1 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/pcp][main] upgpkg: 6.2.2-1

2024-05-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / pcp


Commits:
59df4f53 by Massimiliano Torromeo at 2024-05-18T00:59:27+02:00
upgpkg: 6.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = pcp
-   pkgver = 6.2.1
+   pkgver = 6.2.2
pkgrel = 1
url = https://pcp.io
arch = x86_64
@@ -32,12 +32,12 @@ pkgbase = pcp
makedepends = perl-dbd-mysql
makedepends = python-psycopg2
makedepends = libvarlink
-   source = 
https://github.com/performancecopilot/pcp/archive/6.2.1/pcp-6.2.1.tar.gz
+   source = 
https://github.com/performancecopilot/pcp/archive/6.2.2/pcp-6.2.2.tar.gz
source = sysuser.conf
source = tmpfile.conf
source = check-lto.patch
source = setuptools.patch
-   sha256sums = 
189d6cb56e6b8e2eae5fab93c11d1a58cdc3ec8c8860b52aa8819c79a7fedc9e
+   sha256sums = 
6c3dca1025c280637521f6bc2d25951c54b5dfdd8b865781d553ffe784522f6f
sha256sums = 
3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4
sha256sums = 
0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2
sha256sums = 
228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgbase=pcp
 pkgname=(pcp pcp-gui pcp-pmda-activemq pcp-pmda-bcc pcp-pmda-bind2 
pcp-pmda-bpftrace pcp-pmda-libvirt
  pcp-pmda-mysql pcp-pmda-nginx pcp-pmda-nutcracker pcp-pmda-openmetrics
  pcp-pmda-podman pcp-pmda-postgresql pcp-pmda-snmp)
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 arch=('x86_64')
 url="https://pcp.io;
@@ -34,7 +34,7 @@ 
source=("https://github.com/performancecopilot/pcp/archive/$pkgver/$pkgname-$pkg
 "tmpfile.conf"
 "check-lto.patch"
 "setuptools.patch")
-sha256sums=('189d6cb56e6b8e2eae5fab93c11d1a58cdc3ec8c8860b52aa8819c79a7fedc9e'
+sha256sums=('6c3dca1025c280637521f6bc2d25951c54b5dfdd8b865781d553ffe784522f6f'
 '3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4'
 '0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2'
 '228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcp/-/commit/59df4f5354213a5b3ac30f8c23518c836702b0f1

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




[Git][archlinux/packaging/packages/pcp] Pushed new tag 6.2.2-1

2024-05-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 6.2.2-1 at Arch Linux / Packaging / 
Packages / pcp

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




[Git][archlinux/packaging/packages/code] Pushed new tag 1.89.1-1

2024-05-16 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.89.1-1 at Arch Linux / Packaging / 
Packages / code

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.89.1-1

2024-05-16 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
dd05b5de by Massimiliano Torromeo at 2024-05-16T11:38:53+02:00
upgpkg: 1.89.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.89.0
+   pkgver = 1.89.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.89.0
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.89.1
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
-   sha512sums = 
be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27
+   sha512sums = 
807fe2c9ff6cca92f115fb844ac5803e259baa81a97bacf6ddbc827566aa968edcebb5e67c87a75973d51fe5ed939fb8c40344eb92d48b2805a1db61226ca198
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron28
-pkgver=1.89.0
+pkgver=1.89.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@ 
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.sh'
 'product_json.diff'
 'clipath.patch')
-sha512sums=('be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27'
+sha512sums=('807fe2c9ff6cca92f115fb844ac5803e259baa81a97bacf6ddbc827566aa968edcebb5e67c87a75973d51fe5ed939fb8c40344eb92d48b2805a1db61226ca198'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/dd05b5de03d9d86d9772abb992ccde4e0d27cc46

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




[Git][archlinux/packaging/packages/earlyoom] Pushed new tag 1.8.2-1

2024-05-13 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.8.2-1 at Arch Linux / Packaging / 
Packages / earlyoom

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




[Git][archlinux/packaging/packages/earlyoom][main] upgpkg: 1.8.2-1

2024-05-13 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / earlyoom


Commits:
00c07810 by Massimiliano Torromeo at 2024-05-13T20:01:31+02:00
upgpkg: 1.8.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = earlyoom
pkgdesc = Early OOM Daemon for Linux
-   pkgver = 1.8.1
+   pkgver = 1.8.2
pkgrel = 1
url = https://github.com/rfjakob/earlyoom
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = earlyoom
depends = glibc
optdepends = systembus-notify: desktop notifications
backup = etc/default/earlyoom
-   source = 
https://github.com/rfjakob/earlyoom/archive/v1.8.1/earlyoom-1.8.1.tar.gz
-   sha256sums = 
d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032
+   source = 
https://github.com/rfjakob/earlyoom/archive/v1.8.2/earlyoom-1.8.2.tar.gz
+   sha256sums = 
13869413dc0d973e454854077be7a2049d350f77a97f6911b654e88dc4b20346
 
 pkgname = earlyoom


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=earlyoom
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('pandoc')
 optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d7d180353216c064a99619e20e3071ac838e6642221d197fd685e6a0cc8bb032')
+sha256sums=('13869413dc0d973e454854077be7a2049d350f77a97f6911b654e88dc4b20346')
 
 prepare() {
 cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/earlyoom/-/commit/00c0781087add30edb450cc6291373e4b982539d

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




[Git][archlinux/packaging/packages/code] Pushed new tag 1.89.0-1

2024-05-03 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.89.0-1 at Arch Linux / Packaging / 
Packages / code

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.89.0-1

2024-05-03 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
7e7fe7df by Massimiliano Torromeo at 2024-05-03T09:57:57+02:00
upgpkg: 1.89.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.88.1
+   pkgver = 1.89.0
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.1
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.89.0
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
-   sha512sums = 
b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941
+   sha512sums = 
be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron28
-pkgver=1.88.1
+pkgver=1.89.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@ 
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.sh'
 'product_json.diff'
 'clipath.patch')
-sha512sums=('b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941'
+sha512sums=('be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'



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

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




[Git][archlinux/packaging/packages/percona-server] Pushed new tag 8.3.0_1-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.3.0_1-1 at Arch Linux / Packaging / 
Packages / percona-server

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




[Git][archlinux/packaging/packages/nmon][main] upgpkg: 16q-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / nmon


Commits:
ea76a670 by Massimiliano Torromeo at 2024-04-29T17:37:44+02:00
upgpkg: 16q-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = nmon
+   pkgdesc = AIX & Linux Performance Monitoring tool
+   pkgver = 16q
+   pkgrel = 1
+   url = http://nmon.sourceforge.net
+   arch = x86_64
+   license = GPL
+   depends = ncurses
+   source = https://downloads.sourceforge.net/nmon/lmon16q.c
+   sha256sums = 
1b78a81672c19291b3d11a6e319dd9b23a022a262dba1efcea008d6df51aca51
+
+pkgname = nmon


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nmon
-pkgver=16p
+pkgver=16q
 pkgrel=1
 pkgdesc="AIX & Linux Performance Monitoring tool"
 arch=('x86_64')
@@ -9,7 +9,7 @@ url="http://nmon.sourceforge.net;
 license=('GPL')
 depends=('ncurses')
 source=("https://downloads.sourceforge.net/$pkgname/lmon$pkgver.c;)
-sha256sums=('5dc6045f6725e3249a969918fae69663a1d669162087720babcdb90fce9e6b2a')
+sha256sums=('1b78a81672c19291b3d11a6e319dd9b23a022a262dba1efcea008d6df51aca51')
 
 build() {
   cd "$srcdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nmon/-/commit/ea76a6703ed60aff1162c9bdd88dbf74f6bd025e

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




[Git][archlinux/packaging/packages/nmon] Pushed new tag 16q-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 16q-1 at Arch Linux / Packaging / Packages 
/ nmon

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




[Git][archlinux/packaging/packages/sysdig][main] upgpkg: 0.36.1-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
ffd9732d by Massimiliano Torromeo at 2024-04-29T17:35:02+02:00
upgpkg: 0.36.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sysdig
pkgdesc = Open source system-level exploration and troubleshooting tool
-   pkgver = 0.35.4
-   pkgrel = 2
+   pkgver = 0.36.1
+   pkgrel = 1
url = https://www.sysdig.com/
arch = x86_64
license = Apache-2.0
@@ -21,12 +21,12 @@ pkgbase = sysdig
makedepends = re2
makedepends = uthash
options = !lto
-   source = 
https://github.com/draios/sysdig/archive/0.35.4/sysdig-0.35.4.tar.gz
-   source = 
falcosecurity-libs-0.14.2.tar.gz::https://github.com/falcosecurity/libs/archive/0.14.2.tar.gz
+   source = 
https://github.com/draios/sysdig/archive/0.36.1/sysdig-0.36.1.tar.gz
+   source = 
falcosecurity-libs-0.15.1.tar.gz::https://github.com/falcosecurity/libs/archive/0.15.1.tar.gz
source = bashcomp-location.patch
source = falcosecurity-libs-nodownload.patch
-   sha256sums = 
d07e2fee1ef10fc3fc514cd66dd3f9eba88eb929f2209abf915e743c56526c28
-   sha256sums = 
b4ae7bbf3ad031deee4a808145f9fd64b71c537406cc5a92f512823b2e52cdd5
+   sha256sums = 
e0737ce660637d72859822b5bec835d8e0e3337620a366d0e9c5dc5a1300feb4
+   sha256sums = 
8c2596fec3c25e9718a8b357b0504450cd26efbe653b79afcd66a8405f0dc08c
sha256sums = 
3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386
sha256sums = 
3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa
 


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
-pkgver=0.35.4
-pkgrel=2
+pkgver=0.36.1
+pkgrel=1
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
-_falcover=0.14.2
+_falcover=0.15.1
 
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
@@ -21,8 +21,8 @@ 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgbase-$pkgver.tar.g
 
"falcosecurity-libs-$_falcover.tar.gz::https://github.com/falcosecurity/libs/archive/$_falcover.tar.gz;
 "bashcomp-location.patch"
 "falcosecurity-libs-nodownload.patch")
-sha256sums=('d07e2fee1ef10fc3fc514cd66dd3f9eba88eb929f2209abf915e743c56526c28'
-'b4ae7bbf3ad031deee4a808145f9fd64b71c537406cc5a92f512823b2e52cdd5'
+sha256sums=('e0737ce660637d72859822b5bec835d8e0e3337620a366d0e9c5dc5a1300feb4'
+'8c2596fec3c25e9718a8b357b0504450cd26efbe653b79afcd66a8405f0dc08c'
 '3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386'
 '3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysdig/-/commit/ffd9732d73f77b300e8edc5645f9d0532c9e3d4d

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.36.1-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.36.1-1 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/pcp] Pushed new tag 6.2.1-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 6.2.1-1 at Arch Linux / Packaging / 
Packages / pcp

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




[Git][archlinux/packaging/packages/pcp][main] upgpkg: 6.2.1-1

2024-04-29 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / pcp


Commits:
a386bd74 by Massimiliano Torromeo at 2024-04-29T17:22:21+02:00
upgpkg: 6.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcp
-   pkgver = 6.2.0
-   pkgrel = 3
+   pkgver = 6.2.1
+   pkgrel = 1
url = https://pcp.io
arch = x86_64
license = GPL-2.0-or-later
@@ -32,12 +32,12 @@ pkgbase = pcp
makedepends = perl-dbd-mysql
makedepends = python-psycopg2
makedepends = libvarlink
-   source = 
https://github.com/performancecopilot/pcp/archive/6.2.0/pcp-6.2.0.tar.gz
+   source = 
https://github.com/performancecopilot/pcp/archive/6.2.1/pcp-6.2.1.tar.gz
source = sysuser.conf
source = tmpfile.conf
source = check-lto.patch
source = setuptools.patch
-   sha256sums = 
9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032
+   sha256sums = 
189d6cb56e6b8e2eae5fab93c11d1a58cdc3ec8c8860b52aa8819c79a7fedc9e
sha256sums = 
3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4
sha256sums = 
0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2
sha256sums = 
228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9


=
PKGBUILD
=
@@ -5,8 +5,8 @@ pkgbase=pcp
 pkgname=(pcp pcp-gui pcp-pmda-activemq pcp-pmda-bcc pcp-pmda-bind2 
pcp-pmda-bpftrace pcp-pmda-libvirt
  pcp-pmda-mysql pcp-pmda-nginx pcp-pmda-nutcracker pcp-pmda-openmetrics
  pcp-pmda-podman pcp-pmda-postgresql pcp-pmda-snmp)
-pkgver=6.2.0
-pkgrel=3
+pkgver=6.2.1
+pkgrel=1
 arch=('x86_64')
 url="https://pcp.io;
 license=(GPL-2.0-or-later LGPL-2.1-or-later CC-BY-3.0)
@@ -34,7 +34,7 @@ 
source=("https://github.com/performancecopilot/pcp/archive/$pkgver/$pkgname-$pkg
 "tmpfile.conf"
 "check-lto.patch"
 "setuptools.patch")
-sha256sums=('9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032'
+sha256sums=('189d6cb56e6b8e2eae5fab93c11d1a58cdc3ec8c8860b52aa8819c79a7fedc9e'
 '3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4'
 '0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2'
 '228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcp/-/commit/a386bd7450060e92c4ff3ee864f9be34d9993601

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.053.00-2

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.053.00-2 at Arch Linux / Packaging / 
Packages / r8168-lts

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.053.00-2: python 3.12 rebuild

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168-lts


Commits:
8325875f by Massimiliano Torromeo at 2024-04-21T15:13:35+02:00
upgpkg: 8.053.00-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
pkgver = 8.053.00
-   pkgrel = 1
+   pkgrel = 2
url = http://www.realtek.com.tw
arch = x86_64
-   license = GPL
+   license = GPL-2.0-only
makedepends = linux-lts-headers
source = 
https://github.com/mtorromeo/r8168/archive/8.053.00/r8168-8.053.00.tar.gz
source = 
https://github.com/mtorromeo/r8168/releases/download/8.053.00/r8168-8.053.00.tar.gz.asc


=
PKGBUILD
=
@@ -2,10 +2,10 @@
 
 pkgname=r8168-lts
 pkgver=8.053.00
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
-license=("GPL")
+license=("GPL-2.0-only")
 arch=('x86_64')
 makedepends=('linux-lts-headers')
 source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/8325875f9dd695fac75f2ac789f0224d26105d5b

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




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.053.00-2

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.053.00-2 at Arch Linux / Packaging / 
Packages / r8168

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




[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.053.00-2: python 3.12 rebuild

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168


Commits:
eb41a8d0 by Massimiliano Torromeo at 2024-04-21T15:11:12+02:00
upgpkg: 8.053.00-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
pkgver = 8.053.00
-   pkgrel = 1
+   pkgrel = 2
url = http://www.realtek.com.tw
arch = x86_64
-   license = GPL
+   license = GPL-2.0-only
makedepends = linux-headers
source = 
https://github.com/mtorromeo/r8168/archive/8.053.00/r8168-8.053.00.tar.gz
source = 
https://github.com/mtorromeo/r8168/releases/download/8.053.00/r8168-8.053.00.tar.gz.asc


=
PKGBUILD
=
@@ -4,10 +4,10 @@
 
 pkgname=r8168
 pkgver=8.053.00
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
-license=("GPL")
+license=("GPL-2.0-only")
 arch=('x86_64')
 makedepends=('linux-headers')
 source=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/eb41a8d0af5f42f7b3e3339d15a38fb45852669f

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




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.053.00-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.053.00-1 at Arch Linux / Packaging / 
Packages / r8168

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




[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.053.00-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168


Commits:
f16cff7a by Massimiliano Torromeo at 2024-04-21T15:07:21+02:00
upgpkg: 8.053.00-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − linux68.patch


Changes:

=
.SRCINFO
=
@@ -1,18 +1,16 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
-   pkgver = 8.052.01
-   pkgrel = 44
+   pkgver = 8.053.00
+   pkgrel = 1
url = http://www.realtek.com.tw
arch = x86_64
license = GPL
makedepends = linux-headers
-   source = 
https://github.com/mtorromeo/r8168/archive/8.052.01/r8168-8.052.01.tar.gz
-   source = 
https://github.com/mtorromeo/r8168/releases/download/8.052.01/r8168-8.052.01.tar.gz.asc
-   source = linux68.patch
+   source = 
https://github.com/mtorromeo/r8168/archive/8.053.00/r8168-8.053.00.tar.gz
+   source = 
https://github.com/mtorromeo/r8168/releases/download/8.053.00/r8168-8.053.00.tar.gz.asc
validpgpkeys = 0CADAACF70F64C654E131B3111675C743429DDEF
-   sha256sums = 
cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999
+   sha256sums = 
7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857
sha256sums = SKIP
-   sha256sums = 
b9d05c6ed52a2414fe69a66cbf7d0ae5afd6fe6f4cbe1a31f510e7533e38ab97
 
 pkgname = r8168
depends = glibc


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Filip , Det < nimetonmaili(at)gmail >
 
 pkgname=r8168
-pkgver=8.052.01
-pkgrel=44
+pkgver=8.053.00
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")
@@ -13,18 +13,11 @@ makedepends=('linux-headers')
 source=(

https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz

https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
-   linux68.patch
 )
-sha256sums=('cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999'
-'SKIP'
-'b9d05c6ed52a2414fe69a66cbf7d0ae5afd6fe6f4cbe1a31f510e7533e38ab97')
+sha256sums=('7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857'
+'SKIP')
 validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
 
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -Np1 -i ../linux68.patch
-}
-
 build() {
cd "$pkgname-$pkgver"
# avoid using the Makefile directly -- it doesn't understand


=
linux68.patch deleted
=
@@ -1,12 +0,0 @@
-diff -Nurp r8168-8.052.01/src/r8168_n.c r8168-8.052.01-linux68/src/r8168_n.c
 r8168-8.052.01/src/r8168_n.c   2023-10-01 08:56:57.0 +
-+++ r8168-8.052.01-linux68/src/r8168_n.c   2024-03-11 03:44:54.597660452 
+
-@@ -6293,7 +6293,7 @@ rtl8168_get_drvinfo(struct net_device *d
- info->eedump_len = tp->eeprom_len;
- BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
- if (rtl_fw)
--strlcpy(info->fw_version, rtl_fw->version,
-+strscpy(info->fw_version, rtl_fw->version,
- sizeof(info->fw_version));
- }
- 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/f16cff7a5cd6a0e5ae3c1636ea9a0cf867b63f28

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.053.00-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168-lts


Commits:
2b562173 by Massimiliano Torromeo at 2024-04-21T15:06:37+02:00
upgpkg: 8.053.00-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
-   pkgver = 8.052.01
-   pkgrel = 41
+   pkgver = 8.053.00
+   pkgrel = 1
url = http://www.realtek.com.tw
arch = x86_64
license = GPL
makedepends = linux-lts-headers
-   source = 
https://github.com/mtorromeo/r8168/archive/8.052.01/r8168-8.052.01.tar.gz
-   source = 
https://github.com/mtorromeo/r8168/releases/download/8.052.01/r8168-8.052.01.tar.gz.asc
+   source = 
https://github.com/mtorromeo/r8168/archive/8.053.00/r8168-8.053.00.tar.gz
+   source = 
https://github.com/mtorromeo/r8168/releases/download/8.053.00/r8168-8.053.00.tar.gz.asc
validpgpkeys = 0CADAACF70F64C654E131B3111675C743429DDEF
-   sha256sums = 
cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999
+   sha256sums = 
7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857
sha256sums = SKIP
 
 pkgname = r8168-lts


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=r8168-lts
-pkgver=8.052.01
-pkgrel=41
+pkgver=8.053.00
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
@@ -10,7 +10,7 @@ arch=('x86_64')
 makedepends=('linux-lts-headers')
 source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
 
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
-sha256sums=('cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999'
+sha256sums=('7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857'
 'SKIP')
 validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/2b5621737e65b98a94f9a33a1cf434b452bdba27

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.053.00-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.053.00-1 at Arch Linux / Packaging / 
Packages / r8168-lts

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




[Git][archlinux/packaging/packages/snapper][main] upgpkg: 0.11.0-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / snapper


Commits:
838a0a8c by Massimiliano Torromeo at 2024-04-21T10:54:44+02:00
upgpkg: 0.11.0-1

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- conf-d.patch
- cron-rename.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = snapper
pkgdesc = A tool for managing BTRFS and LVM snapshots. It can create, 
diff and restore snapshots and provides timelined auto-snapping.
-   pkgver = 0.10.7
+   pkgver = 0.11.0
pkgrel = 1
url = http://snapper.io
arch = x86_64
@@ -20,14 +20,14 @@ pkgbase = snapper
depends = json-c
optdepends = pam: pam_snapper
backup = etc/conf.d/snapper
-   source = 
https://github.com/openSUSE/snapper/archive/v0.10.7/snapper-0.10.7.tar.gz
+   source = 
https://github.com/openSUSE/snapper/archive/v0.11.0/snapper-0.11.0.tar.gz
source = conf-d.patch
source = cron-rename.patch
source = drift-file-path.patch
source = usr-paths.patch
-   sha256sums = 
fe451fb6c03e75232319c447e614501417a21bee82abb1fc732660ae707213d2
-   sha256sums = 
267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106
-   sha256sums = 
0e76f2aef9ac05d719e25c2d60e7eba4b533778a57fe98fd047f256c6845f65f
+   sha256sums = 
6cd28b18e8e2f22c477951aa28fe3eb8ff0f9c31a630ada1b9e68ee3606c57c5
+   sha256sums = 
527fc127eb0569eea9dcb33e0b1f54302bfcb3a88f0101ae32837771bc61
+   sha256sums = 
a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35
sha256sums = 
093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6
sha256sums = 
710da7638a1c123a6985398a15cd7c03432fc3b2d781e2d7a20a1a52669eed95
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tom Kuther 
 
 pkgname=snapper
-pkgver=0.10.7
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('x86_64')
@@ -17,9 +17,9 @@ 
source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.t
 "cron-rename.patch"
 "drift-file-path.patch"
 "usr-paths.patch")
-sha256sums=('fe451fb6c03e75232319c447e614501417a21bee82abb1fc732660ae707213d2'
-'267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
-'0e76f2aef9ac05d719e25c2d60e7eba4b533778a57fe98fd047f256c6845f65f'
+sha256sums=('6cd28b18e8e2f22c477951aa28fe3eb8ff0f9c31a630ada1b9e68ee3606c57c5'
+'527fc127eb0569eea9dcb33e0b1f54302bfcb3a88f0101ae32837771bc61'
+'a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35'
 '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'
 '710da7638a1c123a6985398a15cd7c03432fc3b2d781e2d7a20a1a52669eed95')
 


=
conf-d.patch
=
@@ -1,36 +1,5 @@
-diff --git a/scripts/pam_snapper_userdel.sh b/scripts/pam_snapper_userdel.sh
-index 30be9be..1ffa63e 100755
 a/scripts/pam_snapper_userdel.sh
-+++ b/scripts/pam_snapper_userdel.sh
-@@ -40,7 +40,7 @@ fi
- if [ ${DRYRUN} == 0 ] ; then
-   # Delete the snapper configuration
-   # This deletes $SNAPPERCFGDIR/home_${MYUSER}
--  # removes "home_${MYUSER}" from /etc/sysconfig/snapper
-+  # removes "home_${MYUSER}" from /etc/conf.d/snapper
-   # and deletes all snapshots
-   ${CMD_SNAPPER} -c home_${MYUSER} delete-config
-   # Delete the USER's home subvolume
-diff --git a/scripts/snapper-daily b/scripts/snapper-daily
-index 27e7a10..2ee7fff 100755
 a/scripts/snapper-daily
-+++ b/scripts/snapper-daily
-@@ -9,10 +9,10 @@ export PATH
- 
- 
- #
--# get information from /etc/sysconfig/snapper
-+# get information from /etc/conf.d/snapper
- #
--if [ -f /etc/sysconfig/snapper ] ; then
--. /etc/sysconfig/snapper
-+if [ -f /etc/conf.d/snapper ] ; then
-+. /etc/conf.d/snapper
- fi
- 
- 
 diff --git a/scripts/snapper-hourly b/scripts/snapper-hourly
-index bc6cd4d..1ef49ff 100755
+index 36a41f5..f36d8ec 100755
 --- a/scripts/snapper-hourly
 +++ b/scripts/snapper-hourly
 @@ -9,10 +9,10 @@ export PATH


=
cron-rename.patch
=
@@ -1,14 +1,12 @@
 diff --git a/scripts/Makefile.am b/scripts/Makefile.am
-index 506f74a..407382c 100644
+index 1f8176c..b5df671 100644
 --- a/scripts/Makefile.am
 +++ b/scripts/Makefile.am
-@@ -17,7 +17,7 @@ endif
- EXTRA_DIST = snapper-hourly snapper-daily bash-completion.bash 
$(pam_snapper_SCRIPTS)
+@@ -17,6 +17,6 @@ endif
+ EXTRA_DIST = snapper-hourly bash-completion.bash zsh-completion.zsh 
$(pam_snapper_SCRIPTS)
  
  install-data-local:
 -  install -D snapper-hou

[Git][archlinux/packaging/packages/snapper] Pushed new tag 0.11.0-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.11.0-1 at Arch Linux / Packaging / 
Packages / snapper

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




[Git][archlinux/packaging/packages/earlyoom] Pushed new tag 1.8-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.8-1 at Arch Linux / Packaging / Packages 
/ earlyoom

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




[Git][archlinux/packaging/packages/earlyoom][main] upgpkg: 1.8-1

2024-04-21 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / earlyoom


Commits:
4be949ba by Massimiliano Torromeo at 2024-04-21T10:42:07+02:00
upgpkg: 1.8-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = earlyoom
+   pkgdesc = Early OOM Daemon for Linux
+   pkgver = 1.8
+   pkgrel = 1
+   url = https://github.com/rfjakob/earlyoom
+   arch = x86_64
+   license = MIT
+   makedepends = pandoc
+   depends = glibc
+   optdepends = systembus-notify: desktop notifications
+   backup = etc/default/earlyoom
+   source = 
https://github.com/rfjakob/earlyoom/archive/v1.8/earlyoom-1.8.tar.gz
+   sha256sums = 
bbb050a2294e60dafc0b129fcec705ef95d9d27f4c9dae1d3b4f25e4f698ae41
+
+pkgname = earlyoom


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=earlyoom
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('pandoc')
 optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('ebda1279a813d9b0f7860ce5029ccf5ea9f8868be070f2eaf40f90f2e64b6414')
+sha256sums=('bbb050a2294e60dafc0b129fcec705ef95d9d27f4c9dae1d3b4f25e4f698ae41')
 
 prepare() {
 cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/earlyoom/-/commit/4be949bad14b0e832f2652fd5d204a5a2ed9c635

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




[Git][archlinux/packaging/packages/nginx-mod-njs] Pushed new tag 0.8.4-1

2024-04-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.8.4-1 at Arch Linux / Packaging / 
Packages / nginx-mod-njs

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




[Git][archlinux/packaging/packages/nginx-mod-njs][main] upgpkg: 0.8.4-1

2024-04-17 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / nginx-mod-njs


Commits:
b4a90dbf by Massimiliano Torromeo at 2024-04-18T00:44:10+02:00
upgpkg: 0.8.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nginx-mod-njs
pkgdesc = nginScript module for nginx
-   pkgver = 0.8.3
+   pkgver = 0.8.4
pkgrel = 1
url = https://nginx.org/en/docs/njs_about.html
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = nginx-mod-njs
makedepends = nginx-src
depends = nginx
depends = libxslt
-   source = njs-0.8.3.tar.gz::https://hg.nginx.org/njs/archive/0.8.3.tar.gz
-   sha256sums = 
b7afc0e67cf1be8f9ea4b1e6133026e7fb6b8953fafc947d0778ca48a0aa1e64
+   source = njs-0.8.4.tar.gz::https://hg.nginx.org/njs/archive/0.8.4.tar.gz
+   sha256sums = 
8191bff8491af9169a92e30e383ef8614717b0c6d40913d83b95051031e92321
 
 pkgname = nginx-mod-njs


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
@@ -14,7 +14,7 @@ url="https://nginx.org/en/docs/njs_about.html;
 license=('CUSTOM')
 
 source=(njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz)
-sha256sums=('b7afc0e67cf1be8f9ea4b1e6133026e7fb6b8953fafc947d0778ca48a0aa1e64')
+sha256sums=('8191bff8491af9169a92e30e383ef8614717b0c6d40913d83b95051031e92321')
 
 prepare() {
   mkdir -p build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-njs/-/commit/b4a90dbf469ad9a4c538fde1f7176ad0e41efb4e

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




[Git][archlinux/packaging/packages/code] Pushed new tag 1.88.1-1

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.88.1-1 at Arch Linux / Packaging / 
Packages / code

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.88.1-1

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
c187fb0f by Massimiliano Torromeo at 2024-04-15T18:30:48+02:00
upgpkg: 1.88.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.88.0
+   pkgver = 1.88.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = code
makedepends = yarn
makedepends = nodejs-lts-hydrogen
makedepends = desktop-file-utils
+   makedepends = zip
depends = electron28
depends = libsecret
depends = libx11
@@ -21,12 +22,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.0
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.1
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
-   sha512sums = 
0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3
+   sha512sums = 
b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron28
-pkgver=1.88.0
+pkgver=1.88.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@ 
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.sh'
 'product_json.diff'
 'clipath.patch')
-sha512sums=('0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3'
+sha512sums=('b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/c187fb0f2fa0929ec36f651f3871df1dcac4536e

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




[Git][archlinux/packaging/packages/code][main] 2 commits: Avoid downloading electron and browsers, add riscv cases

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
fbc046c2 by Levi Zim at 2024-04-15T03:58:30+02:00
Avoid downloading electron and browsers, add riscv cases

- - - - -
986f2030 by Levi Zim at 2024-04-15T14:29:42+02:00
Use custom cachedir and overwrite electron checksum file

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 
'ripgrep')
 optdepends=('bash-completion: Bash completions'
 'zsh-completions: ZSH completitons'
 'x11-ssh-askpass: SSH authentication')
-makedepends=('gulp' 'git' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 
'desktop-file-utils')
+makedepends=('gulp' 'git' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 
'desktop-file-utils' 'zip')
 provides=('vscode')
 source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.js'
@@ -34,16 +34,24 @@ 
sha512sums=('0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22
 case "$CARCH" in
   i686)
 _vscode_arch=ia32
+_electron_arch=ia32
 ;;
   x86_64)
 _vscode_arch=x64
+_electron_arch=x64
 ;;
   armv7h)
 _vscode_arch=arm
+_electron_arch=armv7l
+;;
+  riscv64)
+_vscode_arch=riscv64
+_electron_arch=riscv64
 ;;
   *)
 # Needed for mksrcinfo
 _vscode_arch=DUMMY
+_electron_arch=DUMMY
 ;;
 esac
 
@@ -99,12 +107,21 @@ prepare() {
 
   patch -p1 -i "$srcdir/clipath.patch"
 
-  # electron checksum
-  echo -e "\n4bf72ce27cb3098024395462c40ebe88c8a105d1db36861c443a0495703fa4ab 
*electron-v28.2.10-linux-x64.zip" >> build/checksums/electron.txt
+  # The build process wants a zipped electron, let's construct one from system 
electron and put it in cache.
+  local _electron_ver=$(https://github.com/electron/electron/releases/download/v$_electron_ver; | 
sha256sum | cut -d ' ' -f 1)
+  export XDG_CACHE_HOME="$srcdir" # Don't let our manually created electron 
zip appear in users' cache dir
+  local _cache_dir="$XDG_CACHE_HOME/electron/$_hash"
+  mkdir -p "$_cache_dir"
+  local _electron_zip="electron-v$_electron_ver-linux-$_electron_arch.zip"
+  cd "/usr/lib/$_electron" && zip -r "$_cache_dir/$_electron_zip" . && cd -
+  echo "$(sha256sum "$_cache_dir/$_electron_zip" | cut -d " " -f 1) 
*$_electron_zip" > build/checksums/electron.txt
 }
 
 build() {
   cd vscode
+  export ELECTRON_SKIP_BINARY_DOWNLOAD=1 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
+  export XDG_CACHE_HOME="$srcdir"
   yarn install --arch=$_vscode_arch
   gulp --max_old_space_size=8192 \
--openssl-legacy-provider \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/compare/c3b900e841519e7595bf6564965d396818b5c8eb...986f2030e66ebdc5a16b353179150284de5dc6a7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/compare/c3b900e841519e7595bf6564965d396818b5c8eb...986f2030e66ebdc5a16b353179150284de5dc6a7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.62.1-4

2024-04-12 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.62.1-4 at Arch Linux / Packaging / 
Packages / grpc

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 315-2

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 315-2 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 315-2: python 3.12 rebuild

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
d922060b by Massimiliano Torromeo at 2024-04-10T22:50:13+02:00
upgpkg: 315-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
pkgver = 315
-   pkgrel = 1
+   pkgrel = 2
url = https://cockpit-project.org/
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
 pkgver=315
-pkgrel=1
+pkgrel=2
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/d922060b96c2a07c2424438563c998aa65aecbdd

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 315-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
3a104862 by Massimiliano Torromeo at 2024-04-10T22:49:03+02:00
upgpkg: 315-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 314
-   pkgrel = 2
+   pkgver = 315
+   pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/314/cockpit-314.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/315/cockpit-315.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a
+   sha256sums = 
c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=314
-pkgrel=2
+pkgver=315
+pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a'
+sha256sums=('c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



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

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 315-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 315-1 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 311-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 311-1 at Arch Linux / Packaging / Packages 
/ cockpit-machines

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




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 311-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-machines


Commits:
4be2a2bf by Massimiliano Torromeo at 2024-04-10T22:48:31+02:00
upgpkg: 311-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 310
+   pkgver = 311
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/310/cockpit-machines-310.tar.xz
-   sha256sums = 
30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/311/cockpit-machines-311.tar.xz
+   sha256sums = 
4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=310
+pkgver=311
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6')
+sha256sums=('4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/4be2a2bfed0124f4263928381dd0633d8c0b59ca

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




[Git][archlinux/packaging/packages/geoipupdate][main] upgpkg: 7.0.1-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / geoipupdate


Commits:
4a670d27 by Massimiliano Torromeo at 2024-04-10T22:44:36+02:00
upgpkg: 7.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = geoipupdate
pkgdesc = Update GeoIP2 and GeoIP Legacy binary databases from MaxMind
-   pkgver = 6.1.0
+   pkgver = 7.0.1
pkgrel = 1
url = https://dev.maxmind.com/geoip/geoipupdate
arch = x86_64
-   license = Apache
+   license = Apache-2.0
license = MIT
makedepends = go
makedepends = pandoc
@@ -12,10 +12,10 @@ pkgbase = geoipupdate
provides = geoip2-database
replaces = geoip2-database
backup = etc/GeoIP.conf
-   source = 
https://github.com/maxmind/geoipupdate/archive/v6.1.0/geoipupdate-6.1.0.tar.gz
+   source = 
https://github.com/maxmind/geoipupdate/archive/v7.0.1/geoipupdate-7.0.1.tar.gz
source = geoipupdate.service
source = geoipupdate.timer
-   sha256sums = 
71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6
+   sha256sums = 
59c80ab737f128fc05e4ecdec4d84652182851dc8c8bea892022e3fc12db9101
sha256sums = 
ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307
sha256sums = 
ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3
 


=
PKGBUILD
=
@@ -1,10 +1,10 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=geoipupdate
-pkgver=6.1.0
+pkgver=7.0.1
 pkgrel=1
 pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
-license=('Apache' 'MIT')
+license=('Apache-2.0' 'MIT')
 arch=('x86_64')
 url="https://dev.maxmind.com/geoip/geoipupdate;
 depends=(glibc)
@@ -19,7 +19,7 @@ source=(
 "geoipupdate.timer"
 )
 
-sha256sums=('71a5b3125bb7d5f1b78382ec37a0d3e966caea3215689531a32cddc7e4437ca6'
+sha256sums=('59c80ab737f128fc05e4ecdec4d84652182851dc8c8bea892022e3fc12db9101'
 'ab2899197ea4c889b6da6e2b71bd7e50bc5aca976414aa79526d0008184e0307'
 'ba9039ae9cc3dea4fe48480527b515cab2ad3a2f69aea5bf55f551e6895779e3')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geoipupdate/-/commit/4a670d27bdfa7b19d58c1dea4ad1f6069e6f7aef

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




[Git][archlinux/packaging/packages/geoipupdate] Pushed new tag 7.0.1-1

2024-04-10 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 7.0.1-1 at Arch Linux / Packaging / 
Packages / geoipupdate

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




[Git][archlinux/packaging/packages/pcp][main] upgpkg: 6.2.0-3: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / pcp


Commits:
53cdba5e by Massimiliano Torromeo at 2024-04-09T21:58:44+02:00
upgpkg: 6.2.0-3: python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + setuptools.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcp
pkgver = 6.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://pcp.io
arch = x86_64
license = GPL-2.0-or-later
@@ -13,6 +13,7 @@ pkgbase = pcp
makedepends = rsync
makedepends = llvm
makedepends = debugedit
+   makedepends = python-setuptools
makedepends = qt5-svg
makedepends = python-openpyxl
makedepends = python-jsonpointer
@@ -35,10 +36,12 @@ pkgbase = pcp
source = sysuser.conf
source = tmpfile.conf
source = check-lto.patch
+   source = setuptools.patch
sha256sums = 
9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032
sha256sums = 
3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4
sha256sums = 
0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2
sha256sums = 
228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9
+   sha256sums = 
b76db42b08c1cc5e2a61cc0b3371aee2508667ac544eeba40dfcc2b895f9587d
 
 pkgname = pcp
pkgdesc = System performance analysis toolkit


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgname=(pcp pcp-gui pcp-pmda-activemq pcp-pmda-bcc 
pcp-pmda-bind2 pcp-pmda-bpft
  pcp-pmda-mysql pcp-pmda-nginx pcp-pmda-nutcracker pcp-pmda-openmetrics
  pcp-pmda-podman pcp-pmda-postgresql pcp-pmda-snmp)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://pcp.io;
 license=(GPL-2.0-or-later LGPL-2.1-or-later CC-BY-3.0)
 makedepends=('avahi' 'procps-ng' 'which' 'libuv'
- 'rsync' 'llvm' 'debugedit'
+ 'rsync' 'llvm' 'debugedit' 'python-setuptools'
  'qt5-svg' # gui
  'python-openpyxl' # pcp2xlsx
  'python-jsonpointer' 'python-six' # json
@@ -32,15 +32,18 @@ makedepends=('avahi' 'procps-ng' 'which' 'libuv'
 
source=("https://github.com/performancecopilot/pcp/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "sysuser.conf"
 "tmpfile.conf"
-"check-lto.patch")
+"check-lto.patch"
+"setuptools.patch")
 sha256sums=('9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032'
 '3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4'
 '0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2'
-'228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9')
+'228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9'
+'b76db42b08c1cc5e2a61cc0b3371aee2508667ac544eeba40dfcc2b895f9587d')
 
 prepare() {
   cd "$pkgbase-$pkgver"
   patch -p1 -i "$srcdir/check-lto.patch"
+  patch -p1 -i "$srcdir/setuptools.patch"
 }
 
 build() {


=
setuptools.patch
=
@@ -0,0 +1,22 @@
+diff --git a/src/python/distutils-setup.py b/src/python/distutils-setup.py
+index 01ed6b58d..469b35956 100644
+--- a/src/python/distutils-setup.py
 b/src/python/distutils-setup.py
+@@ -10,7 +10,7 @@
+ # under the terms of the GNU General Public License as published by the
+ # Free Software Foundation; either version 2 of the License, or (at your
+ # option) any later version.
+-# 
++#
+ # This program is distributed in the hope that it will be useful, but
+ # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+@@ -18,7 +18,7 @@
+ #
+ 
+ # Old way, only used by platforms without setuptools module
+-from distutils.core import setup, Extension
++from setuptools.core import setup, Extension
+ 
+ setup(name = 'pcp',
+ version = '5.0',



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcp/-/commit/53cdba5e71965340e05bf68c67f41f1716d8b72b

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




[Git][archlinux/packaging/packages/pcp] Pushed new tag 6.2.0-3

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 6.2.0-3 at Arch Linux / Packaging / 
Packages / pcp

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




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-4: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
a93898e0 by Massimiliano Torromeo at 2024-04-09T21:42:34+02:00
upgpkg: 2.9.4-4: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.4
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later
@@ -18,6 +18,7 @@ pkgbase = sssd
makedepends = tevent
makedepends = ldb
makedepends = bc
+   makedepends = python-setuptools
depends = bind
depends = c-ares
depends = cyrus-sasl-gssapi
@@ -38,10 +39,12 @@ pkgbase = sssd
source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz.asc
source = 
https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch
source = 
https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch
+   source = 
https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch
validpgpkeys = C13CD07FFB2DB1408E457A3CD3D21B2910CF6759
sha512sums = 
9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2
sha512sums = SKIP
sha512sums = 
4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2
sha512sums = 
bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa
+   sha512sums = 
8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73
 
 pkgname = sssd


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;
@@ -33,6 +33,7 @@ makedepends=(
   'tevent'
   'ldb'
   'bc'
+  'python-setuptools'
 )
 checkdepends=(
   'check'
@@ -45,11 +46,14 @@ options=('!lto')
 backup=('etc/logrotate.d/sssd')
 
source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
 
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;
-
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;)
+
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;
 # samba 4.20
+
"https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch;
 # setuptools
+   )
 
sha512sums=('9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2'
 'SKIP'
 
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2'
-
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa')
+
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa'
+
'8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73')
 validpgpkeys=('C13CD07FFB2DB1408E457A3CD3D21B2910CF6759')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/a93898e01076c924e84a34a28e0a4f294cdf400b

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-4

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.4-4 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/rmlint] Pushed new tag 2.10.2-2

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.10.2-2 at Arch Linux / Packaging / 
Packages / rmlint

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




[Git][archlinux/packaging/packages/rmlint][main] upgpkg: 2.10.2-2: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / rmlint


Commits:
23e8a2ef by Massimiliano Torromeo at 2024-04-09T21:29:22+02:00
upgpkg: 2.10.2-2: python 3.12 rebuild

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- + setuptools.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,44 @@
+pkgbase = rmlint
+   pkgver = 2.10.2
+   pkgrel = 2
+   url = https://github.com/sahib/rmlint
+   arch = x86_64
+   license = GPL3
+   makedepends = scons
+   makedepends = python-sphinx
+   makedepends = gettext
+   makedepends = sqlite
+   makedepends = util-linux-libs
+   makedepends = binutils
+   makedepends = json-glib
+   makedepends = libelf
+   makedepends = python-gobject
+   makedepends = python-cairo
+   makedepends = dconf
+   makedepends = gtksourceview3
+   makedepends = librsvg
+   makedepends = desktop-file-utils
+   makedepends = python-requests
+   makedepends = python-setuptools
+   source = 
https://github.com/sahib/rmlint/archive/v2.10.2/rmlint-2.10.2.tar.gz
+   source = setuptools.patch
+   sha256sums = 
0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388
+   sha256sums = 
a9056ff1ae15272ad43af13a030d38be658c860026e8f5774f9e5481e880c902
+
+pkgname = rmlint
+   pkgdesc = Tool to remove duplicates and other lint, being much faster 
than fdupes
+   depends = sqlite
+   depends = util-linux-libs
+   depends = binutils
+   depends = json-glib
+   depends = libelf
+
+pkgname = rmlint-shredder
+   pkgdesc = Graphical user interface for rmlint
+   depends = rmlint
+   depends = python-gobject
+   depends = python-cairo
+   depends = dconf
+   depends = librsvg
+   depends = gtksourceview3
+   depends = xdg-utils


=
PKGBUILD
=
@@ -5,15 +5,23 @@
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
 pkgver=2.10.2
-pkgrel=1
+pkgrel=2
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
 arch=('x86_64')
 makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'util-linux-libs'
  'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388')
+ 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests'
+ 'python-setuptools')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
+"setuptools.patch")
+sha256sums=('0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388'
+'a9056ff1ae15272ad43af13a030d38be658c860026e8f5774f9e5481e880c902')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+patch -p1 -i ../setuptools.patch
+}
 
 build() {
 cd "$srcdir"/$pkgbase-$pkgver


=
setuptools.patch
=
@@ -0,0 +1,15 @@
+diff --git a/gui/setup.py b/gui/setup.py
+index 4c078be2..821f1f85 100644
+--- a/gui/setup.py
 b/gui/setup.py
+@@ -2,8 +2,8 @@
+ # encoding: utf-8
+ #!/usr/bin/env python
+ 
+-from distutils.core import setup
+-from distutils.command.install import install
++from setuptools import setup
++from setuptools.command.install import install
+ 
+ import os
+ import sys



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rmlint/-/commit/23e8a2ef1010006259598b513633d01b2c3ca5c4

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 314-2: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
bb394c0c by Massimiliano Torromeo at 2024-04-09T20:26:41+02:00
upgpkg: 314-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
pkgver = 314
-   pkgrel = 1
+   pkgrel = 2
url = https://cockpit-project.org/
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
 pkgver=314
-pkgrel=1
+pkgrel=2
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/bb394c0cb8d5d2e5e2f20dd9af94177db328053c

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 314-2

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 314-2 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/python-ujson][main] Remove python-six from checkdepends

2024-04-06 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / python-ujson


Commits:
32f17d51 by loqs at 2024-04-06T12:52:02+01:00
Remove python-six from checkdepends

https://github.com/ultrajson/ultrajson/commit/ff8e64caa1973f643bea3ef25f9a6aee92dadf5b

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,7 +11,7 @@ arch=('x86_64')
 license=('BSD')
 depends=('python')
 makedepends=(python-setuptools-scm python-wheel python-build python-installer)
-checkdepends=('python-six' 'python-pytest')
+checkdepends=('python-pytest')
 
source=(https://github.com/ultrajson/ultrajson/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 
sha512sums=('191d717dbb7dfb6f4d83cfd29c15d9e69d48f44c9587c4a0aed73a5c1294ba78f7aad1d1ef894b381722d1f193f4c96870e58361e67e661aec7490465b78aa98')
 
b2sums=('ff25ecb8c823c2c84442d74191c8c736eea054e3f84aa99464df85d7c569b19ab77af5aa67f9d4c77f3f3444b24c569faf16aca54f41c5281242825de7783876')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ujson/-/commit/32f17d514a670fe6899710fc262f13d457e8e6fb

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




[Git][archlinux/packaging/packages/libdwarf][main] upgpkg: 1:0.9.2-1

2024-04-05 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / libdwarf


Commits:
f0c92ea1 by Massimiliano Torromeo at 2024-04-05T11:44:24+02:00
upgpkg: 1:0.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libdwarf
pkgdesc = A library for handling DWARF Debugging Information Format
-   pkgver = 0.9.1
+   pkgver = 0.9.2
pkgrel = 1
epoch = 1
url = https://www.prevanders.net/dwarf.html
@@ -16,7 +16,7 @@ pkgbase = libdwarf
options = debug
options = staticlibs
options = debug
-   source = https://www.prevanders.net/libdwarf-0.9.1.tar.xz
-   sha512sums = 
ec66f0dbc72df3dd689a2d38ebae029e081e0ec3008dd510372e0c2c387f0092c2f9fe8d9928ded87b9c2ec30f1c3dc63bfaca7cc4a14e1c8c557d3c3b37d227
+   source = https://www.prevanders.net/libdwarf-0.9.2.tar.xz
+   sha512sums = 
f502b6da4b96d5962da1197c4ae522bfdb2858496c4af198109d844e0021318cb2a5ebc9c8cf9fc2e4439997ca9545c650ca4f28f0d96cb66b05c9b89b98f2f8
 
 pkgname = libdwarf


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libdwarf
 epoch=1
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(x86_64)
@@ -17,7 +17,7 @@ options+=('staticlibs' 'debug')
 #_commit="245262d6ccaeed17f7564c31b78da2d4df1a3ee0"
 
#source=(https://sourceforge.net/code-snapshots/git/l/li/libdwarf/code.git/libdwarf-code-$_commit.zip)
 source=(https://www.prevanders.net/libdwarf-$pkgver.tar.xz)
-sha512sums=('ec66f0dbc72df3dd689a2d38ebae029e081e0ec3008dd510372e0c2c387f0092c2f9fe8d9928ded87b9c2ec30f1c3dc63bfaca7cc4a14e1c8c557d3c3b37d227')
+sha512sums=('f502b6da4b96d5962da1197c4ae522bfdb2858496c4af198109d844e0021318cb2a5ebc9c8cf9fc2e4439997ca9545c650ca4f28f0d96cb66b05c9b89b98f2f8')
 
 build() {
   cd "$srcdir"/libdwarf-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdwarf/-/commit/f0c92ea1c0329dd814163cf67e7e785377c5602e

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




[Git][archlinux/packaging/packages/libdwarf] Pushed new tag 1-0.9.2-1

2024-04-05 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1-0.9.2-1 at Arch Linux / Packaging / 
Packages / libdwarf

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.88.0-1

2024-04-05 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
c3b900e8 by Massimiliano Torromeo at 2024-04-05T11:43:47+02:00
upgpkg: 1.88.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.87.2
+   pkgver = 1.88.0
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = code
makedepends = yarn
makedepends = nodejs-lts-hydrogen
makedepends = desktop-file-utils
-   depends = electron27
+   depends = electron28
depends = libsecret
depends = libx11
depends = libxkbfile
@@ -21,12 +21,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.87.2
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.0
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
-   sha512sums = SKIP
+   sha512sums = 
0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-_electron=electron27
-pkgver=1.87.2
+_electron=electron28
+pkgver=1.88.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@ 
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.sh'
 'product_json.diff'
 'clipath.patch')
-sha512sums=('SKIP'
+sha512sums=('0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
@@ -100,7 +100,7 @@ prepare() {
   patch -p1 -i "$srcdir/clipath.patch"
 
   # electron checksum
-  echo -e "\n00de8895210c372d5e9884575047f4105a9fbf9e712a6d4e6f618be0b9a59d2d 
*electron-v27.3.5-linux-x64.zip" >> build/checksums/electron.txt
+  echo -e "\n4bf72ce27cb3098024395462c40ebe88c8a105d1db36861c443a0495703fa4ab 
*electron-v28.2.10-linux-x64.zip" >> build/checksums/electron.txt
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/c3b900e841519e7595bf6564965d396818b5c8eb

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




[Git][archlinux/packaging/packages/code] Pushed new tag 1.88.0-1

2024-04-05 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.88.0-1 at Arch Linux / Packaging / 
Packages / code

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.052.01-35

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168-lts


Commits:
2d238bc9 by Massimiliano Torromeo at 2024-04-02T22:32:01+02:00
upgpkg: 8.052.01-35

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
pkgver = 8.052.01
-   pkgrel = 34
+   pkgrel = 35
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.052.01
-pkgrel=34
+pkgrel=35
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/2d238bc9cfb0ab40d64f9de526f4a93bda870730

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.052.01-35

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.052.01-35 at Arch Linux / Packaging / 
Packages / r8168-lts

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/tree/8.052.01-35
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.052.01-38

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.052.01-38 at Arch Linux / Packaging / 
Packages / r8168

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




[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.052.01-38

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168


Commits:
15e2d706 by Massimiliano Torromeo at 2024-04-02T22:30:48+02:00
upgpkg: 8.052.01-38

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
pkgver = 8.052.01
-   pkgrel = 37
+   pkgrel = 38
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.052.01
-pkgrel=37
+pkgrel=38
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/15e2d70610f2fe649e9a6b2857d584f6520a3c6b

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




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-3

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
b0efbada by Massimiliano Torromeo at 2024-04-02T22:30:40+02:00
upgpkg: 2.9.4-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.4
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/b0efbada7c48fc52ffbfd7c7fc13b463b9e1e673

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-3

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.4-3 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 86-2

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 86-2 at Arch Linux / Packaging / Packages 
/ cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 86-2

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-podman


Commits:
5bc0c838 by Massimiliano Torromeo at 2024-04-02T22:26:53+02:00
upgpkg: 86-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
pkgver = 86
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=cockpit-podman
 pkgver=86
-pkgrel=1
+pkgrel=2
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
 url='https://github.com/cockpit-project/cockpit-podman'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/5bc0c838ee33f9a31ad16b46638acf73a54bb5a2

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 314-1

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
4647cdb3 by Massimiliano Torromeo at 2024-04-02T22:26:41+02:00
upgpkg: 314-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 313
+   pkgver = 314
pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/313/cockpit-313.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/314/cockpit-314.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5
+   sha256sums = 
a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=313
+pkgver=314
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5'
+sha256sums=('a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/4647cdb304046c1789072939b3a50466ef45e2a9

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 314-1

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 314-1 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 86-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-podman


Commits:
22d63e98 by Massimiliano Torromeo at 2024-03-27T18:57:04+01:00
upgpkg: 86-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
-   pkgver = 85
+   pkgver = 86
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later
depends = cockpit
depends = podman
-   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/85/cockpit-podman-85.tar.xz
-   sha256sums = 
8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f
+   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/86/cockpit-podman-86.tar.xz
+   sha256sums = 
99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0
 
 pkgname = cockpit-podman


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=85
+pkgver=86
 pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL-2.1-or-later)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f')
+sha256sums=('99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/22d63e980f34ca068b1d335caaa7dce21e374c5d

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 86-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 86-1 at Arch Linux / Packaging / Packages 
/ cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 310-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 310-1 at Arch Linux / Packaging / Packages 
/ cockpit-machines

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




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 310-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-machines


Commits:
7e6628cc by Massimiliano Torromeo at 2024-03-27T18:56:46+01:00
upgpkg: 310-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 309
+   pkgver = 310
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/309/cockpit-machines-309.tar.xz
-   sha256sums = 
9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/310/cockpit-machines-310.tar.xz
+   sha256sums = 
30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=309
+pkgver=310
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e')
+sha256sums=('30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/7e6628cce962d34d8b3f92f1010614f58bdf273f

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




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-1

2024-03-22 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
463e24bd by Massimiliano Torromeo at 2024-03-22T12:12:27+01:00
upgpkg: 2.9.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
-   pkgver = 2.9.3
+   pkgver = 2.9.4
pkgrel = 1
url = https://github.com/SSSD/sssd
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-or-later
checkdepends = check
checkdepends = cmocka
checkdepends = libfaketime
@@ -34,10 +34,12 @@ pkgbase = sssd
depends = pcre2
options = !lto
backup = etc/logrotate.d/sssd
-   source = 
https://github.com/SSSD/sssd/releases/download/2.9.3/sssd-2.9.3.tar.gz
-   source = 
https://github.com/SSSD/sssd/releases/download/2.9.3/sssd-2.9.3.tar.gz.asc
+   source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz
+   source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz.asc
+   source = 
https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch
validpgpkeys = C13CD07FFB2DB1408E457A3CD3D21B2910CF6759
-   sha512sums = 
e1c3e107c98ac2cbc4f38e435910ebd560464773e7e93c8982db37d1ccdf78bc5e3f514bbcd2aaae54074ca6197b2067531180b83ee8c0e7f94878a824834a21
+   sha512sums = 
9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2
sha512sums = SKIP
+   sha512sums = 
4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2
 
 pkgname = sssd


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 # Maintainer: Mantas M. 
 
 pkgname=sssd
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=(
   'bind'  # for nsupdate
   'c-ares'
@@ -43,9 +43,11 @@ checkdepends=(
 )
 options=('!lto')
 backup=('etc/logrotate.d/sssd')
-source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('e1c3e107c98ac2cbc4f38e435910ebd560464773e7e93c8982db37d1ccdf78bc5e3f514bbcd2aaae54074ca6197b2067531180b83ee8c0e7f94878a824834a21'
-'SKIP')
+source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
+
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;)
+sha512sums=('9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2'
+'SKIP'
+
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2')
 validpgpkeys=('C13CD07FFB2DB1408E457A3CD3D21B2910CF6759')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/463e24bda789ab8352fbfbf89a0acc3eedc3a65d

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-1

2024-03-22 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.4-1 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/gearmand][main] Remove syslog.target from service file, this target hasn't existed for over a decade

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / gearmand


Commits:
f3c9e6f8 by Martin Rys at 2024-03-01T22:04:45+00:00
Remove syslog.target from service file, this target hasnt existed for over 
a decade
https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73
- - - - -


1 changed file:

- gearmand.service


Changes:

=
gearmand.service
=
@@ -1,6 +1,6 @@
 [Unit]
 Description=Gearmand distributed job system
-After=syslog.target network.target
+After=network.target
 
 [Service]
 User=gearmand



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gearmand/-/commit/f3c9e6f88b71bd7cbe472653e5cb2efc72aa9866

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




[Git][archlinux/packaging/packages/pcp] Pushed new tag 6.2.0-2

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 6.2.0-2 at Arch Linux / Packaging / 
Packages / pcp

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




[Git][archlinux/packaging/packages/sysdig][main] upgpkg: 0.35.4-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
5110b159 by Massimiliano Torromeo at 2024-03-14T21:21:40+01:00
upgpkg: 0.35.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,10 @@
 pkgbase = sysdig
pkgdesc = Open source system-level exploration and troubleshooting tool
-   pkgver = 0.35.2
+   pkgver = 0.35.4
pkgrel = 1
url = https://www.sysdig.com/
arch = x86_64
-   license = GPL2
-   license = Apache
-   license = MIT
+   license = Apache-2.0
makedepends = cmake
makedepends = pandoc
makedepends = gtest
@@ -23,11 +21,11 @@ pkgbase = sysdig
makedepends = re2
makedepends = uthash
options = !lto
-   source = 
https://github.com/draios/sysdig/archive/0.35.2/sysdig-0.35.2.tar.gz
+   source = 
https://github.com/draios/sysdig/archive/0.35.4/sysdig-0.35.4.tar.gz
source = 
falcosecurity-libs-0.14.2.tar.gz::https://github.com/falcosecurity/libs/archive/0.14.2.tar.gz
source = bashcomp-location.patch
source = falcosecurity-libs-nodownload.patch
-   sha256sums = 
9a9246c428964b5ce67941c0c7055044a6e590735f78d17d89c175c319b02a9f
+   sha256sums = 
d07e2fee1ef10fc3fc514cd66dd3f9eba88eb929f2209abf915e743c56526c28
sha256sums = 
b4ae7bbf3ad031deee4a808145f9fd64b71c537406cc5a92f512823b2e52cdd5
sha256sums = 
3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386
sha256sums = 
3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
-pkgver=0.35.2
+pkgver=0.35.4
 pkgrel=1
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
@@ -13,7 +13,7 @@ _falcover=0.14.2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/;
-license=('GPL2' 'Apache' 'MIT')
+license=('Apache-2.0')
 makedepends=('cmake' 'pandoc' 'gtest' 'jsoncpp' 'libjsoncpp.so' 'luajit' 
'curl' 'libcurl.so'
  'jq' 'libb64' 'intel-tbb' 'grpc' 'yaml-cpp' 're2' 'uthash')
 options=('!lto')
@@ -21,7 +21,7 @@ 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgbase-$pkgver.tar.g
 
"falcosecurity-libs-$_falcover.tar.gz::https://github.com/falcosecurity/libs/archive/$_falcover.tar.gz;
 "bashcomp-location.patch"
 "falcosecurity-libs-nodownload.patch")
-sha256sums=('9a9246c428964b5ce67941c0c7055044a6e590735f78d17d89c175c319b02a9f'
+sha256sums=('d07e2fee1ef10fc3fc514cd66dd3f9eba88eb929f2209abf915e743c56526c28'
 'b4ae7bbf3ad031deee4a808145f9fd64b71c537406cc5a92f512823b2e52cdd5'
 '3b659326176c314eee9115adac39a249dc4b9530511b344ea6a2b23236bb8386'
 '3392204c265ef46c2a1378fc2acbb74b2b440585de4c9127a007f97ce10f0cfa')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysdig/-/commit/5110b159b0712d2ca9e9cd3f4d47c89061d81abf

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.35.4-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.35.4-1 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 309-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-machines


Commits:
28435d69 by Massimiliano Torromeo at 2024-03-14T20:33:41+01:00
upgpkg: 309-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 308.1
+   pkgver = 309
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/308.1/cockpit-machines-308.1.tar.xz
-   sha256sums = 
94222b6120f73d3fd4564e8eac155696d126ea7bd42e0e8cf27ca29796fff48e
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/309/cockpit-machines-309.tar.xz
+   sha256sums = 
9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=308.1
+pkgver=309
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
 url='https://github.com/cockpit-project/cockpit-machines'
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('94222b6120f73d3fd4564e8eac155696d126ea7bd42e0e8cf27ca29796fff48e')
+sha256sums=('9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/28435d69139a79a145bc4cc7a9ebf49372a899d7

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




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 309-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 309-1 at Arch Linux / Packaging / Packages 
/ cockpit-machines

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 313-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
9567b7c4 by Massimiliano Torromeo at 2024-03-14T20:33:37+01:00
upgpkg: 313-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 312
+   pkgver = 313
pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/312/cockpit-312.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/313/cockpit-313.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
8b050838c8a003898d1f5aa9d9fcbcafd4cd3c1c56abc3ce32bd4442ebb554c0
+   sha256sums = 
089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=312
+pkgver=313
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('8b050838c8a003898d1f5aa9d9fcbcafd4cd3c1c56abc3ce32bd4442ebb554c0'
+sha256sums=('089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/9567b7c40978f1bf9e049cb5361f97377af1af49

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 313-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 313-1 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 85-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 85-1 at Arch Linux / Packaging / Packages 
/ cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 85-1

2024-03-14 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-podman


Commits:
4a484a01 by Massimiliano Torromeo at 2024-03-14T20:33:52+01:00
upgpkg: 85-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
-   pkgver = 84.1
+   pkgver = 85
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later
depends = cockpit
depends = podman
-   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/84.1/cockpit-podman-84.1.tar.xz
-   sha256sums = 
5b094c08392cf9d553e156ffc4bfabad9197c4fda412dc572e0c5c427b606be7
+   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/85/cockpit-podman-85.tar.xz
+   sha256sums = 
8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f
 
 pkgname = cockpit-podman


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=84.1
+pkgver=85
 pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL-2.1-or-later)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('5b094c08392cf9d553e156ffc4bfabad9197c4fda412dc572e0c5c427b606be7')
+sha256sums=('8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/4a484a010b8e16d82022705e591d5def856b2cff

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.87.2-1

2024-03-13 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
4ae1a7bf by Massimiliano Torromeo at 2024-03-13T19:03:11+01:00
upgpkg: 1.87.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.87.1
+   pkgver = 1.87.2
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.87.1
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.87.2
source = code.js
source = code.sh
source = product_json.diff


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron27
-pkgver=1.87.1
+pkgver=1.87.2
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/4ae1a7bfc7ace38bbde59ec419207b3fc48fabe5

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




[Git][archlinux/packaging/packages/code] Pushed new tag 1.87.2-1

2024-03-13 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.87.2-1 at Arch Linux / Packaging / 
Packages / code

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




  1   2   3   4   5   6   7   8   9   10   >