Updated www/ap2-mkdir to 0.4
This update avoids auto-creating directories when the request is MKCOL, because that cause the Apache MKCOL handler to fail with an error because the directory already exists.
This commit is contained in:
parent
1b212c9daf
commit
5760f4f317
3 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2018,v 1.2252 2018/05/09 12:13:13 wen Exp $
|
||||
$NetBSD: CHANGES-2018,v 1.2253 2018/05/09 12:19:13 manu Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2018:
|
||||
|
||||
|
@ -3216,3 +3216,4 @@ Changes to the packages collection and infrastructure in 2018:
|
|||
Updated sysutils/coreutils to 8.29 [wen 2018-05-09]
|
||||
Updated graphics/leptonica to 1.76.0 [adam 2018-05-09]
|
||||
Updated www/drupal8 to 8.5.3 [wen 2018-05-09]
|
||||
Updated www/ap2-mkdir to 0.4 [manu 2018-05-09]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2018/01/01 10:23:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/05/09 12:19:13 manu Exp $
|
||||
|
||||
DISTNAME= mod_mkdir-0.3
|
||||
DISTNAME= mod_mkdir-0.4
|
||||
EXTRACT_SUFX= .tgz
|
||||
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
|
||||
CATEGORIES= www
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/08/30 12:47:49 manu Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/05/09 12:19:13 manu Exp $
|
||||
|
||||
SHA1 (mod_mkdir-0.3.tgz) = 8ab4db99709f6dce3b70e9646be1315eff981742
|
||||
RMD160 (mod_mkdir-0.3.tgz) = 0ba2acaf5340bc952d46bc93a34fbfe551d9cc2b
|
||||
SHA512 (mod_mkdir-0.3.tgz) = 22f0618cd6287ae2fa7b2be94ce270207baeb6aef0d73bc2813d8308c12a867ad3b8a42a66a318f5dc8bafe59f27dedd4f4fa2f0e301b18598a167fe348bbda3
|
||||
Size (mod_mkdir-0.3.tgz) = 2730 bytes
|
||||
SHA1 (mod_mkdir-0.4.tgz) = 32f10e07e63391f303c3e7efa1570f46817fad56
|
||||
RMD160 (mod_mkdir-0.4.tgz) = 50ff3a000ac0d5aa26d31d3d86afb020cf13726d
|
||||
SHA512 (mod_mkdir-0.4.tgz) = 325f89a80f2ac7d9c551e30b93deb694d84e8c4c01d7eb72d2bded21920e53f6dbbf24e4e19a3ff908013912069f733915b651c5edf94cdbbcb1e43a340aedb9
|
||||
Size (mod_mkdir-0.4.tgz) = 2821 bytes
|
||||
|
|
Loading…
Reference in a new issue