Commit Graph

452 Commits

Author SHA1 Message Date
Ralf Becker
5ca3fbc7d2 9.1.20090902: bugfixes and phpfreechat added 2009-09-02 12:26:04 +00:00
Ralf Becker
d0910b5307 "HTMLpurifier requires ctype extension, which is on SuSE in php5-ctype package (RH has it in php-common)" 2009-08-14 09:35:56 +00:00
Ralf Becker
85563d856b not longer used 2009-08-05 07:00:52 +00:00
Ralf Becker
8a96c69dda "requiring %{php}-posix for all distros (RH distros provide that in different packages depending on their version)" 2009-08-05 06:58:41 +00:00
Ralf Becker
48a1f0845a "added php-process (contains posix extension) for rh" 2009-07-31 21:17:39 +00:00
Ralf Becker
f6ac8f4a99 added php-process (contains posix extension) for rh 2009-07-31 21:15:36 +00:00
Ralf Becker
ff78440a3e "- 9.1.20090731 changelog
- removed zend server stuff"
2009-07-31 10:17:33 +00:00
Ralf Becker
909caed2dd "- quitening warning if LANG does NOT contain nation
- create dummy mailserver config, as fmail otherwise gives fatal error otherwise"
2009-07-30 09:17:49 +00:00
Ralf Becker
3c7dd9444b "jpgraph was missing from open_basedir" 2009-07-29 17:13:30 +00:00
Ralf Becker
dc545733d9 "added /usr/bin/zip to allow to call zip binary to fix broken zip archives of addressbook odt merge" 2009-07-29 16:29:50 +00:00
Ralf Becker
7324ddd4f6 "- added zip and for suse php5-zip requirement (for addressbook odt merge)
- epl 9.1.20090720"
2009-07-28 08:14:54 +00:00
Ralf Becker
6a4974fd96 fixed not working --run -name or --run +name 2009-07-21 06:31:59 +00:00
Ralf Becker
9f82b17b4f build@stylite.de as packager 2009-07-20 06:52:33 +00:00
Ralf Becker
4cb4b19354 removed icalsrv 2009-06-26 09:47:53 +00:00
Ralf Becker
1e1b9f0604 "- fixed circular dependency on suse, causing it to not install egroupware-epl as last package, by moving /usr/bin/php --> /usr/bin/php5 symlink to egroupware-core
- added all php dependencies to egroupware-epl-core or the modulre requiring it
- updated version to 9.1.20090626"
2009-06-26 09:33:03 +00:00
Ralf Becker
1d98f10532 "- open_basedir also needs php_admin_value
- setting max_post_size, memory_limit and upload_max_filesize to 64M"
2009-06-25 10:23:37 +00:00
Ralf Becker
0ffbea8b2b "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
only do it if no output_handler is set in php.ini, as at least with zlib.output_handler it stalls ...
if (!ini_get('output_handler')) ob_end_flush();
"
2009-06-25 07:25:19 +00:00
Ralf Becker
86c6116390 "Aditus Professional Version: 2.4p (1 Mar 2009)" 2009-06-23 09:13:22 +00:00
Ralf Becker
a5a5c6c065 fixed executable 2009-06-22 07:57:41 +00:00
Ralf Becker
34c5703a25 "dont delete header (otherwise the header is owned by the user running the script)" 2009-06-21 12:36:01 +00:00
Ralf Becker
380f9a9667 "- adding more backslashed to pear_dir macro
- setting permissions for egwdatadir to 700 for apche user"
2009-06-18 21:27:56 +00:00
Ralf Becker
67c44cc280 "- replaced /usr/share/pear with pear path of distribution
- added php-mcrypt extension
- added for suse: php5-bz2 and php5-posix"
2009-06-18 12:39:03 +00:00
Ralf Becker
8d125bc5cf "removed unneccessary memory limit, as asyncwrapper sets it anyway" 2009-06-18 12:37:03 +00:00
Ralf Becker
f6c65817d3 formatting 2009-06-18 12:33:56 +00:00
Ralf Becker
0ceb62ddbc readded crontab entry with default apache user "apache" and added memory_limit=48M 2009-06-18 12:10:50 +00:00
Ralf Becker
6ff9263cf9 "- using sed to replace apache user in egroupware.cron file
- using macro for apache_user and _group"
2009-06-15 22:37:52 +00:00
Ralf Becker
9949b618a9 create crontab file from specfile 2009-06-14 20:58:48 +00:00
Ralf Becker
7d25a36307 "renamed cron file again to /etc/cron.d/egroupware" 2009-06-14 20:46:08 +00:00
Ralf Becker
122363106c "- re-added accidently removed stylite and gallery tar balls
- removed adding  %{egwdir} twice"
2009-06-14 20:38:18 +00:00
Ralf Becker
2fa1ab3596 removed tar files and added content direct for easier modifcation 2009-06-14 18:57:14 +00:00
Ralf Becker
d9a1970fe8 "- renamed install log to NOT contain the version: /root/egroupware-epl-install.log
- added date before every install log entry
- sharing orig.tar.gz tar-ball with debian packages"
2009-06-14 08:45:20 +00:00
Ralf Becker
841d3f0516 "reload apache, if it's already running" 2009-06-14 08:43:34 +00:00
Ralf Becker
ccd3d696de not longer used 2009-06-09 14:18:33 +00:00
Ralf Becker
4a7737adef epl-9.1.20090609 2009-06-09 12:01:32 +00:00
Ralf Becker
56016b3a92 added automatic detection for suse and debian 2009-06-09 11:32:46 +00:00
Ralf Becker
d10f8eccdf - adding /etc/zce.rc to /etc/profile.d, to be able to syming
/usr/bin/php with real php binary (not php-cli script)
- explicitly requiring php extensions, as php-common-extensions-zend-pe
  does NOT contain necessary dependencies
- added Provides for original php extensions
- removed repo packages, as it has to be there before anyway
2009-06-09 11:32:33 +00:00
Ralf Becker
797f88388b "added (executable) scripts in doc/rpm-build" 2009-06-09 05:41:39 +00:00
Ralf Becker
5cb8f52d41 "- update to 20090603 tar ball
- added dependency to jpgraph-epl"
2009-06-06 20:49:50 +00:00
Ralf Becker
f02b16904f "rpm package with current jpgraph version" 2009-06-06 20:48:55 +00:00
Ralf Becker
b966494f01 "metapackage to use zend server ce as php distribution for rhel5/centos5" 2009-06-06 20:47:45 +00:00
Ralf Becker
57a887be0d "fixes to get rpm autoinstallation working on suse" 2009-06-03 08:48:38 +00:00
Ralf Becker
596c4a0859 "- added missing tracker and phpsysinfo requires
- added obsoletes to each package
- added obsoletes addressbook to egroupware-epl-core"
2009-06-02 07:12:07 +00:00
Ralf Becker
ae2af8a57a "added missing Obsoletes: eGroupware-egw-pear" 2009-06-01 22:24:33 +00:00
Ralf Becker
0886daea12 "using --suse opton for rpm_post_install.php" 2009-06-01 22:07:30 +00:00
Ralf Becker
bb34d583e3 "- detecting source dir
- --suse opton to set suse defaults (default is red hat)"
2009-06-01 22:06:16 +00:00
Ralf Becker
a72bed9a12 "also setting data dir" 2009-06-01 21:21:45 +00:00
Ralf Becker
8c107c735e "- allow to use config vars in config vars, eg. 'header' => '$data_dir/header.inc.php'
- use LANG from $_SERVER, if not set in $_ENV (happens somehow on openSUSE)"
2009-06-01 21:09:40 +00:00
Ralf Becker
3e34a66a23 further improved spec file 2009-06-01 20:56:17 +00:00
Ralf Becker
d775a83ae5 spec file for epl-9.1 2009-06-01 19:50:45 +00:00
Ralf Becker
27dd82637b fixed patch to match current class 2009-06-01 18:32:47 +00:00