Author: adamg Date: Thu Aug 4 13:38:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed remote execution of arbitrary code vulnerability (Secunia Advisory SA16183) - unbroke %changelog - release 2
---- Files affected: SPECS: pstotext.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/pstotext.spec diff -u SPECS/pstotext.spec:1.8 SPECS/pstotext.spec:1.9 --- SPECS/pstotext.spec:1.8 Tue Aug 2 20:43:45 2005 +++ SPECS/pstotext.spec Thu Aug 4 15:38:37 2005 @@ -5,12 +5,13 @@ Summary(pl): Konwerter PostScriptu do czystego tekstu Name: pstotext Version: 1.9 -Release: 1 +Release: 2 License: Digital's paranoid but open-source license Group: Applications/Text Source0: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/%{name}-%{version}.tar.gz # Source0-md5: 64576e8a10ff5514e285d98b3898ae78 #Source0: http://www.research.compaq.com/SRC/virtualpaper/binaries/%{name}.tar.Z +Patch0: pstotext-dsafer.patch URL: http://www.research.compaq.com/SRC/virtualpaper/pstotext.html Requires: ghostscript BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -24,7 +25,8 @@ Efekt nie zawsze jest idealny, ale zazwyczaj wystarczajÄ…cy. %prep -%setup -q +%setup -q +%patch0 -p1 %build %{__make} \ @@ -52,10 +54,16 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2005/08/04 13:38:37 adamg +- fixed remote execution of arbitrary code vulnerability (Secunia Advisory + SA16183) +- unbroke %changelog +- release 2 + Revision 1.8 2005/08/02 18:43:45 djurban - update pstotext to ghostgum's (libgs API author) version: -* Changelog since 1.8g + * Changelog since 1.8g Version 1.9 is a modification of 1.8h to recognise excessive space in "ashow" as being a word separator, as found output from groff 1.08. Also fixed widthshow, awidthshow and added xshow, yshow and xyshow. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pstotext.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
