Commit Graph

280 Commits

Author SHA1 Message Date
Antoine Beaupré 9e3b4b8cdd conflict alternc-slave with alternc 2008-10-04 16:12:11 +00:00
Antoine Beaupré 68b21e283a fix autobuilder versionning 2008-10-04 16:08:26 +00:00
Antoine Beaupré 64732a75ee prepare a test upload for koumbit 2008-10-04 16:05:51 +00:00
Antoine Beaupré 0b9100d1b4 fix lintian. again. 2008-10-04 16:02:33 +00:00
Antoine Beaupré 6e7d203260 try to silence litian warnings in alternc-slave 2008-10-04 16:00:53 +00:00
Antoine Beaupré 8151682267 try to fix install again 2008-10-04 15:59:26 +00:00
Antoine Beaupré f78850fc05 don't install logrotate and cron.d files manually 2008-10-04 15:57:56 +00:00
Antoine Beaupré 4f5be25dc7 use dh_install to fix multiple-package support 2008-10-04 15:55:55 +00:00
Antoine Beaupré 1e1673ebb9 update po files with latest translation strings, this unbreaks svn-buildpackage 2008-10-04 15:48:03 +00:00
Antoine Beaupré c50ad5049f try to create a frontend node-specific package 2008-10-04 15:46:46 +00:00
Antoine Beaupré e0c00405aa group chmod together, cosmetic change 2008-10-04 15:32:33 +00:00
Antoine Beaupré 731ea7a939 factor out some calls 2008-10-04 15:28:15 +00:00
Benjamin Sonntag b1b87e06f4 Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:07:00 +00:00
Antoine Beaupré 27215d1cbc add templates for the new options 2008-07-10 22:02:38 +00:00
Antoine Beaupré a62b9109ed add some of the sqlbackup options to the local.sh global configuration.
note that we discarded some suggestions options:

F_LOG: replaced with syslog
DAEMON: will be considered for inclusion later
VERBOSE/DEBUG: available through command line flags

TYPE_NAME_BACKUP and ALLOW_OVERWRITE_BACKUP are being renamed to
SQLBACKUP_TYPE and SQLBACKUP_OVERWRITE. this is to be more consistent
with the global configurations

See: #1081
2008-07-10 21:18:42 +00:00
Antoine Beaupré 6c8c512b05 fix typo 2008-04-24 16:55:52 +00:00
Antoine Beaupré 9be86ad565 remove gcc from build-depends: we now use perl scripts
Spotted by: Patrick Hétu
2008-04-24 16:19:10 +00:00
Antoine Beaupré b6ef65ded3 also fix database user variable expansion in debian configuration. without this, it is probably not possible to change the database user from the debconf prompts 2008-04-17 23:08:10 +00:00
Antoine Beaupré 83be236897 add missing ) to version 2008-04-15 16:24:22 +00:00
Antoine Beaupré 34e28495a5 change the version number with sed instead of debchange, which always adds a new changelog... 2008-04-15 16:23:11 +00:00
Antoine Beaupré eff216a5dc more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange. 2008-04-15 16:09:15 +00:00
Antoine Beaupré 71bda92a12 open the changelog for version 0.9.9, so that we can add changes to that version as we go along. use ~ as the svn version seperator so it's *lower* than 0.9.9 on snapshots 2008-04-15 15:54:48 +00:00
Antoine Beaupré 83f15dca0e make it so that the displayed version is only the one set in the changelog 2008-04-15 15:42:33 +00:00
Antoine Beaupré 27b4d9d2a6 make a quick hack to build snapshots from svn, with a snapshot version 2008-04-15 15:40:42 +00:00
Antoine Beaupré 7cfa0db5ed fix mysql.cnf regexp for a last time, i hope 2008-04-14 03:22:10 +00:00
Antoine Beaupré 06166a92e2 another last minute fix about mysql.cnf parsing 2008-04-14 03:12:23 +00:00
Antoine Beaupré 8bb184b1d6 fix translation of main prompt 2008-04-14 02:48:43 +00:00
Antoine Beaupré 2078514248 remove old cvs statefile 2008-04-14 02:41:20 +00:00
Antoine Beaupré 2d19879499 complete changelog in preperation for 0.9.8
(step one of the ReleaseProcess)
2008-04-14 02:29:58 +00:00
Antoine Beaupré 81295909f5 really fix the lintian warning about the copyright notice 2008-04-13 04:59:51 +00:00
Antoine Beaupré 840f674b97 try to fix lintian warning copyright-without-copyright-notice 2008-04-13 04:50:50 +00:00
Antoine Beaupré 36b90f1691 automatic template translation update 2008-04-13 04:46:57 +00:00
Antoine Beaupré 97ddcc0206 fix standards 2008-04-13 04:46:05 +00:00
Antoine Beaupré a73b224181 follow 3.7.2.3 standards version
use the Homepage: dpkg field
fix syntax in Uploaders field
2008-04-13 04:44:30 +00:00
Antoine Beaupré 7ace0b23cd fix a lintian warning (YES/NO is bad practice) and remove apache and
php from the list of overwritten files.
2008-04-13 04:41:08 +00:00
Antoine Beaupré d5a4c72e4a Major redesign of the MySQL backend interface to fix a security issue.
See: #318.

As of now, the MySQL configuration used everywhere by AlternC is not
stored in the main configuration file (/etc/alternc/local.sh) but in a
MySQL configuration file in /etc/alternc/my.cnf, which enables us to
call mysql without exposing the password on the commandline.

The changes here are quite invasive but will allow us to factor out
the MySQL configuration better. See #364.

This includes a partial rewrite of the mysql.sh logic, which is now ran
from the postinst script (and not alternc.install) which will allow us
to actually change the MySQL root user properly. See #601.

This commit was tested like this:

 * clean install on etch (working)
 * upgrade from a clean 0.9.7 (working)
2008-04-13 04:35:19 +00:00
Antoine Beaupré d85fd09673 fix makefile syntax again 2008-04-10 19:36:22 +00:00
Antoine Beaupré e2b8d31038 fix typos 2008-04-10 19:33:53 +00:00
Antoine Beaupré bd3cd1b16e fix indentation 2008-04-10 19:32:17 +00:00
Antoine Beaupré 73b7746f58 add missing configuration that wasn't ran properly when installing, since initrep.sh was removed from the installation at some point. remove initrep.sh altogether since it's not required anymore. Closes: #1109. 2008-04-10 19:30:59 +00:00
Antoine Beaupré f1a242f393 remove warning for false positive on monitor_ip 2008-04-10 18:59:34 +00:00
Antoine Beaupré c8f477c3ec crude implementation of permission change in the file browser
Contributed by: Mathieu Lutfy
Sponsored by: Koumbit
2008-04-10 18:40:08 +00:00
Antoine Beaupré 9517d27d78 Standardisation de l'interface web d'AlternC, qui passe maintenant la
validation du w3c

Refonte de certains styles et couleurs, tel que discuté sur la liste de
discussion.

Des modifications locales peuvent maintenant être faites dans
styles/custom.css qui n'est pas distribué avec AlternC et donc jamais
remplacé.

Contribution de Marc Angles
Sponsorisé par Koumbit
2008-04-10 18:05:51 +00:00
Antoine Beaupré 7269275e5c be a bit more optimistic: accept AlternC installation by default 2008-02-29 20:22:14 +00:00
Antoine Beaupré c41a64dc9b add dependency on mysql-client, as it is actually required 2008-02-29 20:13:41 +00:00
Antoine Beaupré b851a6fb99 suggest magpierss since we need it, optionally, for the homepage news 2008-02-01 23:07:48 +00:00
Antoine Beaupré d6d765eba9 properly prompt, with low priority, for the MYSQL_CLIENT parameter. AT LAST, this Closes: #1012 2007-11-15 02:53:04 +00:00
Antoine Beaupré e43a9939b5 do the bind zonefiles migration for all versions before 0.9.4 (instead of all before and including 0.9.3), since it's the only known version with that proper configuration. Closes: #1077 2007-11-14 22:30:17 +00:00
Antoine Beaupré 6e3b1f0952 remove unofficial packages from history, announce 0.9.7 2007-11-09 23:44:38 +00:00
Antoine Beaupré 20ac9d2316 fix another lintian warning 2007-11-09 22:09:34 +00:00
Antoine Beaupré 183397a9b4 update templates translations 2007-11-09 22:08:04 +00:00
Antoine Beaupré 73baaee104 silence lintian warnings 2007-11-09 22:07:31 +00:00
Antoine Beaupré 686fcc8328 one more test release 2007-11-09 22:05:45 +00:00
Antoine Beaupré b96ac8ea84 note some packages never released 2007-10-26 04:49:42 +00:00
Antoine Beaupré 0b976cbf5a include unconditionnaly our phpmyadmin config, because in the etch
version (2.9), config.inc.php gets called multiple times, which ends up
not including our config in later includes

Closes: #1052
2007-10-05 18:51:54 +00:00
Antoine Beaupré 919b64da06 fix changelog format again 2007-10-03 23:06:40 +00:00
Antoine Beaupré c1ecec8a0e fix my username for signnatures 2007-10-03 23:04:59 +00:00
Antoine Beaupré 67f581664b prepare a test package for stable for Koumbit 2007-10-03 22:58:42 +00:00
Antoine Beaupré 20037606ad more details in changelog, some grammar fixes 2007-10-02 18:09:11 +00:00
Antoine Beaupré 778824b25b move mysql-server to recommends, since we now support mysql on a different server. Closes: #1014 2007-10-02 17:48:13 +00:00
Antoine Beaupré 05dfb324a5 fix last lintian warnings 2007-09-09 21:04:12 +00:00
Antoine Beaupré eaf588ee52 silence more lintian warnings 2007-09-09 21:02:13 +00:00
Antoine Beaupré bdd9cf2c13 add changelog for apache and the latest fixes, depend explicitely on apache and apache2 instead of relying on libapache-mod-php having the right dependencies: it doesn't 2007-09-09 20:36:43 +00:00
Benjamin Sonntag c6fcdcb271 Checking MX when hosting a mail. Fixes #1074 2007-09-09 20:33:30 +00:00
Antoine Beaupré 233397e37a try to reload apache2 too, install symlinks for apache2 if available 2007-09-09 20:31:35 +00:00
Benjamin Sonntag 1ead7e1bbb Fixing dns/nodns issue (a bug in update_domains) Fixes #772 2007-09-09 20:01:34 +00:00
Antoine Beaupré d6cbfcb1ce first attempt at making alternc apache2-compatible
revert to manual configuration of modules.conf since apache-modconf doesn't really work
move apache-ssl to recommends since it has no equivalent in the apache2 world
2007-09-09 19:17:45 +00:00
Antoine Beaupré a0b2eda9bd revert last commit, sed is an essential package, no need for explicit dependency 2007-09-07 19:44:04 +00:00
Antoine Beaupré e9d9ecdae1 add sed to dependencies, it's used all over the place 2007-09-07 19:40:50 +00:00
Benjamin Sonntag f4ed76dce1 correcting template (lintian ranted ...) 2007-08-27 09:43:44 +00:00
Benjamin Sonntag 1d1c8f9a01 Choose english if the language is not available. Fixes #1047 2007-08-27 07:25:19 +00:00
Benjamin Sonntag d2c5c63811 parameter checking in subdomain creation, + translations added in dom_subdodel.php 2007-08-27 07:19:10 +00:00
Benjamin Sonntag 4067fcc07a changing ownership of /var/alternc/tmp 2007-08-27 06:02:34 +00:00
Benjamin Sonntag 0cf1a82fc2 changing ownership of /var/alternc/tmp 2007-08-27 06:01:41 +00:00
Benjamin Sonntag 8a0cbf415d url are now not / : Fixes #1054 2007-08-26 20:41:32 +00:00
Benjamin Sonntag 22fefe0407 correction des templates + modifs légères de dépendances pour lintian ... 2007-08-26 19:24:36 +00:00
Benjamin Sonntag dd2e4fd917 alternc version to test ... 2007-08-23 17:22:01 +00:00
Benjamin Sonntag 7f753e02f8 alternc version to test ... 2007-08-23 17:20:50 +00:00
Benjamin Sonntag 73e1c87b0a apache modules manual install 2007-08-23 17:14:17 +00:00
Benjamin Sonntag 8467cf5473 we copy the default squirrelmail prefs in new accounts. Fixes #1015 2007-08-23 08:18:41 +00:00
Benjamin Sonntag e05aece60e We configure postfix even when main.cf don't exist. Fixes #1009 2007-08-23 08:01:01 +00:00
Benjamin Sonntag 6bad3e9495 Correction du probleme du lien voir. Fixes #690 2007-08-23 06:46:50 +00:00
Benjamin Sonntag 76dd27eacc changes 'move' to 'move to' + translation (Fixes #787) 2007-08-23 05:59:46 +00:00
Benjamin Sonntag b3e3cb4491 Confirm file deletion : translation. Fixes #1718 2007-08-23 05:52:35 +00:00
Benjamin Sonntag a5f92a26dd changelog of the previous fixes 2007-08-22 23:02:47 +00:00
Benjamin Sonntag 55308ae2c0 using our own log format : we need this since we are not using 'real' virtualhosts 2007-08-22 22:08:20 +00:00
Antoine Beaupré c2592aea96 don't label this release as 0.9.7, we're not there yet 2007-08-15 00:02:44 +00:00
Antoine Beaupré 289fb63573 revert commit 1835, included by mistake here 2007-05-31 19:06:33 +00:00
Benjamin Sonntag 051ce2dc61 it's override_php, not override.php ... 2007-05-31 17:15:04 +00:00
Antoine Beaupré 373b830f94 remove confs on purge, not on remove 2007-05-31 17:07:16 +00:00
Antoine Beaupré 6cb1e4018d 0.9.6.3 changelog 2007-05-11 01:38:55 +00:00
denis 363aa93f1a Dépendance sur courier-authmysql ou courier-authlib-mysql pour être installable dans Etch:
Aucune version du paquet courier-authmysql n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
Cependant les paquets suivants le remplacent :
  courier-authlib-mysql
2007-03-07 14:45:42 +00:00
Antoine Beaupré 977a9425e4 announce 0.9.6.2: a proper repackaging of 0.9.6.1 2007-01-17 21:04:18 +00:00
Antoine Beaupré 7e02add2ca fix the real problem: add postfix to the sasl group in postinst, so that we don't need postfix in pre-depends 2007-01-17 20:58:16 +00:00
Antoine Beaupré df3cc759ac déplacer postfix vers le pre-depends, car on assume que le paquet est
configuré en preinst, close #1022.

trier correctement la dépendance php-mysql, close #1023.
2007-01-14 21:27:57 +00:00
Antoine Beaupré 3bdd72980f remove apache{,-ssl} directories from templates, they're empty. also remove those and /etc/php4 from dirs because we don't install anything there anymore. Closes: #1001. 2007-01-14 20:37:28 +00:00
Antoine Beaupré 005d6379c2 Fix a race condition in update_domaines.sh that could allow users to
bypass open_basedir protections when creating domains. Reported by
jerome.

This required changing basedir_prot's behavior so that it creates the
protection even if the symlink doesn't exist, which might create extra
files that are not necessary, but "better be safe than sorry". We
could also fix this in a subsequent release.
2007-01-12 23:03:33 +00:00
Antoine Beaupré a5cdc58485 back out part of last commit: apache2 is going to require a lot more work than that and is postponed to another release 2007-01-12 21:19:11 +00:00
Antoine Beaupré 36b0a9a38f try to make alternc work with apache2: depend on apache or apache2. move mod-gzip to recommends, since alternc can perfectly live without it 2007-01-12 21:14:59 +00:00
Antoine Beaupré 8374ad5644 fix format of changelog line, again 2007-01-12 21:06:18 +00:00
Antoine Beaupré 6d355b73c9 fix format of changelog line 2007-01-12 21:05:04 +00:00
Antoine Beaupré b4b3b638d4 prepare changelog for 0.9.6.1 2007-01-12 21:04:01 +00:00
Antoine Beaupré 9ad7199f03 only reset the welcomeconfirm prompt if it gets refused so it shows up only once, on first install. See #737. This prompt should simply go away at some point, or we could modify it to tell the admin where the backups are. 2007-01-12 20:20:35 +00:00
Antoine Beaupré 8cccd4f7bd Close #1005: make sure we have a override_php.conf link in /etc/apache/conf.d 2007-01-12 20:16:20 +00:00
Antoine Beaupré 5a13fa21d8 add a more meaningful changelog 2006-11-28 05:22:57 +00:00
Antoine Beaupré 2b74348649 put myself maintainer, keep benjamin as uploader 2006-11-28 05:18:49 +00:00
Antoine Beaupré 1952f7c8f5 merge r1751 from 0.9.6: add accent to my name 2006-11-28 05:17:34 +00:00
Antoine Beaupré 1158621261 next release is 0.9.6, not 0.9.5.2. we're heading for a release today, document a bit more things. set myself as the documentor 2006-11-27 21:29:07 +00:00
Nahuel Angelinetti 3857dc9ad0 On passe le path d'install d'alternc en priority low, et on rajoute un warning, il faudrait rajouter de la couleur si c'est possible pour attirer l'oeil et montrer qu'il faut faire attention
Close: #785
2006-09-15 17:16:42 +00:00
Benjamin Sonntag 2f7fd621a1 changelog www httpd.conf 2006-07-08 09:22:04 +00:00
Nahuel Angelinetti d7ac6db630 Rajout de la confirmation de la suppression des données lors d'un purge
Closes: #645
2006-07-07 11:39:30 +00:00
Antoine Beaupré f8e5ae2d0d renverser une partie de [879], closes: #648 2006-07-05 10:07:33 +00:00
Antoine Beaupré f48dfd5f33 fix mode on language file 2006-06-28 22:01:57 +00:00
Antoine Beaupré 0ad4990a47 upgrade to latest debian policy 2006-06-28 21:59:29 +00:00
Antoine Beaupré e6fdfd25b9 silence two lintian warnings 2006-06-28 21:58:26 +00:00
Antoine Beaupré a4ef32eb9f ne pas dependre deux fois de perl-suid 2006-06-28 21:57:35 +00:00
Antoine Beaupré 89090f0c48 don't try to package inexistent files 2006-06-28 21:56:41 +00:00
Benjamin Sonntag f4c3ad85e0 ajout des perl suid scripts (desole, j'avais oublie...) 2006-05-12 11:17:23 +00:00
Benjamin Sonntag da63874904 Remplacement des scripts C setuid par des scripts perl, AlternC is now arch indep \! 2006-05-11 10:52:23 +00:00
Benjamin Sonntag 7f7be7ee92 compilation propre du .po de alternc-admintools 2006-05-09 16:45:23 +00:00
Benjamin Sonntag 8700b24893 compilation propre du .po de alternc-admintools 2006-05-09 16:43:58 +00:00
Benjamin Sonntag 3db0f64fd4 compilation propre du .po de alternc-admintools 2006-05-09 16:37:15 +00:00
Benjamin Sonntag 5e37a8ec8c adding dependency on adduser as lintian told me to do so 2006-05-04 01:59:23 +00:00
Rémi 2cc511a79e suivi des instructions disponibles ici :
http://alternc.org/marchives/dev/2005-November/001800.html
pour ajouter les éléments nécessaires au bon démarrage de saslauthd
2006-05-01 13:37:34 +00:00
Benjamin Sonntag d2e942d3c4 debian changelog for release 0.9.5 2006-04-28 16:19:03 +00:00
Antoine Beaupré 324efcf840 placer la conf ssl au bon endroit, close #646 2006-04-26 21:13:18 +00:00
Pierre Gilles Mialon 6cbbd76c40 Typo see 646 2006-04-26 20:46:35 +00:00
Antoine Beaupré 760aeb641b corriger les liens symboliques, règle peut-être le 646 (see #646) 2006-04-26 20:24:04 +00:00
Benjamin Sonntag 4e444d92e0 Adding spoolsize to cache the size of web / mail / db contents, Closes 569 2006-04-26 14:26:21 +00:00
Pierre Gilles Mialon 6ca8255f49 AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00