Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/sendmail: sendmail-8.14.0.ebuild sendmail-8.14.1.ebuild ChangeLog sendmail-8.14.2.ebuild sendmail-8.13.7.ebuild sendmail-8.14.3.ebuild sendmail-8.13.7-r1.ebuild sendmail-8.13.8.ebuild sendmail-8.13.6-r1.ebuild
Date: Mon, 31 Aug 2009 13:04:47
Message-Id: E1MiBNq-000885-Et@stork.gentoo.org
1 mrness 09/08/31 18:13:38
2
3 Modified: sendmail-8.14.0.ebuild sendmail-8.14.1.ebuild
4 ChangeLog sendmail-8.14.2.ebuild
5 Removed: sendmail-8.13.7.ebuild sendmail-8.14.3.ebuild
6 sendmail-8.13.7-r1.ebuild sendmail-8.13.8.ebuild
7 sendmail-8.13.6-r1.ebuild
8 Log:
9 Fix regression bug introduced by the new site.config.m4 (#283277).
10 (Portage version: 2.1.6.13/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.13 mail-mta/sendmail/sendmail-8.14.0.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?rev=1.13&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?rev=1.13&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild?r1=1.12&r2=1.13
18
19 Index: sendmail-8.14.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v
22 retrieving revision 1.12
23 retrieving revision 1.13
24 diff -u -r1.12 -r1.13
25 --- sendmail-8.14.0.ebuild 10 Sep 2007 09:09:48 -0000 1.12
26 +++ sendmail-8.14.0.ebuild 31 Aug 2009 18:13:37 -0000 1.13
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2007 Gentoo Foundation
29 +# Copyright 1999-2009 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.12 2007/09/10 09:09:48 lcars Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.13 2009/08/31 18:13:37 mrness Exp $
33
34 inherit eutils
35
36 @@ -53,6 +53,8 @@
37 use nis && confENVDEF="${confENVDEF} -DNIS"
38 use sockets && confENVDEF="${confENVDEF} -DSOCKETMAP"
39 sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \
40 + -e "/@@confLDOPTS@@/d" \
41 + -e "/@@confCC@@/d" \
42 -e "s/@@confMAPDEF@@/${confMAPDEF}/" \
43 -e "s/@@confENVDEF@@/${confENVDEF}/" \
44 -e "s/@@confLIBS@@/${confLIBS}/" \
45
46
47
48 1.4 mail-mta/sendmail/sendmail-8.14.1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild?r1=1.3&r2=1.4
53
54 Index: sendmail-8.14.1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- sendmail-8.14.1.ebuild 10 Sep 2007 09:09:48 -0000 1.3
61 +++ sendmail-8.14.1.ebuild 31 Aug 2009 18:13:37 -0000 1.4
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2009 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.3 2007/09/10 09:09:48 lcars Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.4 2009/08/31 18:13:37 mrness Exp $
68
69 inherit eutils
70
71 @@ -53,6 +53,8 @@
72 use nis && confENVDEF="${confENVDEF} -DNIS"
73 use sockets && confENVDEF="${confENVDEF} -DSOCKETMAP"
74 sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \
75 + -e "/@@confLDOPTS@@/d" \
76 + -e "/@@confCC@@/d" \
77 -e "s/@@confMAPDEF@@/${confMAPDEF}/" \
78 -e "s/@@confENVDEF@@/${confENVDEF}/" \
79 -e "s/@@confLIBS@@/${confLIBS}/" \
80
81
82
83 1.83 mail-mta/sendmail/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?rev=1.83&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?rev=1.83&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/ChangeLog?r1=1.82&r2=1.83
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v
92 retrieving revision 1.82
93 retrieving revision 1.83
94 diff -u -r1.82 -r1.83
95 --- ChangeLog 22 Aug 2009 21:41:23 -0000 1.82
96 +++ ChangeLog 31 Aug 2009 18:13:37 -0000 1.83
97 @@ -1,6 +1,14 @@
98 # ChangeLog for mail-mta/sendmail
99 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.82 2009/08/22 21:41:23 mrness Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.83 2009/08/31 18:13:37 mrness Exp $
102 +
103 + 31 Aug 2009; Alin Năstac <mrness@g.o>
104 + -files/errata-8.13.7-1.patch, -files/errata-8.13.7-2.patch,
105 + -files/sendmail-CVE-2006-1173.patch, -sendmail-8.13.6-r1.ebuild,
106 + -sendmail-8.13.7.ebuild, -sendmail-8.13.7-r1.ebuild,
107 + -sendmail-8.13.8.ebuild, sendmail-8.14.0.ebuild, sendmail-8.14.1.ebuild,
108 + sendmail-8.14.2.ebuild, -sendmail-8.14.3.ebuild:
109 + Fix regression bug introduced by the new site.config.m4 (#283277).
110
111 *sendmail-8.14.3-r1 (22 Aug 2009)
112
113
114
115
116 1.2 mail-mta/sendmail/sendmail-8.14.2.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild?r1=1.1&r2=1.2
121
122 Index: sendmail-8.14.2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- sendmail-8.14.2.ebuild 2 Nov 2007 20:34:08 -0000 1.1
129 +++ sendmail-8.14.2.ebuild 31 Aug 2009 18:13:38 -0000 1.2
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2007 Gentoo Foundation
132 +# Copyright 1999-2009 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild,v 1.1 2007/11/02 20:34:08 lcars Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.2.ebuild,v 1.2 2009/08/31 18:13:38 mrness Exp $
136
137 inherit eutils
138
139 @@ -53,6 +53,8 @@
140 use nis && confENVDEF="${confENVDEF} -DNIS"
141 use sockets && confENVDEF="${confENVDEF} -DSOCKETMAP"
142 sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \
143 + -e "/@@confLDOPTS@@/d" \
144 + -e "/@@confCC@@/d" \
145 -e "s/@@confMAPDEF@@/${confMAPDEF}/" \
146 -e "s/@@confENVDEF@@/${confENVDEF}/" \
147 -e "s/@@confLIBS@@/${confLIBS}/" \