[Postfix Logo]

Postfix RPM Packages

[RPM Logo]
QUICK LINKS
Home
Postfix Home Page
News
FAQ
Spanish links
English links
My Packages
Available Packages
Download
Mirrors
Building RPMs
Other RPMs
CVS
Mailing Lists
SMTPD Multiline Banner
Suggestions

[español]   español

CVS Repository of RPM package files

Due to server relocation issues access to my cvs repository is currently not possible. This should be resolved shortly. 06/2008.

You can view the CVS repository of the files used to build the RPM packages I produce (excluding the tar balls provided by Wietse), using ViewVC at the following URLs:


My Postfix RPMS are available via anonymous cvs. Currently there are several branches: POSTFIX_2_5 for postfix-2.5, POSTFIX_2_4 for postfix-2.4, POSTFIX_2_3 for postfix-2.3, POSTFIX_2_2 for postfix-2.2, POSTFIX_2_1 for postfix-2.1, POSTFIX_2 for postfix-2.0, POSTFIX_1_1_0 for postfix-1.1, with HEAD being used (sometimes) for the latest Postfix snapshots.

You can access the cvs repository doing the following:

$ export CVSROOT=:pserver:anoncvs@cvs.WL0.org:/home/cvsroot
$ cvs login
Logging in to :pserver:anoncvs@cvs.wl0.org:2401/home/cvsroot
CVS password: anoncvs

$ cvs checkout postfix-rpm                        # snapshots, or
$ cvs checkout -r POSTFIX_2_5   postfix-rpm       # postfix-2.5
$ cvs checkout -r POSTFIX_2_4   postfix-rpm       # postfix-2.4
$ cvs checkout -r POSTFIX_2_3   postfix-rpm       # postfix-2.3
$ cvs checkout -r POSTFIX_2_2   postfix-rpm       # postfix-2.2
$ cvs checkout -r POSTFIX_2_1   postfix-rpm       # postfix-2.1
$ cvs checkout -r POSTFIX_2     postfix-rpm       # postfix-2.0
$ cvs checkout -r POSTFIX_1_1_0 postfix-rpm       # postfix-1.1

Note that the way that I build my packages is to run sh buildpackage. This sets up links from the cvs repository to the SOURCES directory before attempting to build the RPM.


My Pflogsumm RPMS are also available via anonymous cvs.

You can access the cvs repository doing the following:

$ CVSROOT=:pserver:anoncvs@cvs.WL0.org:/home/cvsroot
$ cvs login
Logging in to :pserver:anoncvs@cvs.wl0.org:2401/home/cvsroot
CVS password: anoncvs

cvs checkout pflogsumm-rpm

Suggestions for improvement are welcome.


© 2001-2008 Simon J. Mudd <sjmudd@pobox.com>