Your message dated Wed, 05 Apr 2023 15:36:41 +0000
with message-id <[email protected]>
and subject line Bug#1033881: Removed package(s) from unstable
has caused the Debian Bug report #859353,
regarding cgminer shouldn't disable PIE
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
859353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859353
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cgminer
Version: 4.9.2-1
Severity: normal
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please consider applying the following change:

--- debian/rules.old    2017-03-20 10:24:30.000000000 +0000
+++ debian/rules        2017-03-20 10:24:35.000000000 +0000
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 #Below list is taken from README
 DRIVERS= --enable-avalon\
  --enable-avalon2\

--- End Message ---
--- Begin Message ---
Version: 4.9.2-1+rm

Dear submitter,

as the package cgminer has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1033881

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to