Package: xfig / 1:3.2.5.b-3

Metadata

Package Version Patches format
xfig 1:3.2.5.b-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_Imakefile_Debian.patch | (download)

Imakefile | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 adapt imakefile to debian's needs.


03_usr_share.patch | (download)

Doc/xfig.man | 7 5 + 2 - 0 !
Doc/xfig_man.html | 7 5 + 2 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 change documentation, that image libraries are in


04_app defaults.patch | (download)

Fig.ad | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 adusts app-defaults file to debian requirements.


05_xfig libs.patch | (download)

w_library.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mention xfig-libs package, if no libraries are available.


12_network_images.patch | (download)

Libraries/Networks/Devices/firewall-pair.fig | 75 75 + 0 - 0 !
Libraries/Networks/Devices/internet.fig | 39 39 + 0 - 0 !
Libraries/Networks/Routers/router-pair.fig | 78 78 + 0 - 0 !
Libraries/Networks/Routers/router4.fig | 44 44 + 0 - 0 !
Libraries/Networks/Switches/switch-pair.fig | 66 66 + 0 - 0 !
Libraries/Networks/Switches/switch2.fig | 38 38 + 0 - 0 !
6 files changed, 340 insertions(+)

 some network icons colored and/or combined by roland rosenfeld.


13_remove_extra_libs.patch | (download)

Imakefile | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 remove unnecessary dependencies on libz, libxmu, libsm, libice, libxext


30_figparserstack.patch | (download)

f_readold.c | 24 18 + 6 - 0 !
1 file changed, 18 insertions(+), 6 deletions(-)

 fix stack-based buffer overflow by loading malformed .fig files
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=543905
Bug-Debian: http://bugs.debian.org/559274


31_spelling.patch | (download)

f_load.c | 2 1 + 1 - 0 !
f_readgif.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix spelling errors in binary.


32_papersize_b1.patch | (download)

resources.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 xfig -papersize b1 now really uses b1 instead of b10; closes: #535181
Bug-Debian: http://bugs.debian.org/535181


33_pdfimport_mediabox.patch | (download)

f_readeps.c | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 fix reading "/mediabox" when importing pdf (closes: #530898).
Bug-Debian: http://bugs.debian.org/530898


34_old_shadows.patch | (download)

Fig.ad | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 restore old shadow behavior. reduce shadow width to 1 pixel and fix
 a green scrollbar shadow.


35_CVE 2010 4262.patch | (download)

w_msgpanel.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix stack-based buffer overflow by processing certain fig images.
 Closes: 606257: CVE-2010-4262: Buffer overflow
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=659676
Bug-Debian: http://bugs.debian.org/606257


36_libpng15.patch | (download)

f_readpng.c | 22 15 + 7 - 0 !
f_wrpng.c | 3 2 + 1 - 0 !
2 files changed, 17 insertions(+), 8 deletions(-)

 some changes to cooperate with libpng 1.5.


37_fix eps reading.patch | (download)

f_readeps.c | 24 10 + 14 - 0 !
1 file changed, 10 insertions(+), 14 deletions(-)

 fix importing of eps files.


38_formatstring.patch | (download)

w_msgpanel.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix format string error with hardening.