Debian Patches

Status for imview/1.1.9h-4

Patch Description Author Forwarded Bugs Origin Last update
00_fltk1.3-compat.patch Make compatible with FLTK 1.3, per upstream dcc570.
https://sourceforge.net/p/imview/imview/ci/dcc5706dff96b35c0799e3ba0ab0a8859f953adc/
with one hunk of configure hand-merged.

===================================================================
Aaron M. Ucko <ucko@debian.org> invalid 2021-02-07
01_fix-gcc6.patch Fix compilation with gcc-6.
Replace "move" method by "Move" to escape ambiguity.

pointfile.cxx | 2 +-
pointfile.hxx | 2 +-
server/interpreter.cxx | 4 ++--
server/interpreter.hxx | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pointfile.cxx b/pointfile.cxx
index ce0c591..50cfd52 100644
Anton Gladky <gladk@debian.org> no debian 2016-08-02
02_fix-libpng16.patch Patch for libpng1.6
libpng1.6 removed direct access of its member functions.

io/readpng.cxx | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)

diff --git a/io/readpng.cxx b/io/readpng.cxx
index f1494c9..8ee0337 100644
Tobias Frost <tobi@debian.org> no debian 2016-04-08
03_fix-strncpy.patch fix dangerous use of strncpy
imview.cxx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/imview.cxx b/imview.cxx
index 51dd68e..163ffbb 100644
Sebastian Ramacher <sramacher@debian.org> no debian 2013-02-06
04_fsf-address.patch Fix FSF address in COPYRIGHT file
COPYRIGHT | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/COPYRIGHT b/COPYRIGHT
index 40331d0..c9cf0eb 100644
Teemu Ikonen <tpikonen@gmail.com> no 2008-08-20
05_gcc4-ftbfs.patch Fix FTBFS with gcc-4.7.
server/socketstream.hxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/server/socketstream.hxx b/server/socketstream.hxx
index 3037692..2c27b51 100644
Sebastian Ramacher <s.ramacher@gmx.at> no 2012-06-24
06_ics-stack-smashing.patch fixes stack smashing in ics-reader
io/readics.cxx | 428 ++++++++++++++++++++++-----------------------------------
1 file changed, 167 insertions(+), 261 deletions(-)

diff --git a/io/readics.cxx b/io/readics.cxx
index e18eeb6..1fc39b9 100644
Sebastian Ramacher <sramacher@debian.org>, Sune Vuorela no debian 2013-05-07
07_kfreebsd-ftbfs.patch fix FTBFS on kFreeBSD*
(aggregate 'semun arg' has incomplete type and cannot be defined)

server/imshared.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/imshared.hxx b/server/imshared.hxx
index aa89a8d..6ac78cf 100644
Anton Gladky <gladk@debian.org> no 2013-02-07
08_makefile.patch Fixes to Makefile.in
Fixes to Makefile.in:

* Make datadestdir usr/share/imview
* Install manpage to correct dir and gzip -9 it
* Do not increment build number during build

Makefile.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index a69b17f..f1d6090 100644
Teemu Ikonen <tpikonen@gmail.com> no 2018-04-21
09_nbcopies_cb-args.patch Fix argument type in nbcopies callbacks
printPrefs.cxx | 3 ++-
printSpect.cxx | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/printPrefs.cxx b/printPrefs.cxx
index b3a6aa4..8b0dda9 100644
Matthias Klose <doko@ubuntu.com> no debian 2011-09-23
10_non-static.patch Don't link fltk libraries statically
configure | 4 ++--
configure.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

===================================================================
Michael Terry <mterry@ubuntu.com> no 2012-07-18
11_parentwindow.patch Fix null pointer reference in imageViewer
Fix null pointer reference in imageViewer when no image is loaded
(closes #326447).

imageViewer.cxx | 3 +++
1 file changed, 3 insertions(+)

diff --git a/imageViewer.cxx b/imageViewer.cxx
index e8adc51..d21c625 100644
Teemu Ikonen <tpikonen@gmail.com> no debian 2008-08-21
12_typofix.patch Fix various typos in strings and docs
client/imclient.c | 4 ++--
doc/imview.1 | 14 +++++++-------
io/cpostscript.cxx | 4 ++--
io/newprefio.cxx | 4 ++--
io/readps.cxx | 2 +-
server/imserver.cxx | 2 +-
server/interpreter.cxx | 6 +++---
transferFunction.cxx | 2 +-
8 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/client/imclient.c b/client/imclient.c
index 052b1f2..ea36ca9 100644
Teemu Ikonen <tpikonen@gmail.com> no 2018-04-14
13_fix-datetime.patch Do not set build time in menu
imview.cxx | 6 ++----
menucb.cxx | 3 ---
2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/imview.cxx b/imview.cxx
index 51dd68e..26f70db 100644
Anton Gladky <gladk@debian.org> no 2016-04-12
14_format-not-a-string.patch fix format not a string issue
imdebug.cxx | 8 ++++----
menucb.cxx | 8 ++++----
printPrefs.cxx | 7 +------
printSpect.cxx | 7 +------
savePrefs.cxx | 7 +------
saveSpect.cxx | 7 +------
6 files changed, 12 insertions(+), 32 deletions(-)
Anton Gladky <gladk@debian.org> no 2018-04-16
15_fix_gcc11.patch Do not compare a pointer value to null, rather just check for inequality Nilesh Patra <nilesh@debian.org> no debian 2022-03-14

All known versions for source package 'imview'

Links