From owner-svn-src-all@freebsd.org Thu Oct 18 02:12:51 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E3210E7C82; Thu, 18 Oct 2018 02:12:51 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0425974397; Thu, 18 Oct 2018 02:12:51 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [172.17.133.69] (unknown [12.202.168.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 730C7104F7; Thu, 18 Oct 2018 02:12:50 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.12.0.181014 Date: Wed, 17 Oct 2018 19:12:47 -0700 Subject: Re: svn commit: r339361 - head From: Ravi Pokala To: Glen Barber , , , Message-ID: <2B792E27-E175-4684-824B-70214716873C@panasas.com> Thread-Topic: svn commit: r339361 - head References: <201810151716.w9FHGlmF077762@repo.freebsd.org> In-Reply-To: <201810151716.w9FHGlmF077762@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 02:12:51 -0000 Why would the OpenSSL change cause these libcasper files to be stale? Nothi= ng on that list should have anything to do with OpenSSL, right? Thanks, Ravi (rpokala@) =EF=BB=BF-----Original Message----- From: on behalf of Glen Barber Date: 2018-10-15, Monday at 10:16 To: , , Subject: svn commit: r339361 - head Author: gjb Date: Mon Oct 15 17:16:47 2018 New Revision: 339361 URL: https://svnweb.freebsd.org/changeset/base/339361 Log: Remove stale libcasper(3) shared libraries following the OpenSSL 1.1.1 update. =20 Reported by: des Approved by: re (kib) Sponsored by: The FreeBSD Foundation Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/ObsoleteFiles.inc Mon Oct 15 16:43:07 2018 (r339360) +++ head/ObsoleteFiles.inc Mon Oct 15 17:16:47 2018 (r339361) @@ -38,6 +38,19 @@ # xargs -n1 | sort | uniq -d; # done =20 +# 20181015: Stale libcasper(3) files following 20181009: OpenSSL 1.1.1 +OLD_LIBS+=3Dlib/casper/libcap_sysctl.so.0 +OLD_LIBS+=3Dlib/casper/libcap_grp.so.0 +OLD_LIBS+=3Dlib/casper/libcap_pwd.so.0 +OLD_LIBS+=3Dlib/casper/libcap_random.so.0 +OLD_LIBS+=3Dlib/casper/libcap_dns.so.0 +OLD_LIBS+=3Dlib/casper/libcap_syslog.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_sysctl.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_grp.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_pwd.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_random.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_dns.so.0 +OLD_LIBS+=3Dusr/lib32/libcap_syslog.so.0 # 20181009: OpenSSL 1.1.1 OLD_FILES+=3Dusr/include/openssl/des_old.h OLD_FILES+=3Dusr/include/openssl/dso.h