Package: growl-for-linux / 0.8.5-1

Metadata

Package Version Patches format
growl-for-linux 0.8.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable display execstack.patch | (download)

display/balloon/Makefile.am | 2 1 + 1 - 0 !
display/fog/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix executable stack lintian warnings for display plugins
enable pie for gol.patch | (download)

Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 enable -pie explicitly for gol because hardening=+all,-pie is specified to avoid conflicts with libgolplug (libgolplug couldn't be built without hardening=-pie flag)
disable pie for libgolplug.patch | (download)

plugins/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable pie explicitly because it conflicts with shared libraries under display/* when hardening=+all is enabled.