diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-09 02:14:24 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-09 02:14:24 +0800 |
commit | 794d967801f6d3c5bce28c4fa6bc8fd4b92b9f36 (patch) | |
tree | bceea8abc6ddb19ab82a23851cade6f54ae80d56 /net | |
parent | 7e5b64489cb1e0be4139c667316e5c896524077a (diff) | |
download | freebsd-ports-gnome-794d967801f6d3c5bce28c4fa6bc8fd4b92b9f36.tar.gz freebsd-ports-gnome-794d967801f6d3c5bce28c4fa6bc8fd4b92b9f36.tar.zst freebsd-ports-gnome-794d967801f6d3c5bce28c4fa6bc8fd4b92b9f36.zip |
net/motsognir: 1.0.6 -> 1.0.8
v1.0.8 [06 Feb 2016]
- Fixed execution of PHP scripts used as sub-gophermaps,
- Sub-gophermap CGI scripts are executed regardless of their extension,
- Dynamic gophermaps can output partial gophermap lines now (Motsognir
will fill in lacking data like for normal gophermaps),
- Added the PubDirList configuration list to allow serving content
from outside the gopher root (typically via symlinks),
- CGI/PHP scripts are executed whith their working directory set
to either where the script is, or where the parent gophermap is (if
called as an inline subgophermap).
v1.0.7 [12 Jul 2015]
- Support for secondary parameters passed to CGI scripts (when both
a search string AND a '?' URL is used),
- Added a configurable secondary query-delimiter character (SecUrlDelim),
- New CAPS token: 'ServerDefaultEncoding',
- Implemented a configurable 'Paranoid mode' for serving only
world-readable files,
- Fixed a slight memory leak,
- Significantly improved performances when reading data from CGI.
PR: 206984
Submitted by: kaltheat@gmail.com
Approved by: Mateusz Viste <mateusz@viste.fr> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/motsognir/Makefile | 4 | ||||
-rw-r--r-- | net/motsognir/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/motsognir/Makefile b/net/motsognir/Makefile index d24e9cd783e9..c5a93f600148 100644 --- a/net/motsognir/Makefile +++ b/net/motsognir/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= motsognir -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} -MAINTAINER= mateusz@viste.fr +MAINTAINER= kaltheat@gmail.com COMMENT= Full-featured gopher server without dependencies LICENSE= GPLv3 diff --git a/net/motsognir/distinfo b/net/motsognir/distinfo index bb6605d4a98d..515f4277a30c 100644 --- a/net/motsognir/distinfo +++ b/net/motsognir/distinfo @@ -1,2 +1,2 @@ -SHA256 (motsognir-1.0.6.tar.gz) = 757966ba3d2ec5ce0c493da105219deb3d701eacbf0a187a84660307bb23fb24 -SIZE (motsognir-1.0.6.tar.gz) = 995513 +SHA256 (motsognir-1.0.8.tar.gz) = 97b8cbcc7baf8fe756308a64081da11f6eb363d0b1cbd868e11d4d952a6bc3cf +SIZE (motsognir-1.0.8.tar.gz) = 978060 |