svn commit: r408493 - head/net/motsognir

Kurt Jaeger pi at FreeBSD.org
Mon Feb 8 18:14:26 UTC 2016


Author: pi
Date: Mon Feb  8 18:14:24 2016
New Revision: 408493
URL: https://svnweb.freebsd.org/changeset/ports/408493

Log:
  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 at gmail.com
  Approved by:	Mateusz Viste <mateusz at viste.fr> (maintainer)

Modified:
  head/net/motsognir/Makefile
  head/net/motsognir/distinfo

Modified: head/net/motsognir/Makefile
==============================================================================
--- head/net/motsognir/Makefile	Mon Feb  8 18:07:52 2016	(r408492)
+++ head/net/motsognir/Makefile	Mon Feb  8 18:14:24 2016	(r408493)
@@ -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 at viste.fr
+MAINTAINER=	kaltheat at gmail.com
 COMMENT=	Full-featured gopher server without dependencies
 
 LICENSE=	GPLv3

Modified: head/net/motsognir/distinfo
==============================================================================
--- head/net/motsognir/distinfo	Mon Feb  8 18:07:52 2016	(r408492)
+++ head/net/motsognir/distinfo	Mon Feb  8 18:14:24 2016	(r408493)
@@ -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


More information about the svn-ports-all mailing list