[Limacute-commit] r31 - in trunk: . RPM RPM/PKG

limacute at projects.linpro.no limacute at projects.linpro.no
Wed Jan 3 07:45:23 CET 2007


Author: limacute
Date: 2007-01-03 07:45:22 +0100 (Wed, 03 Jan 2007)
New Revision: 31

Added:
   trunk/RPM/
   trunk/RPM/PKG/
   trunk/RPM/PKG/1st.README
   trunk/RPM/PKG/README.limacute
   trunk/RPM/PKG/apache-1.3.33-2.5.6_kolab.src.rpm
   trunk/RPM/PKG/binutils-2.16.1-2.5.1.src.rpm
   trunk/RPM/PKG/clamav-0.88.7-20061211.src.rpm
   trunk/RPM/PKG/curl-7.15.0-2.5.2.src.rpm
   trunk/RPM/PKG/file-4.15-2.5.0_kolab.src.rpm
   trunk/RPM/PKG/gzip-1.3.5-2.5.1.src.rpm
   trunk/RPM/PKG/imap-2004g-2.5.0_kolab.src.rpm
   trunk/RPM/PKG/imapd-2.2.12-2.5.0_kolab2.src.rpm
   trunk/RPM/PKG/kolab-horde-fbview-2.0.99-20051220.src.rpm
   trunk/RPM/PKG/kolab-horde-framework-2.0.99-20051220.src.rpm
   trunk/RPM/PKG/kolab-resource-handlers-2.0.99-20061110.src.rpm
   trunk/RPM/PKG/kolab-webadmin-2.0.99-20061110.src.rpm
   trunk/RPM/PKG/kolab-webadmin-2.0.99-20061110_limacute.src.rpm
   trunk/RPM/PKG/kolabd-2.0.99-20061110.src.rpm
   trunk/RPM/PKG/kolabd-2.0.99-20061110_limacute.src.rpm
   trunk/RPM/PKG/libxslt-1.1.15-2.5.1.src.rpm
   trunk/RPM/PKG/limacute-3.0.1-20061220.src.rpm
   trunk/RPM/PKG/obmtool.conf
   trunk/RPM/PKG/openldap-2.3.27-2.20061018_kolab.src.rpm
   trunk/RPM/PKG/openpkg-2.5.4-2.5.4.src.rpm
   trunk/RPM/PKG/openpkg-2.5.4-2.5.4.src.sh
   trunk/RPM/PKG/openssl-0.9.8a-2.5.4.src.rpm
   trunk/RPM/PKG/perl-kolab-5.8.7-20061110.src.rpm
   trunk/RPM/PKG/php-4.4.0-2.5.2_kolab.src.rpm
   trunk/RPM/PKG/php-smarty-2.6.10-20051003.src.rpm
   trunk/RPM/PKG/postfix-2.2.5-2.5.0_kolab.src.rpm
   trunk/RPM/PKG/postgrey-1.27-2.20060801.src.rpm
   trunk/RPM/PKG/squirrelmail-1.4.9a-20061203_limacute.src.rpm
   trunk/RPM/SRC/
Removed:
   trunk/PKG/
   trunk/RPM/PKG/1st.README
   trunk/RPM/PKG/imap-2004g-2.5.0_kolab.src.rpm
   trunk/RPM/PKG/kolab-horde-fbview-2.0.99-20051220.src.rpm
   trunk/RPM/PKG/kolab-horde-framework-2.0.99-20051220.src.rpm
   trunk/RPM/PKG/obmtool.conf
   trunk/RPM/PKG/php-4.4.0-2.5.2_kolab.src.rpm
   trunk/RPM/PKG/postfix-2.2.5-2.5.0_kolab.src.rpm
   trunk/SRC/
Log:
Changed svn structure to mimic RPM.

Copied: trunk/RPM/PKG (from rev 13, trunk/PKG)

Deleted: trunk/RPM/PKG/1st.README
===================================================================
--- trunk/PKG/1st.README	2006-11-28 09:54:43 UTC (rev 13)
+++ trunk/RPM/PKG/1st.README	2007-01-03 06:45:22 UTC (rev 31)
@@ -1,203 +0,0 @@
-Kolab2 Server Important Information
-===================================
-
-For more information on Kolab, see http://www.kolab.org
-
-Quick install instructions
---------------------------
-
-For a fresh install /kolab needs to be an empty directory with enough space.
-You can use a symlink, but do _not_ use an NFS mounted drive.
-Make sure that the following names are not in /etc/passwd or /etc/groups,
-as openpkg will want to create them: "kolab" "kolab-r" "kolab-n"
-
-Check the www.openpkg.org documentation for your platform.
-E.g. some platforms need gettext installed 
-or the locale set to C during installation, like:
-        LC_ALL=C
-        LC_MESSAGES=C
-        LANG=C
-        SUPPORTED=C
-        export LC_ALL LC_MESSAGES LANG SUPPORTED
-
-Make sure the locale you want to set is supported by your c-library.
-Otherwise the webadmin interface might only be in English.
-
-To install the Kolab2 server, you need to download the files from the
-directory containing this file (1st.README) to some local directory,
-then as root, chdir into that local directory and run
-
-# ./obmtool kolab 2>&1 | tee kolab-build.log
-
-to build and install packages in /kolab.
-By default, the Kolab Server will now be started at boottime.
-After the build/install is complete, please run
-
-# /kolab/etc/kolab/kolab_bootstrap -b
-
-and follow the instructions.
-
-
-General update instructions
----------------------------
-
-Usually an update of the Kolab 2 server works as described here.  In
-some cases you will need to deviate from these instructions a bit.  All
-such cases are documented below, so read the release specific update
-instructions for all releases newer than the one you already have before
-you start the update.
-
-The installation of the new packages works just as for the initial
-installation.  Download the files as described above and run
-
-# ./obmtool kolab
-
-obmtool will usually automatically determine which packages need to be
-built.  If you have made changes to the configuration files in
-/kolab/etc/kolab/templates/ and the new release has a new kolabd package
-you may need to transfer your changes from the backups created by rpm
-(the *.rpmsave) files to the new template files.  Then regenerate the
-configuration with
-
-# /kolab/sbin/kolabconf
-
-
-You may want to check the permissions of your files in /kolab/etc/kolab/
-after installing or upgrading, as there have been problems with this in
-the past.  Especially kolab.conf and copies shall only be readable to
-the owner (usually "kolab").  The installation and configuration scripts
-should make sure that the permissions are correct but there's a chance
-that the permissions can still go wrong, especially if you upgrade from
-pre Beta1 releases.
-
-
-Upgrading from earlier versions
--------------------------------
-
-Direct upgrade from Kolab1 is not recommendable at this point. We
-suggest that you back up your IMAP store, install Kolab2 and manually
-recreate user accounts and then restore the IMAP data from the backup.
-
-After an upgrade, always run /kolab/sbin/kolabconf to make sure the
-configuration files are regenerated from your templates.
-
-
-Upgrade from 2.0 releases to pre-2.1-snapshots
-----------------------------------------------
-
-An upgrade from a 2.0 release to a 2.1 snapshot is not yet recommended.
-These instructions are incomplete.  Please take a look at README.1st
-from the latest 2.0 release, too.  The instructions for the upgrade from
-development snapshots may also be relevant.
-
-Manually add two LDAP objects:
-
-dn: cn=domains,cn=internal,<base_dn>
-objectClass: top
-objectClass: kolabNamedObject
-cn: domains
-
-dn: cn=domain-maintainer,cn=internal,<base_dn>
-objectClass: top
-objectClass: kolabGroupOfNames
-cn: domain-maintainer
-member: cn=manager,cn=internal,<base_dn>
-
-Also, after the upgrade the attribute "postfix-mydestination" of the
-k=kolab ldap object has the value "$mydomain".  Change this to the real
-domain (should be the same value as that of the "postfix-mydomain"
-attribute).
-
-
-
-Upgrade from pre-2.1-snapshot-20051130
---------------------------------------
-
-This upgrade is somewhat tricky, because of a new db package and a new
-OpenLDAP version.  To make sure that no data is lost, you are strongly
-advised to stop the server and make a backup before you start the
-update.  Some files are removed during the upgrade described below.
-
-
-1. Before installing the new RPMs
-
-Before installing the new packages, copy the contents of the openldap
-database (use a different output filename if you want):
-
-   /kolab/sbin/slapcat > ~/kolab-slapcat-data
-
-
-The db update also affects the imap server.
-
-   cd /kolab/var/imapd/db
-   /kolab/bin/db_recover
-   rm /kolab/var/imapd/db/*
-
-
-2. After installing the new RPMs
-
-You need to make two small changes are required for the openldap
-configuration file /kolab/etc/openldap/slapd.conf:
-
-  - comment out the line 
-
-     require        none
-
-  - Move the line with the suffix setting to just after the "database
-    bdb" line.
-
-These changes have already been done in the new slapd.conf.template, so
-it can be used for guidance.
-
-
-Then restore the openldap data:
-
-   rm /kolab/var/openldap/openldap-data/*
-   /kolab/sbin/slapadd -l ~/kolab-slapcat-data
-
-
-The IMAP server should work without further changes.
-
-
-Upgrade from pre-2.1-snapshot-20051215
---------------------------------------
-
-Nothing special has to be done for this upgrade.
-
-
-Upgrade from 2.1-beta-1
------------------------
-
-1. imapd hashimapspool setting
-
-The default imapd configuration has been changed to enable the
-hashimapspool option.  This means that in 2.1-beta-2 the directory
-layout of the imapd spool (/kolab/var/imapd/spool/) is different from
-the one in beta-1.  When you upgrade from beta-1 it's best to keep using
-the old structure, so remove or comment out the corresponding line in
-/kolab/etc/kolab/templates/imapd.conf.template *before* running
-kolabconf.
-
-For new installations the new default setting is recommended because
-it's more efficient especially when you have many mailboxes.
-
-For some background information about this see the dicussion at
-https://intevation.de/roundup/kolab/issue1089
-
-
-2. distribution lists
-
-There was a bug in earlier versions regarding the distribution lists for
-administrative emails aliases like postmaster@<domain>.  They were
-created without the domain part.  This has been fixed so that they are
-created with the correct domains in their names, but admin distribution
-lists created by an earlier Kolab server version will not be updated
-automatically.  The easiest way to do this is by deleting them all and
-then to create them again with the services page of the web-interface.
-
-For more details about the bug, see
-https://intevation.de/roundup/kolab/issue1100
-
-
-$Id: README.1st,v 1.36 2006/06/12 16:51:12 bh Exp $
-

Copied: trunk/RPM/PKG/1st.README (from rev 29, trunk/PKG/1st.README)

Copied: trunk/RPM/PKG/README.limacute (from rev 29, trunk/PKG/README.limacute)

Copied: trunk/RPM/PKG/apache-1.3.33-2.5.6_kolab.src.rpm (from rev 29, trunk/PKG/apache-1.3.33-2.5.6_kolab.src.rpm)

Copied: trunk/RPM/PKG/binutils-2.16.1-2.5.1.src.rpm (from rev 29, trunk/PKG/binutils-2.16.1-2.5.1.src.rpm)

Copied: trunk/RPM/PKG/clamav-0.88.7-20061211.src.rpm (from rev 29, trunk/PKG/clamav-0.88.7-20061211.src.rpm)

Copied: trunk/RPM/PKG/curl-7.15.0-2.5.2.src.rpm (from rev 29, trunk/PKG/curl-7.15.0-2.5.2.src.rpm)

Copied: trunk/RPM/PKG/file-4.15-2.5.0_kolab.src.rpm (from rev 29, trunk/PKG/file-4.15-2.5.0_kolab.src.rpm)

Copied: trunk/RPM/PKG/gzip-1.3.5-2.5.1.src.rpm (from rev 29, trunk/PKG/gzip-1.3.5-2.5.1.src.rpm)

Deleted: trunk/RPM/PKG/imap-2004g-2.5.0_kolab.src.rpm
===================================================================
(Binary files differ)

Copied: trunk/RPM/PKG/imap-2004g-2.5.0_kolab.src.rpm (from rev 29, trunk/PKG/imap-2004g-2.5.0_kolab.src.rpm)

Copied: trunk/RPM/PKG/imapd-2.2.12-2.5.0_kolab2.src.rpm (from rev 29, trunk/PKG/imapd-2.2.12-2.5.0_kolab2.src.rpm)

Deleted: trunk/RPM/PKG/kolab-horde-fbview-2.0.99-20051220.src.rpm
===================================================================
(Binary files differ)

Copied: trunk/RPM/PKG/kolab-horde-fbview-2.0.99-20051220.src.rpm (from rev 29, trunk/PKG/kolab-horde-fbview-2.0.99-20051220.src.rpm)

Deleted: trunk/RPM/PKG/kolab-horde-framework-2.0.99-20051220.src.rpm
===================================================================
(Binary files differ)

Copied: trunk/RPM/PKG/kolab-horde-framework-2.0.99-20051220.src.rpm (from rev 29, trunk/PKG/kolab-horde-framework-2.0.99-20051220.src.rpm)

Copied: trunk/RPM/PKG/kolab-resource-handlers-2.0.99-20061110.src.rpm (from rev 29, trunk/PKG/kolab-resource-handlers-2.0.99-20061110.src.rpm)

Copied: trunk/RPM/PKG/kolab-webadmin-2.0.99-20061110.src.rpm (from rev 29, trunk/PKG/kolab-webadmin-2.0.99-20061110.src.rpm)

Copied: trunk/RPM/PKG/kolab-webadmin-2.0.99-20061110_limacute.src.rpm (from rev 29, trunk/PKG/kolab-webadmin-2.0.99-20061110_limacute.src.rpm)

Copied: trunk/RPM/PKG/kolabd-2.0.99-20061110.src.rpm (from rev 29, trunk/PKG/kolabd-2.0.99-20061110.src.rpm)

Copied: trunk/RPM/PKG/kolabd-2.0.99-20061110_limacute.src.rpm (from rev 29, trunk/PKG/kolabd-2.0.99-20061110_limacute.src.rpm)

Copied: trunk/RPM/PKG/libxslt-1.1.15-2.5.1.src.rpm (from rev 29, trunk/PKG/libxslt-1.1.15-2.5.1.src.rpm)

Copied: trunk/RPM/PKG/limacute-3.0.1-20061220.src.rpm (from rev 29, trunk/PKG/limacute-3.0.1-20061220.src.rpm)

Deleted: trunk/RPM/PKG/obmtool.conf
===================================================================
--- trunk/PKG/obmtool.conf	2006-11-28 09:54:43 UTC (rev 13)
+++ trunk/RPM/PKG/obmtool.conf	2007-01-03 06:45:22 UTC (rev 31)
@@ -1,186 +0,0 @@
-##
-##  obmtool.conf -- OpenPKG poor man's Boot, Build & Management Tool Configuration
-##
-##  Package listing for Limacute
-##
-##  based on Ralf S. Engelschall's "obmtool.conf -- Development Tool Configuration"
-##  Copyright (c) 2006 Jørgen H. Fjeld <jhf at linpro.no>
-##  Copyright (c) 2004-2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
-##  Copyright (c) 2003 Thomas Lotterer <thomas at lotterer.net>
-##
-
-%common
-    @hasfeature TAGFMT || exit              # require obmtool to support TAGFMT
-    TMPDIR=/var/tmp                            # large tmp with 300MB space
-    URL="" # used for non-ftp://ftp.openpkg.org/ packages
-    USERNAME=""
-    for opt in $cmdargs ; do
-        arg=`echo "${opt}" | sed -e 's;^[^=]*=*;;'`
-        opt=`echo "${opt}" | sed -e 's;=.*$;;'`
-        case $opt in
-        -u|--user) USERNAME="$arg";;
-        --url) URL="";;
-        esac
-    done
-
-%kolab
-    echo "---- boot/build ${NODE} %${CMD} ----"
-    kolab_version="2.1beta1";
-    PREFIX=/${CMD};
-    loc='./' # '' (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
-    plusloc='./'
-    altloc='./'
-    with_genuine=no
-
-    # Check for presence of libgcrypt in the host system
-    libgcrypt_pfx=`eval libgcrypt-config --prefix 2>/dev/null`;
-    if test -n "$libgcrypt_pfx" ; then
-	echo "libgcrypt installation in $libgcrypt_pfx detected";
-	echo "Please deinstall it or move libgcrypt-config away";
-	echo "while building Limacute"
-	exit -1;
-    fi
-
-    # start from scratch or upgrade within 2.0.x
-    @install ${loc}openpkg-2.5.1-2.5.1 \
-        --tag="kolab" \
-        --prefix="${PREFIX}" \
-        --user="${CMD}" --group="${CMD}" \
-        --muid="19414" --ruid="19415" --nuid="19416" \
-        --mgid="19414" --rgid="19415" --ngid="19416"
-
-    @install ${loc}openpkg-registry-0.2.5-20051129
-    @install ${loc}make-3.80-2.5.0
-    @install ${loc}binutils-2.16.1-2.5.0
-    @install ${loc}gcc-4.0.2-2.5.0
-    @install ${loc}fsl-1.6.1-2.5.0
-    @install ${loc}mm-1.4.0-2.5.0
-    @install ${loc}perl-5.8.7-2.5.1
-    @install ${loc}perl-openpkg-5.8.7-2.5.0
-    @install ${loc}perl-conv-5.8.7-2.5.0
-    @install ${loc}lzo-2.01-2.5.0 # PENDING(steffen) Check if we need lzop-1.0
-    @install ${loc}readline-5.0.5-2.5.0
-    @install ${loc}sharutils-4.5.1-2.5.0
-    @install ${loc}ncurses-5.5.20051015-2.5.0
-    @install ${loc}bzip2-1.0.3-2.5.0
-    @install ${loc}pcre-6.4-2.5.0
-    @install ${loc}grep-2.5.1a-2.5.0
-    @install ${loc}texinfo-4.8-2.5.1
-    @install ${loc}diffutils-2.8.7-2.5.0
-    @install ${loc}gzip-1.3.5-2.5.0
-    @install ${loc}zlib-1.2.3-2.5.0
-    @install ${loc}expat-1.95.8-2.5.0
-    @install ${loc}perl-term-5.8.7-2.5.0
-    @install ${loc}perl-ds-5.8.7-2.5.0
-    @install ${loc}perl-stats-5.8.7-2.5.0
-    @install ${loc}perl-time-5.8.7-2.5.0
-    @install ${loc}perl-util-5.8.7-2.5.0
-    @install ${loc}perl-parse-5.8.7-2.5.0
-    @install ${loc}perl-sys-5.8.7-2.5.0
-    @install ${loc}openssl-0.9.8a-2.5.0
-    @install ${loc}perl-mail-5.8.7-2.5.0
-    @install ${loc}perl-crypto-5.8.7-2.5.0
-    @install ${loc}perl-xml-5.8.7-2.5.0
-    @install ${loc}perl-net-5.8.7-2.5.0
-    @install ${loc}perl-comp-5.8.7-2.5.0
-    @install ${loc}perl-ssl-5.8.7-2.5.0
-    @install ${loc}perl-www-5.8.7-2.5.1
-    @install ${loc}perl-dns-5.8.7-2.5.0
-    @install ${altloc}imap-2004g-2.5.0_kolab --with=annotate
-    @install ${loc}procmail-3.22-2.5.0
-    @install ${loc}db-4.3.29.0-2.5.0
-    @install ${altloc}openldap-2.3.11-2.5.0_kolab
-    @install ${loc}m4-1.4.3-2.5.0
-    @install ${loc}bison-2.1-2.5.0
-    @install ${loc}flex-2.5.31-2.5.0
-    @install ${loc}groff-1.19.2-2.5.0
-    @install ${loc}sasl-2.1.21-2.5.0 --with=ldap --with=login
-    @install ${loc}getopt-20051005-2.5.0
-    @install ${loc}proftpd-1.3.0rc2-2.5.0 --with=ldap
-    @install ${loc}gdbm-1.8.3-2.5.0
-    @install ${plusloc}dbtool-1.6-2.5.0
-    @install ${altloc}postfix-2.2.5-2.5.0_kolab --with=ldap --with=sasl --with=ssl
-    @install ${loc}perl-ldap-5.8.7-2.5.0
-    @install ${loc}perl-db-5.8.7-2.5.1
-    @install ${loc}config-20051002-2.5.0
-    @install ${altloc}imapd-2.2.12-2.5.0_kolab --with=group --with=ldap --with=annotate --with=atvdom --with=skiplist --with=goodchars --with=morelogging # Drop morelogging if you dont want/need it
-    @install ${loc}libiconv-1.10-2.5.0
-    @install ${loc}autoconf-2.59-2.5.0
-    @install ${loc}automake-1.9.6-2.5.0
-    @install ${loc}gettext-0.14.5-2.5.0
-    @install ${loc}file-4.15-2.5.0
-    @install ${loc}openpkg-tools-0.8.47-2.5.0
-    @install ${loc}patch-2.5.9-2.5.0
-    @install ${loc}sed-4.1.4-2.5.0
-    @install ${loc}libxml-2.6.22-2.5.0
-    @install ${loc}libxslt-1.1.15-2.5.0 # WARNING: Remove libgcrypt before building!
-    @install ${altloc}apache-1.3.33-2.5.5_kolab \
-        --with=mod_auth_ldap \
-        --with=mod_dav \
-        --with=mod_php \
-	--with=mod_php_zlib \
-        --with=mod_php_gdbm \
-        --with=mod_php_gettext \
-        --with=mod_php_imap \
-        --with=mod_php_openldap \
-        --with=mod_php_xml \
-	--with=mod_php_dom \
-        --with=mod_ssl \
-	--with=mod_php_mbstring
-    @install ${altloc}php-4.4.0-2.5.2_kolab \
-	--with=zlib \
-	--with=gdbm \
-	--with=gettext \
-	--with=imap \
-	--with=openldap \
-	--with=pear \
-	--with=xml \
-	--with=dom \
-	--with=ssl \
-	--with=mbstring
-    @install ${altloc}php-smarty-2.6.3-20040702
-    @install ${loc}gmp-4.1.4-2.5.0
-    @install ${loc}spamassassin-3.1.0-2.5.0
-    @install ${plusloc}amavisd-2.3.3-2.5.0
-    @install ${loc}curl-7.15.0-2.5.1
-    @install ${altloc}clamav-0.88-20060110
-#    @install ${loc}vim-6.3.78-2.4.0
-#    @install ${plusloc}dcron-2.9-2.4.0
-    @install ${altloc}perl-kolab-5.8.7-20060201
-#   @install ${altloc}kolabd-2.0.99-20060203 --define kolab_version=$kolab_version
-    @install ${altloc}kolabd-2.0.99-20060203_limacute_3.0.0 --define kolab_version=$kolab_version
-    @install ${altloc}kolab-webadmin-2.0.99-20060201_limacute_3.0.0 --define kolab_version=$kolab_version
-	@install ${altloc}kolab-horde-framework-2.0.99-20051220 --define kolab_version=$kolab_version
-    @install ${altloc}kolab-resource-handlers-2.0.99-20060201 --define kolab_version=$kolab_version
-    @install ${altloc}kolab-horde-fbview-2.0.99-20051220 --define kolab_version=$kolab_version
-    @install ${altloc}squirrelmail-1.4.6-20060524_limacute_3.0.0 --with=plugins
-    @install ${altloc}limacute-3.0.0-20060615
-
-    @check
-
-    if test ! -e "/usr/bin/kolab" ; then
-    	echo
-	echo "Adding symbolic link to $PREFIX/bin/kolab as /usr/bin/kolab"
-	ln -s $PREFIX/bin/kolab /usr/bin/kolab
-    fi
-
-
-
-    
-
-%dump
-    echo "PRG = \"$PRG\""
-    echo "CMD = \"$CMD\""
-    echo "URL = \"$URL\""
-    echo "MIRROR = \"$MIRROR\""
-    echo "USERNAME = \"$USERNAME\""
-    echo "TRACK = \"$TRACK\""
-    echo "EGREP = \"$EGREP\""
-    echo "CHECKONLY = \"$CHECKONLY\""
-    echo "ERASESURPLUS = \"$ERASESURPLUS\""
-    echo "HASX11 = \"$HASX11\""
-    echo "PREFIX = \"${PREFIX}\""
-    echo "ARCH = \"${ARCH}\""
-    echo "OS = \"${OS}\""
-    echo "TAG = \"${TAG}\""
-    echo "TMPDIR=\"${TMPDIR}\""

Copied: trunk/RPM/PKG/obmtool.conf (from rev 29, trunk/PKG/obmtool.conf)

Copied: trunk/RPM/PKG/openldap-2.3.27-2.20061018_kolab.src.rpm (from rev 29, trunk/PKG/openldap-2.3.27-2.20061018_kolab.src.rpm)

Copied: trunk/RPM/PKG/openpkg-2.5.4-2.5.4.src.rpm (from rev 29, trunk/PKG/openpkg-2.5.4-2.5.4.src.rpm)

Copied: trunk/RPM/PKG/openpkg-2.5.4-2.5.4.src.sh (from rev 29, trunk/PKG/openpkg-2.5.4-2.5.4.src.sh)

Copied: trunk/RPM/PKG/openssl-0.9.8a-2.5.4.src.rpm (from rev 29, trunk/PKG/openssl-0.9.8a-2.5.4.src.rpm)

Copied: trunk/RPM/PKG/perl-kolab-5.8.7-20061110.src.rpm (from rev 29, trunk/PKG/perl-kolab-5.8.7-20061110.src.rpm)

Deleted: trunk/RPM/PKG/php-4.4.0-2.5.2_kolab.src.rpm
===================================================================
(Binary files differ)

Copied: trunk/RPM/PKG/php-4.4.0-2.5.2_kolab.src.rpm (from rev 29, trunk/PKG/php-4.4.0-2.5.2_kolab.src.rpm)

Copied: trunk/RPM/PKG/php-smarty-2.6.10-20051003.src.rpm (from rev 29, trunk/PKG/php-smarty-2.6.10-20051003.src.rpm)

Deleted: trunk/RPM/PKG/postfix-2.2.5-2.5.0_kolab.src.rpm
===================================================================
(Binary files differ)

Copied: trunk/RPM/PKG/postfix-2.2.5-2.5.0_kolab.src.rpm (from rev 29, trunk/PKG/postfix-2.2.5-2.5.0_kolab.src.rpm)

Copied: trunk/RPM/PKG/postgrey-1.27-2.20060801.src.rpm (from rev 29, trunk/PKG/postgrey-1.27-2.20060801.src.rpm)

Copied: trunk/RPM/PKG/squirrelmail-1.4.9a-20061203_limacute.src.rpm (from rev 29, trunk/PKG/squirrelmail-1.4.9a-20061203_limacute.src.rpm)

Copied: trunk/RPM/SRC (from rev 30, trunk/SRC)



More information about the Limacute-commit mailing list