summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2022-09-01 10:08:57 +0200
committerHenry-Joseph Audéoud2022-09-01 10:08:57 +0200
commitcb0062700eaa7b064036d48e8b8285c456efa022 (patch)
tree3420b3f5d288f1e445c7465202e74d0b6d88948d
parent67dd1208735e5c8b2becf5cf931e4802c7d442ce (diff)
downloadaur-cb0062700eaa7b064036d48e8b8285c456efa022.tar.gz
upgpkg: piwigo 12.3.0-1
upstream release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
-rw-r--r--nginx.conf20
3 files changed, 17 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f592eecfac1..f0bd8afa013d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = piwigo
pkgdesc = Photo gallery software for the web
- pkgver = 12.2.0
- pkgrel = 2
+ pkgver = 12.3.0
+ pkgrel = 1
url = https://piwigo.org/
arch = any
license = GPL
@@ -15,25 +15,26 @@ pkgbase = piwigo
optdepends = php-fpm: FastCGI, required with nginx Web Server
optdepends = ffmpeg: VideoJS plugin to create video poster
optdepends = poppler: generate poster from PDF files
+ optdepends = perl: some command-line scripts
options = emptydirs
backup = etc/webapps/piwigo/apache.conf
backup = etc/php/php-fpm.d/piwigo.conf
- source = piwigo-12.2.0.zip::https://piwigo.org/download/dlcounter.php?code=12.2.0
+ source = piwigo-12.3.0.zip::https://piwigo.org/download/dlcounter.php?code=12.3.0
source = apache.conf
source = piwigo.perm.sh
source = nginx.conf
source = php-fpm.conf
source = php-fpm.service.conf
- md5sums = 678b3c33015357ff6e1c58ff981f4190
+ md5sums = 7c3b18ad58920dc84e5b5079248dabb9
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- sha256sums = 824ee83f46654b68962263567f2957933d75b2bac016e6dbb9ea9df9a2a86e88
+ sha256sums = fd09f2fb43273a65c324dd301c2e5821d7ab7256bde41723b8e698a42bcd8f90
sha256sums = 64435b2f5fe29ab6201e00a755bff5dbe77bc4450559a2668a21e750ce13f8be
sha256sums = 0e6d4af6552f4eead62825999eee115152cf5f884f2c65b759379ac5b15d36f7
- sha256sums = 13db3e357bd30cab3ba9eb460e76ac9009cf974606ea55981d30c326db6db366
+ sha256sums = f173b613e0b5bb1e3390066ddd362afc7904848f5959b65a03919ae8e7674f91
sha256sums = 8c0f750df745cfcb23a6e61993683a55c0b8ea8b0e0805c5b1bf72312d653b63
sha256sums = ca2387a701ec88b1c995f2dfc35832c3d3aea6f54741da85cf246fb64bc8d2bb
diff --git a/PKGBUILD b/PKGBUILD
index 822de40dd6b6..8346fb809b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-maintainer: Henry-Joseph Audéoud <h.audeoud@gmail.com>
pkgname=piwigo
-pkgver=12.2.0
-pkgrel=2
+pkgver=12.3.0
+pkgrel=1
pkgdesc='Photo gallery software for the web'
arch=(any)
url="https://piwigo.org/"
@@ -15,7 +15,8 @@ optdepends=('php-gd: graphic library (one graphic library is required)'
'nginx: nginx Web Server (one web server is required)'
'php-fpm: FastCGI, required with nginx Web Server'
'ffmpeg: VideoJS plugin to create video poster'
- 'poppler: generate poster from PDF files')
+ 'poppler: generate poster from PDF files'
+ 'perl: some command-line scripts')
makedepends=("unzip")
backup=('etc/webapps/piwigo/apache.conf'
'etc/php/php-fpm.d/piwigo.conf')
@@ -26,12 +27,12 @@ source=("${pkgname}-${pkgver}.zip::https://piwigo.org/download/dlcounter.php?cod
'nginx.conf'
'php-fpm.conf'
'php-fpm.service.conf')
-md5sums=('678b3c33015357ff6e1c58ff981f4190' # Provided by upstream
+md5sums=('7c3b18ad58920dc84e5b5079248dabb9' # Provided by upstream
SKIP SKIP SKIP SKIP SKIP)
-sha256sums=('824ee83f46654b68962263567f2957933d75b2bac016e6dbb9ea9df9a2a86e88'
+sha256sums=('fd09f2fb43273a65c324dd301c2e5821d7ab7256bde41723b8e698a42bcd8f90'
'64435b2f5fe29ab6201e00a755bff5dbe77bc4450559a2668a21e750ce13f8be'
'0e6d4af6552f4eead62825999eee115152cf5f884f2c65b759379ac5b15d36f7'
- '13db3e357bd30cab3ba9eb460e76ac9009cf974606ea55981d30c326db6db366'
+ 'f173b613e0b5bb1e3390066ddd362afc7904848f5959b65a03919ae8e7674f91'
'8c0f750df745cfcb23a6e61993683a55c0b8ea8b0e0805c5b1bf72312d653b63'
'ca2387a701ec88b1c995f2dfc35832c3d3aea6f54741da85cf246fb64bc8d2bb')
diff --git a/nginx.conf b/nginx.conf
index 7c61fe628170..a3823d312158 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -2,23 +2,9 @@
# Edited from https://ubuntu.self-hosted.fr/installation-piwigo-nginx-mariadb/
server {
- listen 80;
- listen [::]:80;
- server_name piwigo.domain.tld; # TODO: edit-me
-
- # Enforce HTTPS
- return 301 https://$server_name$request_uri;
-}
-
-server {
- listen 443 ssl http2;
- listen [::]:443 ssl http2;
- server_name piwigo.domain.tld; # TODO: edit-me
- # TODO: generate certificate
- ssl_certificate /path/to/fullchain.pem;
- ssl_certificate_key /path/to/privkey.pem;
- include snippets/ssl.conf;
- include snippets/hsts.conf;
+ listen 80;
+ listen [::]:80;
+ server_name piwigo.domain.tld; # TODO: edit-me
# Path to the root of your installation
root /usr/share/webapps/piwigo/;