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


Commits:
c22d0b06 by Massimiliano Torromeo at 2026-05-22T19:53:47+02:00
upgpkg: 1.30.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = nginx
        pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server
-       pkgver = 1.30.1
+       pkgver = 1.30.2
        pkgrel = 1
        url = https://nginx.org
        arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = nginx
        makedepends = pcre2
        makedepends = rsync
        makedepends = zlib
-       source = git+https://github.com/nginx/nginx.git#tag=release-1.30.1
+       source = git+https://github.com/nginx/nginx.git#tag=release-1.30.2
        source = 
git+https://github.com/nginx/nginx-tests.git#commit=4d1de3f357afeb91865d024b27516d6b67aad86e
        source = nginx.service
        source = logrotate
@@ -35,7 +35,7 @@ pkgbase = nginx
        validpgpkeys = 43387825DDB1BB97EC36BA5D007C8D7C15D87369
        validpgpkeys = D6786CE303D9A9022998DC6CC8464D549AF75C0A
        validpgpkeys = 13C82A63B603576156E30A4EA0EA981B66B0D967
-       sha512sums = 
72bede2d34898bee0c728d3790c0fed4f60c3a9bf03916b419e1ae037e1eba917cc1fc8ef1e38dbe613829970d03bc4744cb349a3f737f0fb43328719983d9f4
+       sha512sums = 
5a42e2d39380ef40427ae35fb6489710e23e86c1fb38762e20053809b223c851226a45890b3d5d3d05a66ae3fa0408ab1ccdd813cc8e97d4eca6428fd3f75d24
        sha512sums = 
827180c353d2765557c9cd85f205d4e79b4a43dc01b150abc32e93b37ff27ac718d339825096396250c4a9b83899f06de39e9622dae10c54b9bd9748112a3016
        sha512sums = 
f469b3b14def666e955abf6f2d3c68a47631cad7bee90c92039ffe5bf629aa7e32bb4250844d52c0f963740fb07bf7fea5f8887cc1d5199403f07be6214fcb8d
        sha512sums = 
f707961d716392a0cc5345aa79e0cb1b44d2f1233b26cb77724a2716f1552a766d8aeb5347e20cba801a271e785c9ba1f35ac8e155fbadadd0c145ec222e8e0b
@@ -65,46 +65,46 @@ pkgname = nginx
 
 pkgname = nginx-mod-geoip
        pkgdesc = GeoIP module for nginx
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        depends = geoip
        backup = etc/nginx/modules.d/20-geoip.conf
 
 pkgname = nginx-mod-image-filter
        pkgdesc = Module for nginx that transforms images in JPEG, GIF, PNG, 
and WebP formats
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        depends = gd
        backup = etc/nginx/modules.d/20-image-filter.conf
 
 pkgname = nginx-mod-mail
        pkgdesc = Mail module for nginx to proxy IMAP, POP3 and SMTP protocols
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        backup = etc/nginx/modules.d/20-mail.conf
 
 pkgname = nginx-mod-perl
        pkgdesc = Module for nginx to implement location and variable handlers 
in Perl
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        depends = perl
        backup = etc/nginx/modules.d/20-perl.conf
 
 pkgname = nginx-mod-stream
        pkgdesc = Module for nginx to proxy TCP and UDP data streams
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        backup = etc/nginx/modules.d/10-stream.conf
 
 pkgname = nginx-mod-xslt
        pkgdesc = Module for nginx to transform XML responses with XSLT 
stylesheets
-       depends = nginx=1.30.1
+       depends = nginx=1.30.2
        depends = glibc
        depends = libxml2
        depends = libxslt
        backup = etc/nginx/modules.d/20-xslt.conf
 
 pkgname = nginx-src
-       pkgdesc = Source code of nginx 1.30.1, useful for building modules
+       pkgdesc = Source code of nginx 1.30.2, useful for building modules
        depends = bash
        depends = perl


=====================================
PKGBUILD
=====================================
@@ -18,7 +18,7 @@ pkgname=(
   nginx-src
 )
 # IMPORTANT: When bumping $pkgver, remember to rebuild NGINX modules 
nginx-mod-*.
-pkgver=1.30.1
+pkgver=1.30.2
 pkgrel=1
 _tests_commit=4d1de3f357afeb91865d024b27516d6b67aad86e
 arch=(x86_64)
@@ -64,7 +64,7 @@ validpgpkeys=(
   'D6786CE303D9A9022998DC6CC8464D549AF75C0A'  # Sergey Kandaurov 
<[email protected]>
   '13C82A63B603576156E30A4EA0EA981B66B0D967'  # Konstantin Pavlov 
<[email protected]>
 )
-sha512sums=('72bede2d34898bee0c728d3790c0fed4f60c3a9bf03916b419e1ae037e1eba917cc1fc8ef1e38dbe613829970d03bc4744cb349a3f737f0fb43328719983d9f4'
+sha512sums=('5a42e2d39380ef40427ae35fb6489710e23e86c1fb38762e20053809b223c851226a45890b3d5d3d05a66ae3fa0408ab1ccdd813cc8e97d4eca6428fd3f75d24'
             
'827180c353d2765557c9cd85f205d4e79b4a43dc01b150abc32e93b37ff27ac718d339825096396250c4a9b83899f06de39e9622dae10c54b9bd9748112a3016'
             
'f469b3b14def666e955abf6f2d3c68a47631cad7bee90c92039ffe5bf629aa7e32bb4250844d52c0f963740fb07bf7fea5f8887cc1d5199403f07be6214fcb8d'
             
'f707961d716392a0cc5345aa79e0cb1b44d2f1233b26cb77724a2716f1552a766d8aeb5347e20cba801a271e785c9ba1f35ac8e155fbadadd0c145ec222e8e0b')



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/c22d0b0628532bc7ff153b7f69502df05203978b
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to