Update to 3.20110712. From the changelog:
* attachment: Bugfix to create directory when moving attachment out of holding area. * Display attachment manipulation links always, since attachments can be uploaded via javascript. * Add build dep on python-support. Closes: #633536 * attachment: Bugfix to move upload attachments out of holding area when saving. * attachment: Bugfix for trying to attach files to a subpage of the index page.
This commit is contained in:
parent
c611ff936c
commit
5a9ae6fd22
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.80 2011/07/08 03:16:12 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.81 2011/07/12 23:22:56 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ikiwiki_3.20110707
|
||||
DISTNAME= ikiwiki_3.20110712
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
|
||||
|
@ -59,6 +59,8 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|||
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
||||
.endfor
|
||||
|
||||
#SPECIAL_PERMS+= ${PREFIX}/bin/ikiwiki-update-wikilist ...
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
pre-configure:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.65 2011/07/08 03:16:12 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.66 2011/07/12 23:22:56 schmonz Exp $
|
||||
|
||||
SHA1 (ikiwiki_3.20110707.tar.gz) = 56a25430cdd4a532703f198a3686062ae2e9051f
|
||||
RMD160 (ikiwiki_3.20110707.tar.gz) = 51a4c77b8f37f2f444889b17ecc57c4605e04fe3
|
||||
Size (ikiwiki_3.20110707.tar.gz) = 2490427 bytes
|
||||
SHA1 (ikiwiki_3.20110712.tar.gz) = 1f96f4c2a1bc40b5c20ce5434ae665490f6ee30b
|
||||
RMD160 (ikiwiki_3.20110712.tar.gz) = ae81405c067452cd42e880ce2ce2a88500ba9765
|
||||
Size (ikiwiki_3.20110712.tar.gz) = 2496859 bytes
|
||||
SHA1 (patch-aa) = 748695579cc57ead26ec9524e633751b2a703b07
|
||||
SHA1 (patch-ab) = 642d25b01029955864d817e564a09bea04c06b10
|
||||
|
|
Loading…
Reference in a new issue