diff options
author | is <is@pkgsrc.org> | 2013-11-13 15:59:22 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2013-11-13 15:59:22 +0000 |
commit | d30af93d85b6c04e1746abd9d3a107d247ef1c93 (patch) | |
tree | 6322ae4135e7b08a0179a3288cd50b2ed045686a /www/yaws | |
parent | 1c4402548c58cc8ca16856b2a781bc5817243ab7 (diff) | |
download | pkgsrc-d30af93d85b6c04e1746abd9d3a107d247ef1c93.tar.gz |
Update to 1.97.
Among others, this changes using crypto:sha() to crypto:hash() for Erlang
that is new enough.
Bugfixes in pam, sendfile, generation of mime_types.erl
Other changes in the area of Webdav, sendfile, embedded mode, rebar
support, ssl options.
Optimization in ssi code.
Diffstat (limited to 'www/yaws')
-rw-r--r-- | www/yaws/Makefile | 4 | ||||
-rw-r--r-- | www/yaws/PLIST | 7 | ||||
-rw-r--r-- | www/yaws/distinfo | 9 | ||||
-rw-r--r-- | www/yaws/patches/patch-configure.in | 19 |
4 files changed, 10 insertions, 29 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 82aaaf58465..fdf7bf3af76 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/07/19 09:53:34 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2013/11/13 15:59:22 is Exp $ # -DISTNAME= yaws-1.96 +DISTNAME= yaws-1.97 CATEGORIES= www MASTER_SITES= http://yaws.hyber.org/download/ diff --git a/www/yaws/PLIST b/www/yaws/PLIST index e663e72f567..5ba8973b94d 100644 --- a/www/yaws/PLIST +++ b/www/yaws/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/07/19 09:53:34 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/11/13 15:59:22 is Exp $ bin/yaws lib/yaws/ebin/haxe.beam lib/yaws/ebin/json.beam @@ -12,13 +12,12 @@ lib/yaws/ebin/yaws.beam lib/yaws/ebin/yaws_api.beam lib/yaws/ebin/yaws_app.beam lib/yaws/ebin/yaws_appmod_cgi.beam +lib/yaws/ebin/yaws_appmod_dav.beam lib/yaws/ebin/yaws_appmod_fcgi.beam lib/yaws/ebin/yaws_cgi.beam lib/yaws/ebin/yaws_compile.beam lib/yaws/ebin/yaws_config.beam lib/yaws/ebin/yaws_ctl.beam -lib/yaws/ebin/yaws_dav.beam -lib/yaws/ebin/yaws_davlock.beam lib/yaws/ebin/yaws_debug.beam lib/yaws/ebin/yaws_dime.beam lib/yaws/ebin/yaws_exhtml.beam @@ -35,6 +34,7 @@ lib/yaws/ebin/yaws_pam.beam lib/yaws/ebin/yaws_revproxy.beam lib/yaws/ebin/yaws_rpc.beam lib/yaws/ebin/yaws_rss.beam +lib/yaws/ebin/yaws_runmod_lock.beam lib/yaws/ebin/yaws_sendfile.beam lib/yaws/ebin/yaws_server.beam lib/yaws/ebin/yaws_session_server.beam @@ -58,6 +58,7 @@ lib/yaws/include/wsdl11soap12.hrl lib/yaws/include/yaws.hrl lib/yaws/include/yaws_api.hrl lib/yaws/include/yaws_dav.hrl +lib/yaws/include/yaws_lock.hrl lib/yaws/include/yaws_soap.hrl lib/yaws/priv/charset.def lib/yaws/priv/charset.def.in diff --git a/www/yaws/distinfo b/www/yaws/distinfo index 167067fe301..e1eb28d3a8f 100644 --- a/www/yaws/distinfo +++ b/www/yaws/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2013/07/19 09:53:34 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2013/11/13 15:59:22 is Exp $ -SHA1 (yaws-1.96.tar.gz) = ca6f49f69c71081d8e13e4406d5e20e8af2fa53d -RMD160 (yaws-1.96.tar.gz) = 00c3c687bcea0f2ce1a63f746c03a8ac2862e88e -Size (yaws-1.96.tar.gz) = 1226822 bytes +SHA1 (yaws-1.97.tar.gz) = 4b8b811c40e6408ba03d25d31fa004483aede2b2 +RMD160 (yaws-1.97.tar.gz) = 21c6138cf982b67f608ef8fd7228d17c754fe959 +Size (yaws-1.97.tar.gz) = 1242089 bytes SHA1 (patch-ai) = fff8d3007722922d1b40ab579817626616740be6 -SHA1 (patch-configure.in) = ec43bc2c8668d340f2cb5fa3f719448946cc9fe7 diff --git a/www/yaws/patches/patch-configure.in b/www/yaws/patches/patch-configure.in deleted file mode 100644 index 025364a49a0..00000000000 --- a/www/yaws/patches/patch-configure.in +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-configure.in,v 1.2 2013/07/19 09:53:34 fhajny Exp $ - -Support for DragonflyBSD - ---- configure.in.orig 2013-03-19 17:02:01.000000000 +0000 -+++ configure.in -@@ -258,10 +258,10 @@ case "$host_os" in - AC_SUBST(FPIC) - ;; - -- *bsd*) -+ *bsd*|*dragonfly*) - AC_DEFINE(BSD) - case "$host_os" in -- freebsd*) -+ freebsd*|dragonfly*) - HAVE_YAWS_SENDFILE=true - ;; - bsdi*) |