mod_wsgi: 4.9.0 -> 4.9.4

This commit is contained in:
Tim Biermann 2022-10-20 18:55:58 +02:00
parent 4cee08a01a
commit 39479b8c9c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+BAQMGZ+JwLarkv1eSlt3BZkbQfMv/XvNyv/yLLgfRc6QJD7wwKSmvcrEY6xhhhjN/fW+FCQJo6V/IDqzWGWwM=
SHA256 (Pkgfile) = cc143cce2100897c0e4e077b5f3302bfdf660c65f29fb36393266a7ca15e1d23
RWSagIOpLGJF31Is+cuejgLlyPqqDfJCC5g+5qr4K1MzVPcrwwZ2q80AcUbIrvA2NDzvz0r+73ZZBoooni/+9xrRANNIzruyTQ0=
SHA256 (Pkgfile) = a5ec384719a486cbf2f7775ab94045a9d501df8ea1a9cfa5bbff4b1340f11fcf
SHA256 (.footprint) = d8c32738af1220e4ef56aff31941b68be99da3a77d71af05bdae1ef2e43956a4
SHA256 (4.9.0.tar.gz) = 0a6f380af854b85a3151e54a3c33b520c4a6e21a99bcad7ae5ddfbfe31a74b50
SHA256 (4.9.4.tar.gz) = ee926a3fd5675890b908ebc23db1f8f7f03dc3459241abdcf35d46c68e1be29b

View File

@ -1,16 +1,16 @@
# Description: Python WSGI adapter module for Apache.
# URL: https://www.modwsgi.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: apache python
# Depends on: apache python3
name=mod_wsgi
version=4.9.0
version=4.9.4
release=1
source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz)
build() {
cd mod_wsgi-$version
./configure --prefix=/usr
./configure --prefix=/usr PYTHON=/usr/bin/python3
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/apache/mod_wsgi.so