Report information
The Basics
Id:
45497
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.11, 9.9.11-S1
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Mon, 03 Jul 2017 05:13:13 -0400
Updated:Wed, 26 Jul 2017 01:46:02 -0400
Closed:Tue, 04 Jul 2017 22:16:15 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Date: Mon, 3 Jul 2017 11:13:03 +0200
To: bind9-bugs@isc.org
Subject: [PATCH] Export libraries installed without execute bit
From: "Petr Menšík" <pemensik@redhat.com>
In bind 9.9, export libraries are installed with INSTALL_DATA. In Fedora we use libtool with dynamically linked export libraries for DHCP packages. Package build is broken after upgrade to 9.9.10. It does expand variables to this on Fedora 25: INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIBRARY = ${INSTALL_PROGRAM} Installed export dynamic libraries are then installed without execute bit. I think lib/export was forgotten when backporting commit 38398c590ab7aeb5c3d3749c1a8d672e6f2f138c into v9_9 branch.

Message body is not shown because sender requested not to inline it.

Will be in 9.9.11rc1, missed the cut for 9.9.11b1. 4646. [bug] Install lib/export libraries with ${INSTALL_LIBRARY}. [RT #45497]