Commit Graph

11 Commits

Author SHA1 Message Date
Thomas Woerner 9025eb33eb - made init script lsb conform (#243286, rhbz#247025)
- added link to postfix sasl readme into Postfix-SASL-RedHat readme
2007-10-04 13:39:00 +00:00
Thomas Woerner f607cdd2cb [tw]
- diabled mysql support again (rhbz#185515)
- added support flag for PostgreSQL build (rhbz#180579) Ben: Thanks for the
    patch
- Fixed remaining rewiew problems (rhbz#226307)
2007-06-14 13:27:32 +00:00
Thomas Woerner 68fcedb248 [tw]
- replaced postconf and postalias call in initscript with newaliases
    (#156358)
- fixed initscripts messages (#155774)
- fixed build problems when sasl is disabled (#164773)
- fixed pre-definition of mailbox_transport lmtp socket path (#122910)
2005-11-11 14:06:11 +00:00
Thomas Woerner 04811386c2 [tw]
2.2.1-1
- new version 2.2.1
- allow to start postfix without alias_database (#149657)
2.2.0-1
- new version 2.2.0
- cleanup of spec file: removed external TLS and IPV6 patches, removed
    smtp_sasl_proto patch
- dropped samples directory till there are good examples again (was TLS and
    IPV6)
- v2.2.0 fixes code problems: #132798 and #137858
2005-03-18 14:07:24 +00:00
Thomas Woerner fcf0f0270f [tw] - removed double quotes from postalias call, second fix for #138354 2004-11-23 13:05:31 +00:00
Thomas Woerner cb3a69e9bd [tw] - fixed problem with multiple alias maps (#138354) 2004-11-11 11:32:43 +00:00
Thomas Woerner c68aa8cf28 [tw] - automated postalias call in init script
- removed postconf call from spec file: moved changes into patch
2004-10-18 12:21:41 +00:00
Thomas Woerner 10a61439f3 [tw] - removed aliases from postfix-files (#135840)
- fixed postalias call in init script
2004-10-15 13:48:00 +00:00
cvsdist 180d3e8362 auto-import changelog data from postfix-2.0.18-2.src.rpm
2.0.18-2
- fix sendmail man page (again), make pflogsumm a subpackage
2.0.18-1
- bring source up to upstream release 2.0.18
- include pflogsumm, fixes bug #68799
- include smtp-sink, smtp-source man pages, fixes bug #118163
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2.0.16-14
- fix bug 74553, make alternatives track sendmail man page
2.0.16-13
- remove /etc/sysconfig/saslauthd from rpm, fixes bug 113975
Wed Feb 18 2004 John Dennis <jdennis@porkchop.devel.redhat.com>
- set sasl back to v2 for mainline, this is good for fedora and beyond, for
    RHEL3, we'll branch and set set sasl to v1 and turn off ipv6
Tue Feb 17 2004 John Dennis <jdennis@porkchop.devel.redhat.com>
- revert back to v1 of sasl because LDAP still links against v1 and we
    can't
- bump revision for build have two different versions of the sasl library
    loaded in one load image at the same time. How is that possible?
    Because the sasl libraries have different names (libsasl.so &
    libsasl2.so) but export the same symbols :-( Fixes bugs 115249 and
    111767
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2.0.16-7
- fix bug 77216, support snapshot builds
2.0.16-6
- add support for IPv6 via Dean Strik's patches, fixes bug 112491
2.0.16-4
- remove mysqlclient prereq, fixes bug 101779
- remove md5 verification override, this fixes bug 113370. Write
    parse-postfix-files script to generate explicit list of all upstream
    files with ownership, modes, etc. carefully add back in all other not
    upstream files, files list is hopefully rock solid now.
2.0.16-3
- add zlib-devel build prereq, fixes bug 112822
- remove copy of resolve.conf into chroot jail, fixes bug 111923
Tue Dec 16 2003 John Dennis <jdennis@porkchop.devel.redhat.com>
- bump release to build 3.0E errata update
2004-09-09 10:40:05 +00:00
cvsdist 4a74ddfb21 auto-import changelog data from postfix-1.1.7-2.src.rpm
Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.7-2
- Fix bugs #62358 and #62783
- Make sure libdb-3.3.so is in the chroot jail (#62906)
2004-09-09 10:35:52 +00:00
cvsdist 16927f37d2 auto-import changelog data from postfix-1.1.7-1.src.rpm
Mon Apr 08 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.7-1
- 1.1.7, fixes 2 critical bugs
- Make sure there's a resolv.conf in the chroot jail
Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.5-3
- Add Provides: lines for alternatives stuff (#60879)
Tue Mar 26 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.5-2
- rebuild
Tue Mar 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.5-1
- 1.1.5 (bugfix release)
- Rebuild with current db
Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 1.1.4-3
- remove db trigger, it's both dangerous and pointless
- clean up other triggers a little
Wed Mar 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.4-2
- Some trigger tweaks to make absolutely sure /etc/services is in the
    chroot jail
Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.4-1
- 1.1.4
- TLS 0.8.4
- Move postalias run from %post to init script to work around anaconda
    being broken.
Fri Mar 08 2002 Bill Nottingham <notting@redhat.com> 1.1.3-5
- use alternatives --initscript support
Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.3-4
- run alternatives --remove in %preun
- add various prereqs
Thu Feb 28 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.3-3
- adjust the default postfix-files config file to match the alternatives
    setup by altering the arguments passed to post-install in the %install
    phase (otherwise, it might point to sendmail's binaries, breaking it
    rather rudely)
- adjust the post-install script so that it silently uses paths which have
    been modified for use with alternatives, for upgrade cases where the
    postfix-files configuration file isn't overwritten
- don't forcefully strip files -- that's a build root policy
- remove hard requirement on openldap, library dependencies take care of it
- redirect %postun to /dev/null
- don't remove the postfix user and group when the package is removed
Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.3-2
- listen on 127.0.0.1 only by default (#60071)
- Put config samples in /usr/share/doc/postfix-1.1.7 rather than
    /etc/postfix (#60072)
- Some spec file cleanups
Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.3-1
- 1.1.3, TLS 0.8.3
- Fix updating
- Don't run the statistics cron job
- remove requirement on perl Date::Calc
Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.2-3
- Fix up alternatives stuff
Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.2-2
- Use alternatives
Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.2-1
- Initial Red Hat Linux packaging, based on spec file from Simon J Mudd
    <sjmudd@pobox.com>
- Changes from that:
- Set up chroot environment in triggers to make sure we catch glibc errata
- Remove some hacks to support building on all sorts of distributions at
    the cost of specfile readability
- Remove postdrop group on deletion
2004-09-09 10:35:48 +00:00