eb180fc106
- Updated to 4.14 * No UTF-8 Support yet, Basically a maintenance release. * GNU a2ps is now licensed under GPLv3 or later * Can now be built with Modern GNU Autotools, and gcc>=3.4 * Numerous minor bugfixes, including: * input buffer overflow * IA64, PPC, and AMD64 fixes * Several security issues (CVE-2004-1377) * Addition of a number of new stylesheets * Translations for Japanese, Dutch, and French added/updated - Patches rebased for 4.14 sources * Added: a2ps-4.14-acroread.patch a2ps-4.14-linker.patch a2ps-4.14-ogonkify.patch a2ps-4.14-tempfile.patch a2ps-4.14.diff * Removed: a2ps-4.13.acroread.patch a2ps-4.13.linker.patch a2ps-4.13-ogonkify.patch a2ps-4.13-tempfile.patch a2ps-4.13.dif a2ps-4.13-gv-arguments.patch a2ps-4.13-nb.patch a2ps-4.13-space.patch * Modified: CVE-2014-0466.diff - Deleted a2ps-4.13.tar.gz, replaced with a2ps-4.14.tar.gz - a2ps.spec cleanup, and updating to work with new sources. OBS-URL: https://build.opensuse.org/request/show/243897 OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=36
25 lines
903 B
Diff
25 lines
903 B
Diff
diff -rupN a2ps-4.14.old/configure a2ps-4.14/configure
|
|
--- a2ps-4.14.old/configure 2007-12-28 19:28:03.000000000 -0800
|
|
+++ a2ps-4.14/configure 2014-08-06 20:54:27.423260701 -0700
|
|
@@ -32078,6 +32078,8 @@ echo "${ECHO_T}$a2_cv_com_acroread4" >&6
|
|
test "$a2_cv_com_acroread4" = yes && COM_acroread4=''
|
|
fi
|
|
|
|
+COM_acroread4=''
|
|
+
|
|
# Outputting PDF
|
|
if test "$enable_paths" = "no"; then
|
|
# Extract the first word of "distill", so it can be a program name with args.
|
|
diff -rupN a2ps-4.14.old/configure.in a2ps-4.14/configure.in
|
|
--- a2ps-4.14.old/configure.in 2007-05-01 21:35:49.000000000 -0700
|
|
+++ a2ps-4.14/configure.in 2014-08-06 20:52:42.219361561 -0700
|
|
@@ -337,6 +337,8 @@ if test "x$COM_acroread" = x; then
|
|
test "$a2_cv_com_acroread4" = yes && COM_acroread4=''
|
|
fi
|
|
|
|
+COM_acroread4=''
|
|
+
|
|
# Outputting PDF
|
|
ad_CHECK_PROGS([distill, ps2pdf])
|
|
test "$COM_distill$COM_ps2pdf" = "##" && COM_PS2PDF="#"
|