An overflow check introduced earlier (for CAN-2004-0888) was never
triggered on 64-bit systems because 64-bit arithmetics was used there.
Sprinkle some casts to int su that the overflow can happen.
This fix is similar to the redhat one. The fix for similar code
in print/teTeX-bin looks much cleaner, but since cups already contains
the wrong redhad fix, I've chosen to stay close to the original.
bump PKGREVISION
2004-11-16 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
Add a decl in the header.
* libgnomecups/gnome-cups-printer.c (update_attributes) : disable the
optimization that went directly to a printer when we knew it's host.
This caused problems when the remote printer was not accessible, or
for machines with unresolveable localnames (eg SuSE). People can
re-enable it if they'd like (eg RedHat) by tweaking the magic global
static variable go_directly_to_printer_when_possible.
(_gnome_cups_printer_get_host) : ditto.
2004-10-27 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new
(gnome_cups_printer_set_description) :
s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/
(gnome_cups_printer_set_location) : ditto
2004-10-14 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=151218
* libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch
minor leak.
2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au>
* configure.in: Wrap the GETTEXT_PACKAGE string in quotes.
Unbreaks the build.
2004-10-09 James Henstridge <james@jamesh.id.au>
* acconfig.h, acinclude.m4: remove unnecessary autoconf/automake
cruft.
* libgnomecups/Makefile.am: don't set LDFLAGS variable, since it
is meant to be a user variable. Don't define GNOMELOCALEDIR,
since it is done in the configure script now.
* configure.in: remove some macro calls that are unnecessary with
newer versions of Automake.
* autogen.sh: ask for Automake >= 1.7
Dom & Hans
* Clean up win32 build
Jody
* Use 'b' with fopen just to be safe
http://bugzilla.gnome.org/show_bug.cgi?id=160185
* Set the use theme flag correctly on subsequent previews
* Check for existence of transport before offering it
* Don't center the preview by default
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end
and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
argument to the configure script to point to ${PREFIX}/info; otherwise
they'd get installed in the lilypond/lilypond subdirectory, thus being
unrecognized by the PLIST. Bump PKGREVISION to 2.
within NetBSD-current's bsd.own.mk, which conflicts with its usage in
pkgsrc. The package that use USE_PAM have been converted to use the
bsd.options.mk framework. This should fix PR pkg/29257.
Version 1.5+2
2003/10/09
Background enhancement with specification of the geometry and colors.
2003/10/09
Added an HTML version of the manual with the help of HeVeA and
Luc Maranget.
2003/10/08
Change the background command execution order:
1) Solid background first,
2) Then apply the gradient function,
3) Then draw the image.
This way you can use an (alpha blended) image on a gradient background.
2003/10/03
Long time standing bug of set_title has been fixed: the
Active-DVI window is now allocated by the Window Manager with
the expected correct name.
Version 1.5
2003/09/30:
Introducing page timing dump to designated files for
synchronisation purposes.
version 1.01 include:
* Added parameters for 5167 Avery (tm) stock. Also added many new
Avery (tm) parameters.
* Added new parameter set 'freetype', to allow the user to place a text
string anywhere they want. Particular use is for numbering the pages.
* Code now escapes special PostScript characters (){}[]<>/% in the
input so that they will print properly and not crash the PS interpreter.
* Changed to honor user-defined number of columns.
* Added y_gap to Avery(tm) labels
* Updated calibration plot in BasicData to arbitrary paper size
* Added all of the component and label definition stuff.
* Added pagesize so that various paper sizes are actually handled correctly.
- The program should now not insist on having a peek at each remote URI in
your recently used document list. (Looks like faster startup times.)
- Many warnings fixed.
- Many updated translations.
Version 2.8.3
-------------
* Fix for CAN 2005-0064 (Derek Noonburg)
* Fix font encoding code for Type1C fonts and freetype > 2.1.7
Version 2.8.2
-------------
* Fix potential buffer overflow in xpdf colorspace handling code.
(Derek Noonburg) - CAN 2004-1125
* Fix bookmarks navigation. (Martin Sjogren, Marco Pesenti Gritti) - #159937
* Show "Exit Fullscreen" button only on current workspace. (Gordon
Ingram) - #161225
* Fix crash with broken embedded fonts. (Martin) - #161066
* Fix several crashes with mouse-over-links. (Martin) - #156784
* Translation updates: Vincent van Adrighem (nl)
changes:
-can run out of a Python 2.3 zip archive
-some fixes and feature additions
[pkgsrc] this distfile doesn't trigger the pax-as-tar bug, so remove
the build dependency on GNU tar
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam. pam.buildlink3.mk will:
* set PAMBASE to the base directory of the PAM files;
* set PAM_TYPE to the PAM implementation used.
There are two variables that can be used to tweak the selection of
the PAM implementation:
PAM_DEFAULT is a user-settable variable whose value is the default
PAM implementation to use.
PAM_ACCEPTED is a package-settable list of PAM implementations
that may be used by the package.
Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.