[tw]
- new version 2.2.3 - all binaries are PIE, now
This commit is contained in:
parent
0c42b411dd
commit
e970a8f145
@ -10,3 +10,4 @@ ipv6-1.26-pf-2.1.5.patch.gz
|
|||||||
tls+ipv6-1.26-pf-2.1.5.patch.gz
|
tls+ipv6-1.26-pf-2.1.5.patch.gz
|
||||||
postfix-2.2.1.tar.gz
|
postfix-2.2.1.tar.gz
|
||||||
postfix-2.2.2.tar.gz
|
postfix-2.2.2.tar.gz
|
||||||
|
postfix-2.2.3.tar.gz
|
||||||
|
12
postfix.spec
12
postfix.spec
@ -42,8 +42,8 @@
|
|||||||
|
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: Postfix Mail Transport Agent
|
Summary: Postfix Mail Transport Agent
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.postfix.org
|
URL: http://www.postfix.org
|
||||||
@ -75,7 +75,6 @@ Source101: postfix-pam.conf
|
|||||||
Patch1: postfix-2.1.1-config.patch
|
Patch1: postfix-2.1.1-config.patch
|
||||||
Patch3: postfix-alternatives.patch
|
Patch3: postfix-alternatives.patch
|
||||||
Patch4: postfix-hostname-fqdn.patch
|
Patch4: postfix-hostname-fqdn.patch
|
||||||
Patch5: postfix-2.1.1-pie.patch
|
|
||||||
Patch6: postfix-2.1.1-obsolete.patch
|
Patch6: postfix-2.1.1-obsolete.patch
|
||||||
Patch7: postfix-2.1.5-aliases.patch
|
Patch7: postfix-2.1.5-aliases.patch
|
||||||
Patch8: postfix-large-fs.patch
|
Patch8: postfix-large-fs.patch
|
||||||
@ -130,7 +129,6 @@ umask 022
|
|||||||
%patch1 -p1 -b .config
|
%patch1 -p1 -b .config
|
||||||
%patch3 -p1 -b .alternatives
|
%patch3 -p1 -b .alternatives
|
||||||
%patch4 -p1 -b .postfix-hostname-fqdn
|
%patch4 -p1 -b .postfix-hostname-fqdn
|
||||||
%patch5 -p1 -b .pie
|
|
||||||
%patch6 -p1 -b .obsolete
|
%patch6 -p1 -b .obsolete
|
||||||
%patch7 -p1 -b .aliases
|
%patch7 -p1 -b .aliases
|
||||||
%patch8 -p1 -b .large-fs
|
%patch8 -p1 -b .large-fs
|
||||||
@ -203,6 +201,8 @@ CCARGS="${CCARGS} -fsigned-char"
|
|||||||
CCARGS="${CCARGS} -DNO_IPV6"
|
CCARGS="${CCARGS} -DNO_IPV6"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
AUXLIBS="${AUXLIBS} -pie"
|
||||||
|
|
||||||
export CCARGS AUXLIBS
|
export CCARGS AUXLIBS
|
||||||
make -f Makefile.init makefiles
|
make -f Makefile.init makefiles
|
||||||
|
|
||||||
@ -461,6 +461,10 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 12 2005 Thomas Woerner <twoerner@redhat.com> 2:2.2.3-1
|
||||||
|
- new version 2.2.3
|
||||||
|
- compiling all binaries PIE, dropped old pie patch
|
||||||
|
|
||||||
* Wed Apr 20 2005 Tomas Mraz <tmraz@redhat.com> 2:2.2.2-2
|
* Wed Apr 20 2005 Tomas Mraz <tmraz@redhat.com> 2:2.2.2-2
|
||||||
- fix fsspace on large filesystems (>2G blocks)
|
- fix fsspace on large filesystems (>2G blocks)
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz
|
1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz
|
||||||
36b982392b2a490f3c861e5e609124cc postfix-2.2.1.tar.gz
|
f164b701c3e97b950d4cc64aff4de3c0 postfix-2.2.3.tar.gz
|
||||||
1f5f54ec8a832af7faaa71607475b19b postfix-2.2.2.tar.gz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user