Package: rlplot / 1.5-3
Metadata
| Package | Version | Patches format |
|---|---|---|
| rlplot | 1.5-3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix ftbfs with gold.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
fix build with binutils-gold
Patch from Ubuntu to fix FTBFS with binutils-gold (#556322):
rlplot (1.4-1ubuntu2) natty; urgency=low
* Fix FTBFS with ld --no-add-needed.
- Rearrange linker arguments.
- Link against pthread.
-- Felix Geyer <debfx-pkg@fobos.de> Sat, 15 Jan 2011 18:08:18 +0100
|
| fix ftbfs with qt4.7.patch | (download) |
QT_Spec.cpp |
4 2 + 2 - 0 ! |
fix build with qt 4.7
Patch from Ubuntu to fix FTBFS with Qt 4.7 (#610150 and #618048):
rlplot (1.4-1ubuntu1) maverick; urgency=low
* Fix FTBFS with Qt 4.7 (LP: #641536)
- Patch QT_Spec.cpp
-- Felix Geyer <debfx-pkg@fobos.de> Fri, 17 Sep 2010 21:14:41 +0200
|
| remove linux fs h requirement.patch | (download) |
QT_Spec.h |
1 0 + 1 - 0 ! |
fix build for non-linux platforms The header linux/fs.h doesn't actually seem to be needed! |
| do not call free on arrays.patch | (download) |
rlplot.cpp |
1 0 + 1 - 0 ! |
remove two calls to free with an array as the argument This is bad code, invoking undefined behaviour if executed. I suspect it never actually will be, as by default "new" in C++ throws an exception if it fails, and I don't see anything in the rlplot code to change that. The issue was spotted by a new GCC warning. |
| gcc 6.patch | (download) |
Fileio.cpp |
2 1 + 1 - 0 ! |
correct compilation with g++-6 Bug: https://bugs.debian.org/811648 |
| hardening_flags.patch | (download) |
Makefile |
59 33 + 26 - 0 ! |
add hardening flags to build |
1
