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
Ralf Becker
cc6524e4a4
checkout and build of epl archives
2009-06-01 12:32:39 +00:00
Ralf Becker
3b8488799b
- implemented header-updates
...
- dont give fatal error, if everything is up to date, but config is missing
- always patch existing password back into the header
- docu update
2009-05-31 09:54:44 +00:00
Ralf Becker
b6f1745f34
merged r27170: rpm_post_install
2009-05-30 20:19:02 +00:00
Ralf Becker
3121bb1106
newest version from openSUSE build service
2009-04-26 05:55:31 +00:00
Ralf Becker
94ddea7b21
changed "php_value mbstring.func_overload X" to "php_admin_value mbstring.func_overload X" for php5.2.9
2009-04-26 05:51:26 +00:00
Ralf Becker
bc38a6bfbe
"setting execute permission for cli (command line) scripts"
2008-11-17 17:16:29 +00:00
Ralf Becker
b190f8eaeb
"1.6.rc5"
2008-11-16 12:03:33 +00:00
Ralf Becker
e06e3142a6
"fixed zip archives to not contain empty dirs for the contrib modules and some other optimisations"
2008-11-11 13:26:03 +00:00
Ralf Becker
8d734c1aa8
"1.6.rc4"
2008-11-09 16:51:06 +00:00
Ralf Becker
1ebccc7869
"1.6rc3"
2008-10-29 08:18:48 +00:00
Ralf Becker
ae2431ef28
"1.6.rc2 spec file:
...
- selinux fix for network access
- suse: use php_any_db requirement
- other: use just php-mysql requirement (no server)"
2008-10-22 08:29:13 +00:00
Ralf Becker
587e9ba581
"changed chcon syntax, as Fedora 9 did not like it"
2008-10-14 10:14:54 +00:00