Path to this page:
./
www/geeklog,
PHP/MySQL based application for managing dynamic web content
Branch: pkgsrc-2012Q4,
Version: 1.8.2.1,
Package name: geeklog-1.8.2.1,
Maintainer: tacaGeeklog is a PHP/MySQL based application for managing dynamic web content.
"Out of the box", it is a blog engine, or a CMS with support for comments,
trackbacks, multiple syndication formats, spam protection, and all the
other vital features of such a system.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.5 2009/05/26 14:19:29 taca Exp $
GEEKLOG_PUBDIR="${PREFIX}/@GEEKLOG_PUB@"
GEEKLOG_DIR="${PREFIX}/@GEEKLOG_BASE@"
GEEKLOG_TMPL_DIR="${PREFIX}/@GL_TMPL@"
GEEKLOG_TMPL_SUB="@GL_TMPL_SUB@"
case ${STAGE} in
DEINSTALL)
(cd ${GEEKLOG_DIR}; \
if [ ! -s logs/error.log ]; then
rm -f logs/error.log
fi
)
(cd ${GEEKLOG_PUBDIR}; ${RM} -fr admin)
(cd ${GEEKLOG_TMPL_DIR}
${FIND} ${GEEKLOG_TMPL_SUB} -type f -print | \
while read f; do
file="${GEEKLOG_PUBDIR}/$f"
if ${TEST} -f ${file} -a -f ${f} && \
${CMP} -s ${file} ${f}; then
${RM} -f ${file}
fi
done
cd ${GEEKLOG_PUBDIR}
${FIND} -d ${GEEKLOG_TMPL_SUB} -type d -print |
while read d; do
${RMDIR} ${d} 2>/dev/null
done
)
;;
esac
Required to run:[
databases/php-mysql] [
www/ap-php]
Required to build:[
lang/perl5] [
www/apache22]
Master sites:
SHA1: c2b1b1e529a8627d7aef6d3ec9adee30887fc250
RMD160: 53a96d4e4573d1526988b140b02d1bf90c05fbf3
Filesize: 5478.528 KB
Version history: (Expand)
- (2013-02-25) Updated to version: geeklog-1.8.2.1
- (2013-01-06) Package added to pkgsrc.se, version geeklog-1.8.2 (created)
CVS history: (Expand)
2013-02-25 17:12:48 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4079 - requested by taca
www/geeklog: security update
Revisions pulled up:
- www/geeklog/Makefile 1.37
- www/geeklog/distinfo 1.21
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 21 13:01:24 UTC 2013
Modified Files:
pkgsrc/www/geeklog: Makefile distinfo
Log message:
Update geeklog to 1.8.2.1 (Geeklog 1.8.2sr1).
Geeklog History/Changes:
Feb 19, 2013 (1.8.2sr1)
------------
This release addresses the following security issues:
- High-Tech Bridge Security Research Lab reported an XSS in the calendar_type
parameter in the Calendar plugin (HTB23143).
- Trustwave Spiderlabs reported XSS in the install script, the Configuration,
as well as in the Admin interfaces for the Polls plugin and the Topic editor
(TWSL2013-001).
Not security-related:
- Fixed Twitter OAuth login by switching to version 1.1 of the Twitter API
(feature request #0001506).
|