- From: "Marek Habersack" <grendel AT cvs.caudiumforge.net>
- To: caudium-commits AT caudium.net
- Subject: CVS: caudium/debian Global_Variables,1.12,1.12.2.1 README.Debian,1.16,1.16.2.1 changelog,1.129.2.9,1.129.2.10 control,1.50.2.3,1.50.2.4
- Date: Tue, 19 Jul 2005 09:50:52 +0000
Update of /cvs/caudium/caudium/debian
In directory cvs.caudiumforge.net:/tmp/cvs-serv64991/debian
Modified Files:
Tag: stable_1_4
Global_Variables README.Debian changelog control
Log Message:
debian mods
Index: Global_Variables
===================================================================
RCS file: /cvs/caudium/caudium/debian/Global_Variables,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -r1.12 -r1.12.2.1
--- Global_Variables 17 May 2004 19:52:51 -0000 1.12
+++ Global_Variables 19 Jul 2005 09:50:49 -0000 1.12.2.1
@@ -26,7 +26,7 @@
<var name='EnableRangeHandling'><int>1</int></var>
<var
name='cache_storage_disk_path'><str><![CDATA[/var/cache/caudium/cache]]></str></var>
<var
name='storage_disk_path'><str><![CDATA[../caudium_cache/storage]]></str></var>
- <var name='ConfigurationIPpattern'><str><![CDATA[*]]></str></var>
+ <var
name='ConfigurationIPpattern'><str><![CDATA[127.0.0.1]]></str></var>
<var
name='InternalImagePath'><str><![CDATA[caudium-images/]]></str></var>
<var
name='docurl2'><str><![CDATA[
http://www.roxen.com/documentation/context.pike?page=]]></str></var>
<var
name='ModuleDirs'><a><str><![CDATA[/usr/share/pike_packages/apps/modules/]]></str><str><![CDATA[/usr/lib/caudium/local_modules/]]></str><str><![CDATA[/usr/lib/caudium/modules/]]></str><str><![CDATA[/usr/lib/caudium/more_modules/]]></str><str><![CDATA[/usr/share/roxen/modules/]]></str><str><![CDATA[/usr/local/share/caudium/modules/]]></str></a></var>
Index: README.Debian
===================================================================
RCS file: /cvs/caudium/caudium/debian/README.Debian,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -r1.16 -r1.16.2.1
--- README.Debian 6 Dec 2002 19:55:56 -0000 1.16
+++ README.Debian 19 Jul 2005 09:50:49 -0000 1.16.2.1
@@ -1,44 +1,11 @@
Caudium Webserver for Debian
----------------------------
-*** NOTE ***
+ The default configuration now forbids access to the configuration
+ interface from IPs other than 127.0.0.1. That means, to access the
+ configuration interface remotely, you will need to use SSH port
+ forwarding or use (e)links/lynx locally (for that elinks is recommended)
-THIS IS A DEVELOPER'S RELEASE OF THE DEVELOPMENT CAUDIUM CVS TREE.
-DO NOT RELY UPON THIS PACKAGE FOR PRODUCTION USE - YOUR SERVER
-CONFIG FILES ETC. MIGHT BE DESTROYED WITH EVERY NEW RELEASE OF THIS
-PACKAGE.
-
-*** NOTE ***
-
-
-The default login/password pair for the config interface is admin/password,
-respectively. Please make sure to change at least the password as soon
-as possible if you haven't done so during the installation process!
-
-A few notes regarding this package are due here since it differs a
-bit from its predecessor, Roxen.
-
- - libroxen
- All the modules with names starting with libroxen- install themselves
- in the /usr/share/roxen/modules directory. This path is searched
- by Caudium, but the modules found there are loaded _last_ - so they
- might be overriden by a module with the same name installed in directories
- that precede the above dir in the Caudium module load pathlist.
- One example of such situation is the libroxen-123session by Kai Voigt.
This
- module is part of the Caudium distribution, while it is not part of the
- Roxen 1.3 one - the module from the Caudium package will be used (which
- actually is a Good Thing(tm) - the Caudium module is newer :) )
-
- - External packages
- If you are a packager of an external package that requires or extends
- Caudium, you can put the files that have to be found by Caudium in a
- subdirectory of the /usr/share/pike_packages/apps/modules/ directory.
- That directory is part of the standard Caudium module path.
- NOTE: if you are upgrading from a previous version of the Caudium 1.2
- or newer package, this path will not be added automatically. In such
- case you will have to extend the modules path manually using the
- Configuration Interface.
-
- $Id: README.Debian,v 1.16 2002/12/06 19:55:56 grendel Exp $
+ $Id: README.Debian,v 1.16.2.1 2005/07/19 09:50:49 grendel Exp $
-- Marek Habersack
<grendel AT debian.org>,
Tue, 15 Aug 2000 13:47:27 +0200
Index: changelog
===================================================================
RCS file: /cvs/caudium/caudium/debian/changelog,v
retrieving revision 1.129.2.9
retrieving revision 1.129.2.10
diff -u -r1.129.2.9 -r1.129.2.10
--- changelog 14 Jun 2005 00:22:25 -0000 1.129.2.9
+++ changelog 19 Jul 2005 09:50:49 -0000 1.129.2.10
@@ -1,3 +1,29 @@
+caudium (2:1.4.7-1) unstable; urgency=low
+
+ * The latest released version of the server
+ * Closes: #306070: bug at line 83 (missing eval command) and cosmetic
+ changes in postinstall
+ * Closes: #283847: /etc/init.d/caudium fails to stop caudium. Caudium
+ 1.4 uses a different start/stop mechanism which does not exhibit the
+ problem (even though the init.d script is mostly the same)
+ * Closes: #315805: INTL:vi. Added the Vietnamese translation.
+ * Closes: #294975: config access is open on all interfaces by default
+ setup. Changed to allow connections only from 127.0.0.1. The only
+ issue with that is that you will need to use ssh forwarding to access
+ the configuration port from a remote location for initial config
+ (or use /e/links locally)
+ * Closes: #315288: French debconf templates translation update
+ * Closes: #304880: [l10n] Czech translation for caudium
+ * Closes: #297830: when purging caudium tries to remove /var/state
+
+ -- Marek Habersack
<grendel AT debian.org>
Tue, 19 Jul 2005 11:49:10 +0200
+
+caudium (2:1.4.5.2-4) experimental; urgency=low
+
+ * Updated for the new pike7.6
+
+ -- Marek Habersack
<grendel AT debian.org>
Sun, 19 Jun 2005 03:32:09 +0200
+
caudium (2:1.4.5.2-3) experimental; urgency=low
* Closes: #306070: bug at line 83 (missing eval command) and cosmetic
Index: control
===================================================================
RCS file: /cvs/caudium/caudium/debian/control,v
retrieving revision 1.50.2.3
retrieving revision 1.50.2.4
diff -u -r1.50.2.3 -r1.50.2.4
--- control 21 Apr 2005 23:45:28 -0000 1.50.2.3
+++ control 19 Jul 2005 09:50:50 -0000 1.50.2.4
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Marek Habersack
<grendel AT debian.org>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>> 4.1.16), pike7.6-dev (>= 7.6.24-1),
pike7.6-core (>= 7.6.24-1), debconf-utils, libpcre3-dev, libsablot0-dev,
libxmltok1-dev, debconf (>= 0.2.26), sharutils, autoconf (>> 2.53), perl
(>=5.8.0)
+Build-Depends: debhelper (>> 4.1.16), pike7.6-dev (>= 7.6.27-1),
pike7.6-core (>= 7.6.27-1), debconf-utils, libpcre3-dev, libsablot0-dev,
libxmltok1-dev, debconf (>= 0.2.26), sharutils, autoconf (>> 2.53), perl
(>=5.8.0)
Package: caudium
Architecture: any
- CVS: caudium/debian Global_Variables,1.12,1.12.2.1 README.Debian,1.16,1.16.2.1 changelog,1.129.2.9,1.129.2.10 control,1.50.2.3,1.50.2.4, Marek Habersack
Archive powered by MhonArc 2.6.10.