Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Sat, 13 Apr 2019 14:17:29
Message-Id: 1555165037.b6f12b9afc5637525fbff362e0902ac096e744ec.floppym@gentoo
1 commit: b6f12b9afc5637525fbff362e0902ac096e744ec
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 14:15:14 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 14:17:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f12b9a
7
8 sys-apps/man-db: don't clobber /var/cache/man on every reinstall
9
10 Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/man-db/man-db-2.8.5-r1.ebuild | 2 +-
14 sys-apps/man-db/man-db-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/man-db/man-db-2.8.5-r1.ebuild b/sys-apps/man-db/man-db-2.8.5-r1.ebuild
18 index 7c43b7e40d5..ac0efdfd790 100644
19 --- a/sys-apps/man-db/man-db-2.8.5-r1.ebuild
20 +++ b/sys-apps/man-db/man-db-2.8.5-r1.ebuild
21 @@ -99,7 +99,7 @@ pkg_preinst() {
22 local _replacing_version=
23 local _setgid_vuln=0
24 for _replacing_version in ${REPLACING_VERSIONS}; do
25 - if ver_test '2.7.6.1-r2' -gt "${_replacing_version}"; then
26 + if ver_test '2.7.6.1-r2' -le "${_replacing_version}"; then
27 debug-print "Skipping security bug #602588 ... existing installation (${_replacing_version}) should not be affected!"
28 else
29 _setgid_vuln=1
30
31 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
32 index 7c43b7e40d5..ac0efdfd790 100644
33 --- a/sys-apps/man-db/man-db-9999.ebuild
34 +++ b/sys-apps/man-db/man-db-9999.ebuild
35 @@ -99,7 +99,7 @@ pkg_preinst() {
36 local _replacing_version=
37 local _setgid_vuln=0
38 for _replacing_version in ${REPLACING_VERSIONS}; do
39 - if ver_test '2.7.6.1-r2' -gt "${_replacing_version}"; then
40 + if ver_test '2.7.6.1-r2' -le "${_replacing_version}"; then
41 debug-print "Skipping security bug #602588 ... existing installation (${_replacing_version}) should not be affected!"
42 else
43 _setgid_vuln=1