The NetBSD Project

CVS log for pkgsrc/print/a2ps/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / print / a2ps

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 23 18:44:23 2012 UTC (2 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (colored)

print/a2ps: Fix mempcpy for DragonFly

a2ps is inconsistent with it's use of mempcpy.  For lib/path-concat.c and
lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is
looking for __mempcpy.

DragonFly has mempcpy in string.h, so just patch the problematic
lib/path-concat.c to stop it from being redefined.  HAVE_MEMPCPY isn't
defined correctly and if it were it would break at regex.c.  The string.h
header and mempcpy definition are mutually exclusive in strftime.c file
so this one didn't need a patch.

Revision 1.11.16.1 / (download) - annotate - [select for diffs], Fri Oct 29 21:00:17 2010 UTC (18 months, 3 weeks ago) by spz
Branch: pkgsrc-2010Q3
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Pullup ticket 3263 - requested by tron
build and portability fix

Revisions pulled up:
- pkgsrc/print/a2ps/Makefile		1.70
- pkgsrc/print/a2ps/distinfo		1.12

Files added:
pkgsrc/print/a2ps/patches/patch-ac

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Oct 28 23:21:53 UTC 2010

   Modified Files:
           pkgsrc/print/a2ps: Makefile distinfo
   Added Files:
           pkgsrc/print/a2ps/patches: patch-ac

   Log Message:
   Fix two problem under Mac OS X:
   1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
       by not defining a dodgy prototype for it.
   2.) Don't strip installed binaries to allow the dynamic linker to find
       symbols required by the shared library but defined by the application.
       This fixes PR pkg/41827 by Christopher M. Fuhrman.

   Bump package revision as the package built fine under Mac OS 10.5 before
   but didn't work.


   To generate a diff of this commit:
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/print/a2ps/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/a2ps/distinfo
   cvs rdiff -u -r0 -r1.7 pkgsrc/print/a2ps/patches/patch-ac

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 28 23:21:52 2010 UTC (18 months, 3 weeks ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Fix two problem under Mac OS X:
1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
    by not defining a dodgy prototype for it.
2.) Don't strip installed binaries to allow the dynamic linker to find
    symbols required by the shared library but defined by the application.
    This fixes PR pkg/41827 by Christopher M. Fuhrman.

Bump package revision as the package built fine under Mac OS 10.5 before
but didn't work.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 10 18:00:34 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Branch point for: pkgsrc-2010Q3
Changes since 1.10: +6 -10 lines
Diff to previous 1.10 (colored)

Update to 4.14. Security problems cited below were already fixed
in pkgsrc.

Version 4.14	    Dec 29, 2007
 * New Maintainer.
 * No UTF-8 support yet ;-<  Basically this is a maintenance release.
 * License:
   - Now GNU a2ps is licensed under GPLv3 or later.
   - Removed or replaced non-free/license-wise vague files (see
     ChangeLog for detail.)
 * Build:
   - Now can be built with the modern GNU Autotools.
   - Now can be built with gcc 3.4 or later.
 * Predefined delegations:
   - Add html2ps delegation if netscape don't run.
   - Now the configure script check if netscape support remote-command.
   - Now works with modern GV(PostScript and PDF viewer).  Tested with
     3.6.2.
 * Options:
   - Better description on the default output and the -d option.
 * Encodings:
   - CP1251.
 * Bug Fixes:
   - `input buffer overflow, can't enlarge buffer because scanner uses REJECT'
     This should no longer happen.
   - Now works on IA64, PowerPC and AMD64.
   - Fixed wrong default values for deskjet printers.
   - Quote arguments to file(1).
   - Fixed several security issues (CVE-2004-1377).
   - PS generated by a2ps is now compatible with Adobe Distiller for Mac OS X.
 * Style sheets:
   - specc.ssh, thanks to Hideaki Yokota
   - csharp.ssh, thanks to Karen Christenson
   - nasm.ssh & pic16f84.ssh, thanks to Aleksandar Veselinovic
   - small.ssh, thanks Christophe Continente
   - matlab4.ssh & matlab.ssh, thanks to Joakim Lubeck
   - stratego.ssh, thanks to Nicolas Tisserand
   - rd.ssh, s.ssh and st.ssh, thanks to Torsten Hothorn et.al.
   - ruby.ssh, thanks to Noritsugu Nakamura.
   - php.ssh, thanks to Hartmut Holzgraefe
   - udiff.ssh: Improved highlighting for diffs.
   - perl.ssh: Improved.
   - Some rules of sheets.map are improved
 * Contributions:
   - pdiff: Now pdiff can accept standard input.
 * Prologues:
   - Added diffcolor.pro for diffs
 * Documentation:
   - Revised.
 * Translation:
   - Japanese translation thanks to Yasuyuki Furukawa.
   - Revised Dutch translation, thanks to Benno Schlenberg.
   - Revised French translation.
 * Many other fixes, but the log is rather spotty ;-<
 * Part of works done at the Codefest Asia 2007 in ITB Bandung, Indonesia.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 7 21:06:49 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Remove a conflicting declaration of malloc(); include stdlib.h instead.

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Thu Jun 9 20:05:49 2005 UTC (6 years, 11 months ago) by snj
Branch: pkgsrc-2005Q1
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup ticket 545 - requested by Lubomir Sedlacik
security fix for a2ps

Revisions pulled up:
- pkgsrc/print/a2ps/Makefile		1.54
- pkgsrc/print/a2ps/distinfo		1.9
- pkgsrc/print/a2ps/patches/patch-ad	1.4
- pkgsrc/print/a2ps/patches/patch-ae	1.4

    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Thu Jun  9 14:53:49 UTC 2005

    Modified Files:
            pkgsrc/print/a2ps: Makefile distinfo
    Added Files:
            pkgsrc/print/a2ps/patches: patch-ad patch-ae

    Log Message:
    Security fix for CAN-2004-1377:

    "The fixps and psmandup scripts in a2ps allow local users to overwrite
     arbitrary files via a symlink attack on temporary files."

    Patches from Gentoo with few minor issues corrected.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 9 14:53:49 2005 UTC (6 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Security fix for CAN-2004-1377:

"The fixps and psmandup scripts in a2ps allow local users to overwrite
 arbitrary files via a symlink attack on temporary files."

Patches from Gentoo with few minor issues corrected.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 24 12:51:41 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Add RMD160 digests.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 20 15:02:34 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Apply patch from Rudolf Polzer against CAN-2004-1170.
See http://archives.neohapsis.com/archives/fulldisclosure/2004-08/1026.html
Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 26 11:02:05 2002 UTC (9 years, 6 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Make this package install its configuration files in the examples directory
and copy them to the right place using PKG_SYSCONFDIR. Bump PKGREVISION to
1 because this change.

Approved by wiz.

This closes PR 18992.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 9 12:24:45 2001 UTC (10 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix fuzz in patch detected by "gpatch" under Solaris.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 22 17:18:04 2001 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Don't install .elc files, no matter if emacs is installed or not.
Noted in recent bulk build.

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 22 13:11:37 2001 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -6 lines
Diff to previous 1.2 (colored)

Update to 4.13b. Major changes since 4.12:
pdf, simplex, display output options; ISO 8859-13 encoding support;
euro glyph support; many new style sheets (autoconf, awk, cpp, maple,
ocaml, sed, shell, and others); regexp changed to be perl/egrep like, not
emacs-style (UPDATE YOUR STYLESHEETS!).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 20 12:41:49 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Move to sha1 digests, where appropriate and possible, and add distfile
sizes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:43:19 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>