Difference between revisions of "SME9BuildQueue"

From SME Server
Jump to navigationJump to search
m
 
(84 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
Back to [[SME_Server_9.0_Development|SME Server 9.0 Development]]
  
This page lists all the packages that SME Server needs to build for SME 9. The starting point is the smeos directory from SME 8.
+
__TOC__
For each package it should be checked if it is still needed, or can we use an upstream package if one is available.
 
  
Then before importing into CVS for SME 9 it needs to be checked if the package will build. Here are the steps that need to be completed for each package.
+
{{note box| This page is now obsolete, kept for reference only. see [[SME Server:9.0|SME Server 9 Release Notes]]}}
  
== Package Build Steps ==
+
== SME Server Packages==
check out package
+
* This page lists all the packages that SME Server needs to build for SME 9. The starting point is the smeos directory from SME 8.
cp -a sme8 sme9
+
* For each package it should be checked if it is still needed, or can we use an upstream package if one is available.
rm -rf sme9/CVS
 
cd sme9
 
make prep
 
  
mv {sourcedir} {newsourcedir}
+
{| class="wikitable"
* example e-smith-base-5.2.0 to e-smith-base-5.4.0
+
!Package!!Status
rm -f *.patch
+
|-
{apply any fixes from spec to tree}
+
|buffer-1.19-7.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
{move lib/perl5/site_perl to share/perl5/vendor_perl}
+
|-
tar Jcvf {newsource}.tar.xz {newsourcedir}
+
|cvm-0.82-1.el5.sme.src.rpm||02/02/2013 reetp : Package Builds
 
+
|-
vi *.spec
+
|daemontools-0.76-6.el5.sme.src.rpm||02/02/2013 reetp : Package Builds
* remove patches and fixes applied directly to tree
+
|-
* bump version and reset release to 1
+
|dar-2.3.8-1.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* add changelog saying rolling for sme9
+
|-
make mockbuild
+
|diald-1.0-3.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* if this works then we can proceed
+
|-
rpm -qpl {package-version}_sme/{rpmname}.rpm
+
|diald-top-2.1pl4-4.el5.sme.src.rpm||02/02/2013 reetp : <span style="color:#ff0000">Build fails [[bugzilla:7279|Bug 7279]]</span>
* check that files look similar to the sme8 package
+
|-
 
+
|dietlibc|| sme9 in CVS - 02/02/2013 reetp : Builds cleanly on SME9
 
+
|-
=== These following steps need developer access ===
+
|djbdns-1.05-8.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
They are here for reference, and transparency. They will need to be run on SME Server's build server.
+
|-
You do not need to do this part.
+
|dot-forward-0.71-4.el5.sme.src.rpm||wellsi Builds cleanly on sme9
 
+
|-
cd ..
+
|e-smith-apache-2.2.0-8.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
cvs add sme9
+
|-
cd sme9
+
|e-smith-backup-2.2.0-60.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
 
+
|-
date +%s
+
|e-smith-cvm-unix-local-2.2.0-1.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* get date for import
+
|-
vi import.log*
+
|e-smith-dnscache-2.2.0-1.el5.sme.src.rpm||02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* fix name/version/release and date
+
|-
cvs add .cvsignore *.spec Makefile import.log sources
+
|e-smith-domains-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory - /usr/lib/perl5/site_perl
* be sure to add any other needed packages
+
|-
make new-sources FILES=*xz
+
|e-smith-dynamicdns-dyndns-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
 
+
|-
make commit tag build
+
|e-smith-dynamicdns-dyndns.org-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
 
+
|-
 
+
|e-smith-dynamicdns-tzo-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
== Package List from SME Server 8, smeos ==
+
|-
 
+
|e-smith-dynamicdns-yi-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* For each of these packages a volunteer can add their name, and carry out the Package Build Steps above.
+
|-
* Check if the package is already built for SME 9 or has a sme9 directory in CVS before starting
+
|e-smith-email-5.2.0-17.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory - /usr/lib/perl5/site_perl
* When something does not build, create a bug.
+
|-
* To set up mock as used above see [[Setting_up_RPM_Building_for_SME_Server|Building using Mock]]
+
|e-smith-flexbackup-2.2.0-1.el5.sme.src.rpm||03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
* To checkout packages from CVS see [[Simple_Package_Modification|Simplest way to develop patches to submit]]
+
|-
 
+
|e-smith-horde||Wellsi: Builds on SME9.  
* If you have problems on setting up the environment, ask on IRC or Devinfo.
+
|-
 
+
|e-smith-hosts||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm
 
+
|-
* Current status will be added soon
+
|e-smith-ibays||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm
<pre>
+
|-
aspell-bg-0.50-11.2.2.el5.sme.src.rpm
+
|e-smith-imap||Wellsi: Builds on SME9.  
aspell-da-0.50-12.2.2.el5.sme.src.rpm
+
|-
aspell-de-0.50-11.2.2.el5.sme.src.rpm
+
|e-smith-imp||Wellsi: Builds on SME9.  
aspell-el-0.50-4.2.2.el5.sme.src.rpm
+
|-
aspell-es-0.50-13.2.2.el5.sme.src.rpm
+
|e-smith-ingo||Wellsi: Builds on SME9.  
aspell-fr-0.50-9.2.2.el5.sme.src.rpm
+
|-
aspell-id-0.50.1-4.2.2.el5.sme.src.rpm
+
|e-smith-ldap||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm
aspell-it-0.53-4.2.1.el5.sme.src.rpm
+
|-
aspell-pt-0.50-10.2.2.el5.sme.src.rpm
+
|e-smith-LPRng||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/printers.pm
aspell-ru-0.99f7-2.2.2.el5.sme.src.rpm
+
|-
aspell-sl-0.50-1.2.1.el5.sme.src.rpm
+
|e-smith-mysql||Wellsi: Builds on SME9.
aspell-sv-0.51-1.2.1.el5.sme.src.rpm
+
|-
bglibs-1.102-1.el5.sme.src.rpm
+
|e-smith-nutUPS||Wellsi: Builds on SME9.
buffer-1.19-7.el5.sme.src.rpm
+
|-
cpu-1.4.3-13.el5.sme.src.rpm
+
|e-smith-oidentd||Wellsi: Builds on SME9.
cvm-0.82-1.el5.sme.src.rpm
+
|-
daemontools-0.76-6.el5.sme.src.rpm
+
|e-smith-openssh||Wellsi: Builds on SME9.
dar-2.3.8-1.el5.sme.src.rpm
+
|-
diald-1.0-3.el5.sme.src.rpm
+
|e-smith-packetfilter||Wellsi: Builds on SME9.
diald-top-2.1pl4-4.el5.sme.src.rpm
+
|-
djbdns-1.05-8.el5.sme.src.rpm
+
|e-smith-php||Wellsi: Builds on SME9.
dot-forward-0.71-4.el5.sme.src.rpm
+
|-
e-smith-5.2.0-1.el5.sme.src.rpm
+
|e-smith-pop3||Wellsi: Builds on SME9.
e-smith-apache-2.2.0-8.el5.sme.src.rpm
+
|-
e-smith-backup-2.2.0-60.el5.sme.src.rpm
+
|e-smith-portforwarding||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/portforwarding.pm
e-smith-base-5.2.0-64.el5.sme.src.rpm
+
|-
e-smith-cvm-unix-local-2.2.0-1.el5.sme.src.rpm
+
|e-smith-pptpd||Wellsi: Builds on SME9.
e-smith-devtools-2.2.0-4.el5.sme.src.rpm
+
|-
e-smith-dnscache-2.2.0-1.el5.sme.src.rpm
+
|e-smith-proftpd||Wellsi: Builds on SME9.
e-smith-domains-2.2.0-1.el5.sme.src.rpm
+
|-
e-smith-dynamicdns-dyndns-2.2.0-1.el5.sme.src.rpm
+
|e-smith-proxy||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/proxy.pm 
e-smith-dynamicdns-dyndns.org-2.2.0-1.el5.sme.src.rpm
 
e-smith-dynamicdns-tzo-2.2.0-1.el5.sme.src.rpm
 
e-smith-dynamicdns-yi-2.2.0-1.el5.sme.src.rpm
 
e-smith-email-5.2.0-17.el5.sme.src.rpm
 
e-smith-flexbackup-2.2.0-1.el5.sme.src.rpm
 
e-smith-formmagick-2.2.0-6.el5.sme.src.rpm
 
e-smith-grub-2.2.0-2.el5.sme.src.rpm
 
e-smith-horde-4.2.0-17.el5.sme.src.rpm
 
e-smith-hosts-2.2.0-8.el5.sme.src.rpm
 
e-smith-ibays-2.2.0-11.el5.sme.src.rpm
 
e-smith-imap-2.2.0-3.el5.sme.src.rpm
 
e-smith-imp-5.2.0-9.el5.sme.src.rpm
 
e-smith-ingo-2.2.0-5.el5.sme.src.rpm
 
e-smith-ldap-5.2.0-76.el5.sme.src.rpm
 
e-smith-lib-2.2.0-7.el5.sme.src.rpm
 
e-smith-lib-compspec-2.2.0-1.el5.sme.src.rpm
 
e-smith-LPRng-2.2.0-1.el5.sme.src.rpm
 
e-smith-manager-2.2.0-6.el5.sme.src.rpm
 
e-smith-mysql-2.2.0-6.el5.sme.src.rpm
 
e-smith-ntp                                        Wellsi: Builds Cleanly in SME9. Will import to CVS. Bugzilla:7243
 
e-smith-nutUPS-2.2.0-2.el5.sme.src.rpm
 
e-smith-oidentd-2.2.0-2.el5.sme.src.rpm
 
e-smith-openssh-2.2.0-5.el5.sme.src.rpm
 
e-smith-packetfilter-2.2.0-1.el5.sme.src.rpm
 
e-smith-php-2.2.0-6.el5.sme.src.rpm
 
e-smith-pop3-2.2.0-3.el5.sme.src.rpm
 
e-smith-portforwarding-2.2.0-6.el5.sme.src.rpm
 
e-smith-pptpd-2.2.0-1.el5.sme.src.rpm
 
e-smith-proftpd-2.2.0-2.el5.sme.src.rpm
 
e-smith-proxy-5.2.0-5.el5.sme.src.rpm
 
e-smith-qmail-2.2.0-6.el5.sme.src.rpm
 
e-smith-qmailanalog-2.2.0-1.el5.sme.src.rpm
 
e-smith-quota-2.2.0-10.el5.sme.src.rpm
 
e-smith-radiusd-2.2.0-4.el5.sme.src.rpm
 
e-smith-runit-2.2.0-1.el5.sme.src.rpm
 
e-smith-samba-2.2.0-48.el5.sme.src.rpm
 
e-smith-starterwebsite-2.2.0-1.el5.sme.src.rpm
 
e-smith-test-2.2.0-1.el5.sme.src.rpm
 
e-smith-tinydns-2.2.0-2.el5.sme.src.rpm
 
e-smith-turba-3.2.0-17.el5.sme.src.rpm
 
e-smith-viewlogfiles-2.2.0-1.el5.sme.src.rpm
 
fastforward-0.51-04.el5.sme.src.rpm
 
flexbackup-1.2.1-1.el5.sme.src.rpm
 
headermatch-0.0.1-3.el5.sme.src.rpm
 
horde-3.3.11-2.el5.sme.src.rpm
 
imp-h3-4.3.9-1.el5.sme.src.rpm
 
ingo-h3-1.2.5-1.el5.sme.src.rpm
 
initscripts-8.45.42-1.el5.sme.src.rpm
 
ipsvd-0.12.1-5.el5.sme.src.rpm
 
libgsf-1.14.1-6.1.el5.sme.src.rpm
 
LPRng-3.8.32-2.el5.sme.src.rpm
 
mailfront-1.10-9.el5.sme.src.rpm
 
mod_auth_external-2.2.8-5.el5.sme.src.rpm
 
mod_auth_tkt-2.0.0rc2-1.el5.sme.src.rpm
 
perl-CGI-FormMagick-0.92-21.el5.sme.src.rpm
 
perl-Class-ParamParser-1.0401-3.el5.sme.src.rpm
 
perl-Object-Persistence-0.92-4.el5.sme.src.rpm
 
perl-Test-Inline-0.16-1.el5.sme.src.rpm
 
php-5.3.3-1.el5.sme.6.src.rpm
 
pptpd-1.3.4-1.el5.sme.src.rpm
 
qmail-1.03-17.el5.sme.src.rpm
 
qmailanalog-0.70-8.el5.sme.src.rpm
 
qmail-qfilter-1.5-1.el5.sme.src.rpm
 
qpsmtpd-0.84-3.el5.sme.src.rpm
 
qpsmtpd-plugins-0.0.1-3.el5.sme.src.rpm
 
rssh-2.3.3-2.el5.sme.src.rpm
 
runit-2.0.0-1.el5.sme.src.rpm
 
safecat-1.11-3.el5.sme.src.rpm
 
smeserver-audittools-1.2.0-7.el5.sme.src.rpm
 
smeserver-clamav-2.2.0-12.el5.sme.src.rpm
 
smeserver-locale-2.2.0-41.el5.sme.src.rpm
 
smeserver-qpsmtpd-2.2.0-13.el5.sme.src.rpm
 
smeserver-release-8.0-1.el5.sme.src.rpm
 
smeserver-spamassassin-2.2.0-9.el5.sme.src.rpm
 
smeserver-support-2.2.0-21.el5.sme.src.rpm
 
smeserver-yum-2.2.0-19.el5.sme.src.rpm
 
smolt-1.4.3-4.el5.sme.src.rpm
 
stunnel-tls-3.22-4.el5.sme.src.rpm
 
tai64nunix-0.70-5.el5.sme.src.rpm
 
turba-h3-2.3.5-1.el5.sme.src.rpm
 
ucspi-tcp-0.88-5.el5.sme.src.rpm
 
</pre>
 
 
 
== Prioritised Import List ==
 
 
 
Once a package is able to build following the steps above, its name can be added here.
 
The list should also list the outstanding bugs for that package as that will determine it's prioritisation.
 
 
 
* TBD
 
 
 
== Notes ==
 
 
 
* TBD
 
 
 
== Current Status 31st Jan, to be moved to list above ==
 
{|
 
|Bug ID
 
|Status
 
|Package
 
|Summary
 
|+
 
|[[bugzilla:7222|7222]]
 
|RESOLVED
 
|dialog
 
|Dialog
 
 
|-
 
|-
|[[bugzilla:7234|7234]]
+
|e-smith-qmail||Wellsi: Builds on SME9. 
|CONFIRMED
 
|e-smith-apache
 
|e-smith-apache should require mod_ssl
 
 
|-
 
|-
|[[bugzilla:7230|7230]]
+
|e-smith-qmailanalog||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/qmailanalog.pm 
|CONFIRMED
 
|e-smith-base
 
|use of local event in SME 9
 
 
|-
 
|-
|[[bugzilla:7261|7261]]
+
|e-smith-quota||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm 
|CONFIRMED
 
|e-smith-base
 
|move /etc/modprobe.conf to /etc/modprobe.d/
 
 
|-
 
|-
|[[bugzilla:7266|7266]]
+
|e-smith-radiusd||Wellsi: Builds on SME9. 
|RESOLVED
 
|e-smith-base
 
|Default runlevel to be changed in e-smith-base
 
 
|-
 
|-
|[[bugzilla:7268|7268]]
+
|e-smith-tinydns||Wellsi: Builds on SME9. 
|RESOLVED
 
|e-smith-devtools
 
|wrong perl lib path for e-smith-devtools
 
 
|-
 
|-
|[[bugzilla:7233|7233]]
+
|e-smith-turba||Wellsi: Builds on SME9. 
|CONFIRMED
 
|e-smith-ldap
 
|e-smith-ldap should require openldap-servers
 
 
|-
 
|-
|[[bugzilla:7258|7258]]
+
|e-smith-viewlogfiles||Wellsi: Builds on SME9. 
|CONFIRMED
 
|e-smith-ldap
 
|slapd args need to be adjusted
 
 
|-
 
|-
|[[bugzilla:3596|3596]]
+
|fastforward-0.51-04.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9.
|RESOLVED
 
|e-smith-lib
 
|Stop using kudzu for NIC detection
 
 
|-
 
|-
|[[bugzilla:7235|7235]]
+
|flexbackup-1.2.1-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9.
|RESOLVED
 
|e-smith-manager
 
|e-smith-manager should require perl-suidperl
 
 
|-
 
|-
|[[bugzilla:7236|7236]]
+
|headermatch-0.0.1-3.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9.
|RESOLVED
 
|e-smith-manager
 
|e-smith-manager should require perl(Apache::AuthTkt)
 
 
|-
 
|-
|[[bugzilla:7243|7243]]
+
|horde-3.3.11-2.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" [[bugzilla:7299|Bug 7299]]
|CONFIRMED
 
|e-smith-ntp
 
|Memory limit is too low for ntpd
 
 
|-
 
|-
|[[bugzilla:7262|7262]]
+
|imp-h3-4.3.9-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" [[bugzilla:7299|Bug 7299]]
|CONFIRMED
 
|e-smith-packetfilter
 
|update iptables syntaxe in masq script
 
 
|-
 
|-
|[[bugzilla:7250|7250]]
+
|ingo-h3-1.2.5-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" [[bugzilla:7299|Bug 7299]]
|CONFIRMED
 
|e-smith-proxy
 
|Squid config needs to be adjusted
 
 
|-
 
|-
|[[bugzilla:7229|7229]]
+
|ipsvd-0.12.1-5.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|e-smith-quota
 
|How to initialise quotas
 
 
|-
 
|-
|[[bugzilla:7251|7251]]
+
|libgsf-1.14.1-6.1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|e-smith-radiusd
 
|radiusd arg need to be adjusted
 
 
|-
 
|-
|[[bugzilla:7252|7252]]
+
|LPRng-3.8.32-2.el5.sme.src.rpm|| Not got this ???
|CONFIRMED
 
|e-smith-radiusd
 
|e-smith-radiusd should require freeradius-ldap
 
 
|-
 
|-
|[[bugzilla:7227|7227]]
+
|mailfront-1.10-9.el5.sme.src.rpm||04/02/2013 reetp : Package Builds
|IN_PROGRESS
 
|e-smith-runit
 
|Move code from /etc/inittab templates to elsewhere.
 
 
|-
 
|-
|[[bugzilla:7242|7242]]
+
|mod_auth_tkt-2.0.0rc2-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9 - /usr/lib64/perl5/vendor_perl/Apache/
|CONFIRMED
 
|e-smith-samba
 
|update e-smith-samba dependancies
 
 
|-
 
|-
|[[bugzilla:7267|7267]]
+
|perl-Class-ParamParser-1.0401-3.el5.sme.src.rpm||04/02/2013 reetp : Package Builds
|CONFIRMED
 
|e-smith-service
 
|Replacement of rc.e-smith
 
 
|-
 
|-
|[[bugzilla:7270|7270]]
+
|perl-Object-Persistence-0.92-4.el5.sme.src.rpm||04/02/2013 reetp : Package Builds
|CLOSED
 
|e-smith-test
 
|e-smith-test needs perl(Test::Harness::Straps)
 
 
|-
 
|-
|[[bugzilla:7226|7226]]
+
|pptpd-1.3.4-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|N/A
 
|Roll new stable streams of packages for sme9
 
 
|-
 
|-
|[[bugzilla:7237|7237]]
+
|qmailanalog-0.70-8.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|N/A
 
|SME 9 source are in .xz format which needs tar 1.2
 
 
|-
 
|-
|[[bugzilla:7240|7240]]
+
|qmail-qfilter-1.5-1.el5.sme.src.rpm||04/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|N/A
 
|SME 9 yum repos
 
 
|-
 
|-
|[[bugzilla:7259|7259]]
+
|qpsmtpd-plugins-0.0.1-3.el5.sme.src.rpm||05/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|openldap-servers
 
|Remove autofs.schema from slapd config
 
 
|-
 
|-
|[[bugzilla:7260|7260]]
+
|safecat-1.11-3.el5.sme.src.rpm||05/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|openldap-servers
 
|Fix slapd.conf
 
 
|-
 
|-
|[[bugzilla:7253|7253]]
+
|smeserver-clamav||Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm
|CONFIRMED
 
|perl-Quota
 
|Rebuild perl-Quota for EL6
 
 
|-
 
|-
|[[bugzilla:7263|7263]]
+
|smeserver-qpsmtpd||Wellsi: Builds on SME9.
|CONFIRMED
 
|qpsmtpd
 
|Rebuild qpsmtpd
 
 
|-
 
|-
|[[bugzilla:7241|7241]]
+
|smeserver-spamassassin||Wellsi: Builds on SME9. 
|RESOLVED
 
|smeserver-yum
 
|update smeserver-yum dependancies to use yum-plugin-fastestmirror
 
 
|-
 
|-
|[[bugzilla:7217|7217]]
+
|stunnel-tls-3.22-4.el5.sme.src.rpm||05/02/2013 reetp : Package Builds
|CONFIRMED
 
|TBD
 
|Use of upstart for SME 9
 
 
|-
 
|-
|[[bugzilla:7221|7221]]
+
|tai64nunix-0.70-5.el5.sme.src.rpm||05/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|TBD
 
|Change from syslog to rsyslog
 
 
|-
 
|-
|[[bugzilla:7223|7223]]
+
|turba-h3-2.3.5-1.el5.sme.src.rpm||05/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" [[bugzilla:7299|Bug 7299]]
|CONFIRMED
 
|TBD
 
|/usr/share/perl5/vendor_perl
 
 
|-
 
|-
|[[bugzilla:7254|7254]]
+
|ucspi-tcp-0.88-5.el5.sme.src.rpm||05/02/2013 reetp : Builds cleanly on SME9
|CONFIRMED
 
|TBD
 
|back URL on server-manager is double encoded
 
 
|}
 
|}
  
 
[[Category:SME9-Development]]
 
[[Category:SME9-Development]]

Latest revision as of 07:05, 12 April 2014

Back to SME Server 9.0 Development


Important.png Note:
This page is now obsolete, kept for reference only. see SME Server 9 Release Notes


SME Server Packages

  • This page lists all the packages that SME Server needs to build for SME 9. The starting point is the smeos directory from SME 8.
  • For each package it should be checked if it is still needed, or can we use an upstream package if one is available.
Package Status
buffer-1.19-7.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
cvm-0.82-1.el5.sme.src.rpm 02/02/2013 reetp : Package Builds
daemontools-0.76-6.el5.sme.src.rpm 02/02/2013 reetp : Package Builds
dar-2.3.8-1.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
diald-1.0-3.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
diald-top-2.1pl4-4.el5.sme.src.rpm 02/02/2013 reetp : Build fails Bug 7279
dietlibc sme9 in CVS - 02/02/2013 reetp : Builds cleanly on SME9
djbdns-1.05-8.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
dot-forward-0.71-4.el5.sme.src.rpm wellsi Builds cleanly on sme9
e-smith-apache-2.2.0-8.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-backup-2.2.0-60.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-cvm-unix-local-2.2.0-1.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-dnscache-2.2.0-1.el5.sme.src.rpm 02/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-domains-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory - /usr/lib/perl5/site_perl
e-smith-dynamicdns-dyndns-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-dynamicdns-dyndns.org-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-dynamicdns-tzo-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-dynamicdns-yi-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-email-5.2.0-17.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory - /usr/lib/perl5/site_perl
e-smith-flexbackup-2.2.0-1.el5.sme.src.rpm 03/02/2013 reetp : Builds cleanly on SME9 - no sme9 directory
e-smith-horde Wellsi: Builds on SME9.
e-smith-hosts Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm
e-smith-ibays Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm
e-smith-imap Wellsi: Builds on SME9.
e-smith-imp Wellsi: Builds on SME9.
e-smith-ingo Wellsi: Builds on SME9.
e-smith-ldap Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm
e-smith-LPRng Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/printers.pm
e-smith-mysql Wellsi: Builds on SME9.
e-smith-nutUPS Wellsi: Builds on SME9.
e-smith-oidentd Wellsi: Builds on SME9.
e-smith-openssh Wellsi: Builds on SME9.
e-smith-packetfilter Wellsi: Builds on SME9.
e-smith-php Wellsi: Builds on SME9.
e-smith-pop3 Wellsi: Builds on SME9.
e-smith-portforwarding Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/portforwarding.pm
e-smith-pptpd Wellsi: Builds on SME9.
e-smith-proftpd Wellsi: Builds on SME9.
e-smith-proxy Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/proxy.pm
e-smith-qmail Wellsi: Builds on SME9.
e-smith-qmailanalog Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/qmailanalog.pm
e-smith-quota Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/workgroup.pm
e-smith-radiusd Wellsi: Builds on SME9.
e-smith-tinydns Wellsi: Builds on SME9.
e-smith-turba Wellsi: Builds on SME9.
e-smith-viewlogfiles Wellsi: Builds on SME9.
fastforward-0.51-04.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9.
flexbackup-1.2.1-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9.
headermatch-0.0.1-3.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9.
horde-3.3.11-2.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" Bug 7299
imp-h3-4.3.9-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" Bug 7299
ingo-h3-1.2.5-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" Bug 7299
ipsvd-0.12.1-5.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9
libgsf-1.14.1-6.1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9
LPRng-3.8.32-2.el5.sme.src.rpm Not got this ???
mailfront-1.10-9.el5.sme.src.rpm 04/02/2013 reetp : Package Builds
mod_auth_tkt-2.0.0rc2-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9 - /usr/lib64/perl5/vendor_perl/Apache/
perl-Class-ParamParser-1.0401-3.el5.sme.src.rpm 04/02/2013 reetp : Package Builds
perl-Object-Persistence-0.92-4.el5.sme.src.rpm 04/02/2013 reetp : Package Builds
pptpd-1.3.4-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9
qmailanalog-0.70-8.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9
qmail-qfilter-1.5-1.el5.sme.src.rpm 04/02/2013 reetp : Builds cleanly on SME9
qpsmtpd-plugins-0.0.1-3.el5.sme.src.rpm 05/02/2013 reetp : Builds cleanly on SME9
safecat-1.11-3.el5.sme.src.rpm 05/02/2013 reetp : Builds cleanly on SME9
smeserver-clamav Wellsi: Builds on SME9. /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/clamav.pm
smeserver-qpsmtpd Wellsi: Builds on SME9.
smeserver-spamassassin Wellsi: Builds on SME9.
stunnel-tls-3.22-4.el5.sme.src.rpm 05/02/2013 reetp : Package Builds
tai64nunix-0.70-5.el5.sme.src.rpm 05/02/2013 reetp : Builds cleanly on SME9
turba-h3-2.3.5-1.el5.sme.src.rpm 05/02/2013 reetp : Builds cleanly on SME9 - Notice "Warning line 23 prereq deprecated" Bug 7299
ucspi-tcp-0.88-5.el5.sme.src.rpm 05/02/2013 reetp : Builds cleanly on SME9