Search Criteria
Package Details: angie-src 1.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/angie.git (read-only, click to copy) |
---|---|
Package Base: | angie |
Description: | Source code of angie 1.7.0, useful for building modules |
Upstream URL: | https://github.com/webserver-llc/angie |
Licenses: | BSD |
Conflicts: | nginx-src |
Submitter: | VVL |
Maintainer: | VVL |
Last Packager: | VVL |
Votes: | 3 |
Popularity: | 0.003212 |
First Submitted: | 2023-09-20 11:12 (UTC) |
Last Updated: | 2024-09-20 22:50 (UTC) |
Dependencies (6)
- geoip (geoip-gitAUR) (make)
- libxcrypt (libxcrypt-gitAUR) (make)
- mailcap (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pcre2 (pcre2-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (make)
Required by (2)
- angie-mod-modsecurity (make)
- angie-mod-njs (make)
Latest Comments
VVL commented on 2024-08-02 12:20 (UTC)
Fixed. Thank you!
wustdsh commented on 2024-08-01 15:55 (UTC)
The
backup
array should be placed inpackage_angie()
function.wustdsh commented on 2024-08-01 15:46 (UTC) (edited on 2024-08-01 16:09 (UTC) by wustdsh)
ln -s "$pkgdir"/usr/bin/nginx "$pkgdir"/usr/bin/angie
in the packing function should be changed to:ln -s /usr/bin/nginx "$pkgdir"/usr/bin/angie
and the systemd service above, the link target changed to an absolute path, otherwise soft links in the package point to non-existent temporary paths used for packinghektorinho commented on 2024-04-06 04:59 (UTC)
the gpg key is provided in the git just run
gpg --import angie-signing.gpg
before running makepkg
VVL commented on 2023-10-03 14:34 (UTC)
curl -sSL https://angie.software/keys/angie-signing.gpg | gpg --import -
oe1tkt commented on 2023-09-29 16:13 (UTC) (edited on 2023-09-29 16:14 (UTC) by oe1tkt)
The pkg PGP key was not found, the import (using yay) EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76 did not work. The keyserver of pacman didn't know the gpg key, also keyserver.ubuntu.com can't find it. I did a
makepkg --skippgpcheck
akayay -S angie --mflags --skippgpcheck
and answering "no" when asking to import it, to get around this. Apacman-key --finger EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76
shows the rsa4096 key signed 2022-10-25.Please provide also a soft link in the PKGBUILD script for
angie
in the/usr/bin
directory i.e. likeln -s nginx angie
. So we can also follow the documentation at https://angie.software/en/ with e.g.angie -t
Thanks for providing this package - is now running for a week on a test server here with 3 server blocks (virtual hosts) for development and testing.