From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F235138335 for ; Sat, 13 Apr 2019 14:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA4CE09E7; Sat, 13 Apr 2019 14:17:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18061E09E7 for ; Sat, 13 Apr 2019 14:17:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF64B340F2B for ; Sat, 13 Apr 2019 14:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77E5F5A5 for ; Sat, 13 Apr 2019 14:17:25 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1555165037.b6f12b9afc5637525fbff362e0902ac096e744ec.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-db/man-db-2.8.5-r1.ebuild sys-apps/man-db/man-db-9999.ebuild X-VCS-Directories: sys-apps/man-db/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b6f12b9afc5637525fbff362e0902ac096e744ec X-VCS-Branch: master Date: Sat, 13 Apr 2019 14:17:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc381969-4bc6-46be-9ede-126bf40b1ec1 X-Archives-Hash: da6d1f6c5ba9183676ff97a9f07d6ae0 commit: b6f12b9afc5637525fbff362e0902ac096e744ec Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 13 14:15:14 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 13 14:17:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f12b9a sys-apps/man-db: don't clobber /var/cache/man on every reinstall Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/man-db/man-db-2.8.5-r1.ebuild | 2 +- sys-apps/man-db/man-db-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index 7c43b7e40d5..ac0efdfd790 100644 --- a/sys-apps/man-db/man-db-2.8.5-r1.ebuild +++ b/sys-apps/man-db/man-db-2.8.5-r1.ebuild @@ -99,7 +99,7 @@ pkg_preinst() { local _replacing_version= local _setgid_vuln=0 for _replacing_version in ${REPLACING_VERSIONS}; do - if ver_test '2.7.6.1-r2' -gt "${_replacing_version}"; then + if ver_test '2.7.6.1-r2' -le "${_replacing_version}"; then debug-print "Skipping security bug #602588 ... existing installation (${_replacing_version}) should not be affected!" else _setgid_vuln=1 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 7c43b7e40d5..ac0efdfd790 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -99,7 +99,7 @@ pkg_preinst() { local _replacing_version= local _setgid_vuln=0 for _replacing_version in ${REPLACING_VERSIONS}; do - if ver_test '2.7.6.1-r2' -gt "${_replacing_version}"; then + if ver_test '2.7.6.1-r2' -le "${_replacing_version}"; then debug-print "Skipping security bug #602588 ... existing installation (${_replacing_version}) should not be affected!" else _setgid_vuln=1