2010
sitebar (3.3.9-2.2) unstable; urgency=low
* Non-maintainer upload.
* debian/postinst: Use the mysql-server status interface and the policy
invoke-rc.d mechanism to launch the mysql server. Also check the existance
of /usr/bin/mysqld_safe instead of /usr/sbin/mysql (from the system server
package). Closes: #604233
-- Didier Raboud <didier@raboud.com> Tue, 30 Nov 2010 12:28:12 +0100
sitebar (3.3.9-2.1) unstable; urgency=low
* Non-maintainer upload.
* Split _Choices in debconf templates
* Don't hardcade path to mysqld_safe in postinst
* Fix pending l10n issues. Debconf translations:
- Russian (Yuri Kozlov). Closes: #554353
-- Christian Perrier <bubulle@debian.org> Fri, 04 Jun 2010 20:33:25 +0200
2008
sitebar (3.3.9-2) unstable; urgency=low
* New maintainer. Closes: #483011 * Fixed lintian warnings. * Changed debian/postinst - Updated line 33: msqld ( was /usr/sbin/mysqld )
-- Carlos Eduardo Sotelo Pinto (krlos) <krlos.aqp@gmail.com> Wed, 03 Sep 2008 19:10:44 -0500
sitebar (3.3.9-1) unstable; urgency=low
* QA upload. * New upstream release; Closes: #459756 * debian/control - set QA team as maintainer - bump Standard-Version to 3.8.0 (no changes needed) - added Homepage field * debian/copyright - indented upstream author, license and copyright with 4 spaces - separated copyright and license notices - fixed license and file location to be GPLv2 or later
-- Sandro Tosi <matrixhasu@gmail.com> Sun, 08 Jun 2008 17:19:16 +0200
2007
sitebar (3.3.8-12.1) unstable; urgency=high
* Non-maintainer upload by the testing-security team
* Fix multiple security issues in the translator module (translator.php)
Fixes: CVE-2007-5491, CVE-2007-5492, CVE-2007-5693, CVE-2007-5694
(Closes: #447135)
* Fix possible redirect to other websites via the forward parameter in
command.php
Fixes: CVE-2007-5695 (Closes: #448690)
* Fix multiple XSS by adding more checks for certain parameters
Fixes: CVE-2007-5692 (Closes: #448689)
-- Steffen Joeris <white@debian.org> Wed, 5 Dec 2007 16:58:25 +0100
sitebar (3.3.8-12) unstable; urgency=low
* Updated French translation (fr.po). Closes: #439636.
-- Kevin Coyner <kcoyner@debian.org> Fri, 31 Aug 2007 21:09:41 -0400
sitebar (3.3.8-11) unstable; urgency=low
* Updated Czech translation (cs.po). Closes: #439274.
-- Kevin Coyner <kcoyner@debian.org> Fri, 24 Aug 2007 21:14:22 -0400
sitebar (3.3.8-10) unstable; urgency=low
* Minor errors in debian/template. Fixed in upload 3.3.8-9. Closes: #438624. * Updated translations in debian/po: + German (de.po). Closes: #438623, #438908. + Portuguese translation (pt.po). + Swedish translation (sv.po). Closes: #438829. + Vietnamese translation (vi.po). Closes: #438838.
-- Kevin Coyner <kcoyner@debian.org> Wed, 22 Aug 2007 21:14:57 -0400
sitebar (3.3.8-9) unstable; urgency=low
* Small changes to debian/template. Thanks to Helge Kreutzmann.
Closes: #418573.
* Updated German translation (de.po). Closes: #420436
* New e-mail address for maintainer. Changed throughout debian/* files.
* Changed order of dependencies in debian/control to give preference to php5
over php4.
-- Kevin Coyner <kcoyner@debian.org> Thu, 16 Aug 2007 15:14:53 -0400
sitebar (3.3.8-8) unstable; urgency=low
* Add in conditional call to debconf in debian/postrm and debian/config.
Closes: #417029
* Add German translation (de.po). Closes: #418576
-- Kevin Coyner <kevin@rustybear.com> Wed, 18 Apr 2007 07:44:27 -0400
sitebar (3.3.8-7) unstable; urgency=low
* Add Spanish translation (es.po). Closes: #413782
-- Kevin Coyner <kevin@rustybear.com> Wed, 7 Mar 2007 11:08:09 -0500
sitebar (3.3.8-6) unstable; urgency=low
* Update Czech translation (cs.po). Closes: #404499
-- Kevin Coyner <kevin@rustybear.com> Sun, 7 Jan 2007 19:47:54 -0500
2006
sitebar (3.3.8-5) unstable; urgency=low
* Update French translation (fr.po). Closes: #404177
-- Kevin Coyner <kevin@rustybear.com> Sun, 24 Dec 2006 21:06:23 -0500
sitebar (3.3.8-4) unstable; urgency=low
* Add/update Vietnamese, Portuguese and French translations (vi.po, pt.po and
fr.po). Closes: #400431, #401299, #401667
-- Kevin Coyner <kevin@rustybear.com> Sat, 9 Dec 2006 13:28:16 -0500
sitebar (3.3.8-3) unstable; urgency=medium
* Check if the mysql client is available during configuration and
automatically skip db setup if not. Thanks to Andreas Henriksson for this
RC patch and the next two items as well. (Closes: #398545)
* Add a note telling the user why database configuration is skipped and how
to fix it and restart.
* Add call to debconf-updatepo in debian/rules clean target to automatically
regenerate templates.pot and translation files.
* Add snippet to debian/postinst to check for a running mysql server and
to start it if not running. Also check for a running mysql just before
database configuration. (Closes: #297812)
* Remove two underscores that incorrectly designate Default: fields as
translatable in debian/templates.
* Add Czech and Swedish translations (cs.po and sv.po). (Closes: #301474)
-- Kevin Coyner <kevin@rustybear.com> Sat, 25 Nov 2006 07:58:26 -0500
sitebar (3.3.8-2) unstable; urgency=low
* Added additional code snippet from upstream to command.php to prevent cross-site
scripting per CVE-2006-3320
* Current version of sitebar provides sufficient help during web based setup
(Closes: #268216)
* Current version of sitebar supports https (Closes: #299219)
* Added Vietnamese translation of sitebar debconf messages (Closes: #318373)
* Updated to Standards-Version 3.7.2
* Updated debian/templates file to conform to Debian Developers Reference
Section 6.5 Configuration management with debconf
-- Kevin Coyner <kevin@rustybear.com> Sun, 29 Jul 2006 13:10:49 -0400
sitebar (3.3.8-1.1) unstable; urgency=high
* High urgency upload for RC security bug fix.
* Properly encode the 'command' parameter of command.php
(CVE-2006-3320, Closes: #377299).
-- Thijs Kinkhorst <thijs@debian.org> Fri, 28 Jul 2006 14:29:31 +0200
sitebar (3.3.8-1) unstable; urgency=low
* New upstream release and new maintainer (Closes: #358893) * Changed debian/control - Standards-Version: 3.6.2 (was 3.6.1) - Changed debconf dependency (Closes: #332096) - Added php5/libapache2-mod-php5/php5-mysql to Depends: (Closes: #322662) - Added reference to homepage - Added Build-Depends of po-debconf * Updated debian/copyright * Upstream addressed inc/tree.inc.php sql error (Closes: #300731) * Fixed deprecated use of chown in debian/postinst * Added debian/compat file for debhelper * Changed debian/rules - Removed reference to non-existent file doc/engine.txt - Removed dh_installexamples since there are no examples * Removed debian/conffiles since no longer needed with addition of compat file version 5 * Created symlinks to troubleshooting.txt and install.txt so they are not dead links * Updated debian/watch
-- Kevin Coyner <kevin@rustybear.com> Fri, 14 Apr 2006 06:16:32 -0400
2005
sitebar (3.2.6-7) unstable; urgency=low
* Updated maintainer field to reference my shiny new debian.org address
* Updated config.inc template to use <?php instead of short_open_tag
(Closes:Bug#276899)
-- S. Zachariah Sprackett <zacs@debian.org> Thu, 17 Feb 2005 11:40:30 -0500
2004
sitebar (3.2.6-6) unstable; urgency=high
* When I moved to apache2 the dependency on php4 should have been
changed to libapache2-mod-php4 | php4 (Closes:Bug#274893)
-- S. Zachariah Sprackett <zac@sprackett.com> Tue, 5 Oct 2004 09:46:21 -0400
sitebar (3.2.6-5) unstable; urgency=medium
* Added updated french translation (Closes:Bug#271393) * Changed dependency to apache2 | httpd to be more in line with testing
-- S. Zachariah Sprackett <zac@sprackett.com> Fri, 17 Sep 2004 18:10:33 -0400
sitebar (3.2.6-4) unstable; urgency=high
* Improved documentation in README.Debian (Closes:Bug#268216) * Fixed typo in debian/control - Standards-Version: 3.6.1 (was 3.6.1.10)
-- S. Zachariah Sprackett <zac@sprackett.com> Thu, 26 Aug 2004 13:53:26 -0400
sitebar (3.2.6-3) unstable; urgency=high
* Mohammed Adn?ne TROJETTE provided a newly updated french translation * Changed wording of descriptive text in postrm debconf question * Inflated urgency to get into testing for Sarge freeze
-- S. Zachariah Sprackett <zac@sprackett.com> Mon, 16 Aug 2004 16:43:41 -0400
sitebar (3.2.6-2) unstable; urgency=medium
* Added french translation submitted by Mohammed Adn?ne TROJETTE
and AT via.ecp.fr (Closes:Bug#265656)
* Fixed typo in debconf configuration prompts
* Added db_subst to display server names in debconf prompts
(Closes:Bug#265842)
* Added missing depends on wwwconfig-common (Closes:Bug#265840)
* Improved upgrade to automatically move database to latest version in
postinst script rather than having random users do it via the web.
* Moved web server restart from config to postinst.
-- S. Zachariah Sprackett <zac@sprackett.com> Sun, 15 Aug 2004 10:20:38 -0400
sitebar (3.2.6-1) unstable; urgency=medium
* Updated to new vendor upstream which contains a fix for users with
uid > 255
-- S. Zachariah Sprackett <zac@sprackett.com> Sun, 8 Aug 2004 16:47:33 -0400
sitebar (3.2.5-4) unstable; urgency=low
* moved to po-debconf
-- S. Zachariah Sprackett <zac@sprackett.com> Thu, 15 Jul 2004 16:37:08 -0400
sitebar (3.2.5-3) unstable; urgency=low
* Changed my contact information. * Properly generated .orig.tar.gz and diff
-- S. Zachariah Sprackett <zac@sprackett.com> Thu, 15 Jul 2004 15:46:08 -0400
sitebar (3.2.5-2) unstable; urgency=low
* Corrected upstream contact information
-- S. Zachariah Sprackett <zac@sprackett.com> Wed, 14 Jul 2004 13:06:19 -0500
sitebar (3.2.5-1) unstable; urgency=low
* Updated to 3.2.5
-- S. Zachariah Sprackett <zac@sprackett.com> Wed, 14 Jul 2004 11:25:20 -0500
sitebar (3.2-2) unstable; urgency=low
* Fixed lintian warnings.
-- S. Zachariah Sprackett <zac@sprackett.com> Tue, 13 Jul 2004 23:01:25 -0500
sitebar (3.2-1) unstable; urgency=low
* Rolled initial Debian package
-- S. Zachariah Sprackett <zac@sprackett.com> Tue, 13 Jul 2004 18:07:03 -0500