Commit graph

102395 commits

Author SHA1 Message Date
gson
35f2c3461c "Say "this JRE", not "this JDK" 2006-08-21 12:27:37 +00:00
jschauma
34030947a9 fix PLIST 2006-08-20 23:15:25 +00:00
jschauma
4d57a97b77 note addition of bbkeys09, bbpager04 and blackbox70 2006-08-20 23:10:49 +00:00
jschauma
31435778db add/enable bbkeys09, bbpager04, blackbox70
have older versions conflict with these newer incompatible versions
2006-08-20 23:08:44 +00:00
jschauma
1b21c28f6f By popular demand:
Finally add packages for the "new" version of blackbox, 0.70.x.
This window manager is incompatible with older versions, and older
add-on applications (aka "bbtools") will not work with this version.
Hence, add new versions of bbkeys and bbpager as well, to provide
at least the basics.  (Again, these will not work with older versions.)
Why are we adding these?  Well, I'm told that blackbox 0.70.x is
fully EWMH compliant and has better fonts.  And people always ask
"why is blackbox 0.70.x not in pkgsrc?".

blackbox version 0.65 and the other bbtools that work with blackbox
will remain in pkgsrc.
2006-08-20 23:07:17 +00:00
salo
85422f74bc Note graphics/libwmf PKGREVISION bump: security fix. 2006-08-20 21:45:11 +00:00
salo
8f7a834d4e Security fix for CVE-2006-3376:
"A vulnerability in libwmf can be potentially exploited by malicious
 people to compromise an application using the vulnerable library.

 The vulnerability is caused due to an integer overflow error when
 allocating memory based on a value taken directly from a WMF file
 without performing any checks. This can be exploited to cause a
 heap-based buffer overflow when a specially crafted WMF file is
 processed.

 Successful exploitation may allow execution of arbitrary code."

http://secunia.com/advisories/20921/
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3376

Patch from Red Hat.  Bump PKGREVISION.
2006-08-20 21:38:45 +00:00
xtraeme
6103755132 Added devel/p5-Event-RPC. 2006-08-20 20:06:26 +00:00
xtraeme
7458fc5c7c Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
2006-08-20 20:04:57 +00:00
xtraeme
42031c86eb Updated emulators/gxemul to 0.4.2 2006-08-20 16:28:47 +00:00
xtraeme
947f838a7c Update to 0.4.2.
Changes between release 0.4.1 and 0.4.2 include, among other things:

    o)	The NetWinder emulation mode now works well enough to let
	NetBSD/netwinder run from a disk image.

	(NetBSD/netwinder has to be installed manually, though, because
	there is no installation ramdisk kernel. The GXemul documentation
	has an example of how to install NetBSD/netwinder using an emulated
	NetBSD/pmax machine.)

    o)	Algorithmics P5064 emulation works well enough to let NetBSD/algor
	run from a disk image. (Similar to NetBSD/netwinder, it has to
	be installed manually, using another emulated machine.)

    o)	PCI configuration register writes can now be handled, which allows
	NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run from
	PCI IDE harddisk images. (Previously, only NetBSD 2.1 worked for
	the Malta and Cobalt emulation modes.)

    o)	Some performance increases:

	The virtual translation table update routine has been simplified
	to work the same way for 32-bit and 64-bit emulation, and this
	apparently results in a speedup for all 64-bit modes.

	For 32-bit MIPS, some more instruction combinations have been added.
2006-08-20 16:27:44 +00:00
joerg
1b00d00268 Nuke some whitespace. 2006-08-20 16:25:42 +00:00
schwarz
81048221f7 added a hack to work around the incorrect detection of the absence of exp10
on Darwin
2006-08-20 16:01:34 +00:00
joerg
c33821204c Update to libarchive-1.2.57 which includes the inttypes.h fix. 2006-08-20 14:57:10 +00:00
joerg
da3ec6bb3a Update to 1.2.57 which includes a better replacement for patch-aa.
While here, don't patch away tar.5, it is about the tape archive format
and not about bsdtar. It belongs into the package for that reason.
2006-08-20 14:56:03 +00:00
peter
6e924bfd33 net/openntpd updated. 2006-08-20 14:51:59 +00:00
peter
100cf09551 Update openntpd version 3.9p1.
Submitted by Shaun Amott in PR/34231.

Changes since previous version in pkgsrc:

20060513
 - (dtucker) [configure.ac includes.h ntp_msg.c] Add UnixWare support.  Based
   on patch from luke.bakken at gmail.com.
 - (dtucker) [version.h] Release 3.9.
 - (dtucker) [openbsd-compat/fake-rfc2553.c] Missing braces in initializer.

20060423
 - (dtucker) [configure.ac] Correctly fall back to builtin-arc4random when
   OpenSSL is not present.

20060116
 - (dtucker) [INSTALL configure.ac ntp.c] Make configure --with-privsep-path
   compile in the chroot directory.  Default behavior remains to chroot to
   the ntpd user's home dir.  Based in part on a patch from OpenWall via
   solar at openwall com.
 - (dtucker) [Makefile.in] Make rebuild of y.tab.c parse conditional.
 - (dtucker) [configure.ac defines.h] Enable replacement getifaddrs via
   ioctl on Linux.
 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.{c,h}] Add in6addr_any if
   system libraries don't have it.
 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c] Add null implementation
   of strsignal().
 - (dtucker) [openbsd-compat/openbsd-compat.h] Template for strsignal.
 - (dtucker) OpenBSD CVS Sync
  - dtucker@cvs.openbsd.org 2005/07/06 19:54:24
    [client.c]
    add another non-fatal error for recvfrom; ok henning@
    (ID sync only, already in portable)
  - dtucker@cvs.openbsd.org 2005/07/11 18:04:28
    [client.c]
    Print actual error when in debug mode; ok henning@
  - dtucker@cvs.openbsd.org 2005/07/11 18:05:34
    [ntp.c]
    Print privsep user and dir when in debug mode; ok henning@
  - dtucker@cvs.openbsd.org 2005/07/11 18:08:06
    [ntpd.c]
    More descriptive error if a signal causes the child to exit; ok henning@
  - henning@cvs.openbsd.org 2005/07/15 13:34:52
    [ntp.c]
    fix a function name in an error message why this was rotting in my
    tree for so long, I dunno - and I dunno where it came from
  - henning@cvs.openbsd.org 2005/07/15 13:36:10
    [ntp.c]
    remove recently added "using privsep user X" message, spams console
    in -s mode, noticed by kettenis
  - henning@cvs.openbsd.org 2005/07/15 13:37:15
    [ntpd.h]
    shrink read buffer size from 64k to 4k, this is not bgpd and we're
    dealing with way less data
  - dtucker@cvs.openbsd.org 2005/07/22 18:58:56
    [server.c]
    Skip invalid interfaces during 'listen on *'; ok henning@
  - henning@cvs.openbsd.org 2005/08/09 00:42:32
    [ntp.c]
    with -s, do not wait if we don't have any peers at all.  From: Thomas
    Jarosch <thomas.jarosch@intra2net.com>
  - dtucker@cvs.openbsd.org 2005/08/10 23:48:36
    [client.c ntp.c ntpd.h server.c]
    Propogate server's leap indicator flags to clients; ok henning@
  - henning@cvs.openbsd.org 2005/08/12 02:21:52
    [buffer.c]
    check for EINTR too after writev(), pt out by Alexander Farber
  - henning@cvs.openbsd.org 2005/08/12 02:26:29
    [buffer.c]
    on writing, we actually can deal with ENOBUFS just as well as with
    EAGAIN and EINTR, so do it, more or less from bgpd
  - wvdputte@cvs.openbsd.org 2005/09/07 07:27:10
    [ntpd.c]
    when running ntpd with "-s" as it's argument from /etc/rc.conf, make
    sure the output goes to syslog and not console by moving around log_init
  - dtucker@cvs.openbsd.org 2005/09/24 10:32:03
    [client.c ntp_msg.c ntpd.h server.c]
    Log source address for 'malformed packet' errors.  ok henning@
  - dtucker@cvs.openbsd.org 2006/01/19 17:40:16
    [server.c]
    Check SA_LEN(sa) after sa is checked for NULL.  Pointed out by solar
    at openwall.com, ok henning@
  - dtucker@cvs.openbsd.org 2006/01/19 22:20:23
    [server.c]
    Do not attempt to listen on interfaces with a wildcard address;
    ok henning@

20050729
 - (dtucker) [configure.ac] Skip OpenSSL checks for cross-compilation.  Found
   and tested by Scott Hays.

20050707
 - (dtucker) [openbsd-compat/bsd-setres[ug]id.c] Add code to use setre[ug]id
   and some sanity checks.
 - (dtucker) [configure.ac] Alphabetize $host case block.
 - (dtucker) [configure.ac server.c openbsd-compat/Makefile.in
   openbsd-compat/bsd-getifaddrs.{c,h} openbsd-compat/openbsd-compat.h]
   Add getifaddrs() to compat layer.  Not enabled by default on any platform
   now, enable with -DGETIFADDRS_VIA_SIOCGIFCONF at your own risk.
 - (dtucker) [client.c] recvfrom on HP-UX will return EADDRNOTAVAIL instead
   of ECONNREFUSED for a port-unreachable, so add to the non-fatal error
   codes.
 - (dtucker) OpenBSD CVS Sync
  - dtucker@cvs.openbsd.org 2005/07/05 20:09:12
    [client.c ntp.c ntpd.h server.c]
    Save transmit time for each peer for later use as refid for SNTPv4
    replies.  ok henning@

20050703
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2005/03/23 11:42:04
    [imsg.c ntpd.h]
    wpos in struct buf_read and datalen in imsg_get should be size_t and
    not ssize_t From: Alexander von Gernler <grunk@pestilenz.org>
  - henning@cvs.openbsd.org 2005/03/23 12:36:35
    [buffer.c]
    remove now osolete comment, from a mail exchange with Alexander von
    Gernler <grunk@pestilenz.org>
  - henning@cvs.openbsd.org 2005/03/24 11:56:22
    [ntpd.c]
    fatal vs fatalx, Alexander von Gernler
  - henning@cvs.openbsd.org 2005/03/24 15:50:07
    [ntp.c]
    one more fatal/fatalx, alexander
  - henning@cvs.openbsd.org 2005/03/31 12:14:01
    [log.c]
    zap includes, Alexander von Gernler <grunk@pestilenz.org>
  - henning@cvs.openbsd.org 2005/03/31 17:02:43
    [ntpd.c]
    zap includes, grunk
  - henning@cvs.openbsd.org 2005/04/18 11:06:35
    [client.c]
    prevent replies with negative delay from being used, could happen with
    -s From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly
  - henning@cvs.openbsd.org 2005/04/18 11:07:55
    [ntp.c]
    after setting the clock hard correct the "next" and "deadline" timestamps
    by the offset From: Joerg Sonnenberger <joerg@britannica.bec.de>
  - henning@cvs.openbsd.org 2005/04/18 14:12:50
    [ntp.c]
    correctness: only account for offset after settime in next and deadline
    when those timers are actually running. due to the way ntpd's logic
    works this does not really make a difference, but correctness is good.
    spotted by me, joerg agrees
  - henning@cvs.openbsd.org 2005/04/18 20:46:02
    [ntpd.c]
    extra paranoia, from a discussion with joerg
  - henning@cvs.openbsd.org 2005/04/19 11:08:41
    [client.c]
    move the "reply from ... " log msg in -d mdoe uop a bit so it actually
    comes before the "adjusting local clock by..." one, joerg
  - henning@cvs.openbsd.org 2005/04/26 15:18:22
    [buffer.c imsg.c ntpd.h]
    unify shared code a bit again to make future syncs easier From:
    Alexander von Gernler <grunk@pestilenz.org>
  - djm@cvs.openbsd.org 2005/05/03 05:44:35
    [ntp.c]
    setres[ug]id; ok deraadt@
  - henning@cvs.openbsd.org 2005/05/11 15:12:35
    [config.c]
    don't touch *hn in failure case. no real change due to the way we use
    it but more correct.  from  Michael Knudsen <e@molioner.dk>
  - henning@cvs.openbsd.org 2005/05/24 08:46:43
    [ntp.c]
    no need for endpwent(0 here either
  - henning@cvs.openbsd.org 2005/05/25 06:10:50
    [server.c]
    ifa->ifa_addr can be NULL in some cases, pt out by Kurt Roeckx
    <kurt@roeckx.be> / bugs.debian.org/310586
  - dtucker@cvs.openbsd.org 2005/05/26 19:13:06
    [ntp.c ntpd.c]
    Ensure previous adjust has completed before clearing alarm flag;
    ok henning@
  - henning@cvs.openbsd.org 2005/06/20 02:42:57
    [client.c ntp.c ntpd.c ntpd.h parse.y]
    use a little state engine to keep track of delayed dns lookups and such,
    eases things tested by Jason Ackley <jason@ackley.net> Matthias Kilian
    <kili@outback.escape.de> Stephen Marley <stephen@marley.org.uk> sturm@
    theo ok
  - henning@cvs.openbsd.org 2005/06/20 03:11:13
    [ntpd.c ntpd.h]
    use a #define for the time to wait on -s and clarify a log msg
  - deraadt@cvs.openbsd.org 2005/06/22 05:55:18
    [ntpd.8] (ID sync only; section is not in portable man page)
    we do not do -s in /etc/rc anymore.  this is because, even if -s did
    try to do it's job it would have to choose between two cases: 1. either
    it would take a very long time to get the correct adjustment, thus,
       if you are not currently on the net right, you wait a long time
       (or must type ^C, which is ridiculous)
    2. ntpd could be modified to "abort early", but then would not meet the
       promise made by -s in the manual page (note: it does not say that it
       "tries")
    therefore, -s and -S must become user choices.  Sorry.  This same
    choice is made in lots of other places
 - (dtucker) [LICENCE configure.ac openbsd-compat/Makefile.in
   openbsd-compat/bsd-setres[ug]id.c openbsd-compat/openbsd-compat.h
   removed openbsd-compat/uidswap.c] Use setres[ug]id interface on all
   platforms.  Currently only implements the case where ruid == euid == suid
   which is all ntpd uses (may be extended later).
 - (dtucker) [Makefile.in] Use example ntpd.conf from srcdir so "make install"
   works for the srcdir != builddir.
 - (dtucker) [openbsd-compat/{bsd-poll.c,bsd-setresgid.c,bsd-setresuid.c}]
   Add CVS Ids

20050629
 - (dtucker) [configure.ac openbsd-compat/{Makefile.in,errx.c,verrx.c,
    openbsd-compat.h}] Add errx(), in anticipation of it being used in ntpd.
 - (dtucker) [INSTALL] Add a bit more detail on the privsep user and group.

20050627
 - (dtucker) [README] Make it clear that the footnote only applies to old
   Solaris systems, based on feedback from oyvind at repvik.org.
 - (dtucker) [INSTALL] Point out that --with-ssl-dir is only used if
   we're not using the builtin arc4random.

20050626
 - (dtucker) [INSTALL] Add installation directions, lack thereof pointed out
   by oyvind at repvik.org.
 - (dtucker) [Makefile.in configure.ac] Have configure find a yacc that works.
 - (dtucker) [Makefile.in] Make check for existing ntp user more specific.

20050619
 - (dtucker) [openbsd-compat/bsd-poll.c] Remove code left over from debugging.

20050508
 - (dtucker) [configure.ac] Check that required programs are found.  Pointed
   out by jj at it.su.se.
 - (dtucker) [contrib/redhat/openntpd.spec] If ntp user already exists,
   set its homedir to the chroot dir.  From wijnand at nedbsd.nl.
 - (dtucker) [contrib/redhat/openntpd.spec] Always create privsep dir
   even if ntp user already exists.  Also from Wijnand.

20050530
 - (dtucker) [Makefile.in configure.ac mdoc2man.awk] Add support for other
   man page formats (man and catman), based on OpenSSH's.
 - (dtucker) [Makefile.in openbsd-compat/Makefile.in] Make out-of-tree
   builds work.
 - (dtucker) [Makefile.in openbsd-compat/Makefile.in] Minor cleanups.
 - (dtucker) [LICENCE] Add Anil Madhavapeddy to atomicio bits.
 - (dtucker) [version.h] Set version to -current.

20050529
 - (dtucker) [openbsd-compat/atomicio.c openbsd-compat/atomicio.h
    openbsd-compat/bsd-arc4random.c] Sync OpenBSD ssize_t -> size_t atomicio
    change by avsm@, update rnd code to new interface.

20050528
 - (dtucker) [openbsd-compat/bsd-poll.c] Portability and correctness fixes:
  - Handle fd == -1 case.
  - Handle fractional second timeouts correctly (not used in ntpd).
  - Allow any negative timeout to mean INFTIM.
 - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
   one entry per line to make it easier to merge changes.
 - (dtucker) [defines.h includes.h openbsd-compat/bsd-poll.c] Copyright bump.
 - (dtucker) [CREDITS Makefile.in includes.h version.h] Add CVS Id.
 - (dtucker) [openbsd-compat/asprintf.c] char const -> const char, matches
   OpenBSD 1.10 -> 1.11.
2006-08-20 14:50:43 +00:00
schwarz
0ee1ef088c * use the pkgsrc mkdir_p script on IRIX 5
* default to cc for CC with mipspro, ido, and sunpro
* make sure CFLAGS and CPPFLAGS are used when set by the user
2006-08-20 14:25:22 +00:00
wiz
6d01082d6e + efax-gtk-3.0.11, gsasl-0.2.14, honeyd-1.5b, pkg-config-0.21,
rar-bin-3.6.0, tailor-0.9.26, unrar-3.6.8, weechat-2.0.
2006-08-20 12:43:57 +00:00
adrianp
dbdbd7b6fb Fix a PLIST bug pointed out by ghen@
Bump PKGREVISON
2006-08-20 10:10:59 +00:00
adrianp
50e9d3e764 Updated www/php4 to 4.4.4 2006-08-20 09:46:22 +00:00
adrianp
e9f89c2175 PHP 4.4.4 Release Announcement
This release address a series of locally exploitable security problems
discovered since PHP 4.4.3. All PHP users are encouraged to upgrade to this
release as soon as possible.

This release provides the following security fixes:

* Added missing safe_mode/open_basedir checks inside the error_log(),
  file_exists(), imap_open() and imap_reopen() functions.
* Fixed overflows inside str_repeat() and wordwrap() functions on 64bit systems.
* Fixed possible open_basedir/safe_mode bypass in cURL extension.
* Fixed overflow in GD extension on invalid GIF images.
* Fixed a buffer overflow inside sscanf() function.
* Fixed memory_limit restriction on 64 bit system.
2006-08-20 09:44:59 +00:00
abs
1d79225976 If guessing OS type has to have a '*4.0*' entry to try to match svr4,
at least have it after matching specific other OS versions, such as...
'netbsd' (netbsd 4.0 anyone?)
2006-08-19 23:34:54 +00:00
abs
cade4817e5 update libirman to 0.4.1bnb6
Avoid 'invalid lvalue in assignment' with gcc4
2006-08-19 22:52:23 +00:00
joerg
4ffdcf8efd libarchive-1.2.55 featuring minor bugfixes. 2006-08-19 20:47:29 +00:00
joerg
3e4a2943c2 Update to libarchive-1.2.55, featuring minor bugfixes. 2006-08-19 20:46:54 +00:00
schwarz
ffe01c2d57 it is not necessary to have a variable _EXTRACT_PATTERNS that contains
${EXTRACT_SUFX}, so one can directly use EXTRACT_ONLY instead.
EXTRACT_ONLY defaults to ${DISTFILES} which in turn defaults to
${DISTNAME}${EXTRACT_SUFX}. So if EXTRACT_SUFX is relevant for determining
which tools are needed this can only happen if neither DISTFILES nor
EXTRACT_ONLY have been set by the package, in which case the relevant
variable EXTRACT_ONLY would contain EXTRACT_SUFX.
2006-08-19 20:32:28 +00:00
schwarz
463b1f8ab6 only depend on the extract tools if there are actually any files to extract 2006-08-19 20:06:57 +00:00
tonio
3d6b5af529 Update mutt-compressed-mbox patch 2006-08-19 18:43:02 +00:00
taca
dd8c70bf68 Note update of lang/php5 package to 5.1.5. 2006-08-19 16:51:42 +00:00
taca
4b0620eff7 Remove special DIST_SUBDIR processing from Makefile. 2006-08-19 16:50:44 +00:00
taca
c92675b7b2 Update php5 package to 5.1.5:
17 Aug 2006, PHP 5.1.5

- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
  enabled. (Stefan E., Ilia)
- Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
  execution). (Tony)
- Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
- Fixed bug #37587 (var without attribute causes segfault). (Marcus)
- Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
- Fixed bug #37496 (FastCGI output buffer overrun). (Piotr, Dmitry)
- Fixed bug #37487 (oci_fetch_array() array-type should always default to
  OCI_BOTH). (Tony)
- Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind()
  method). (Tony)
- Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of
  request). (Tony)
- Fixed bug #37341 ($_SERVER in included file is shortened to two entries,
  if $_ENV gets used). (Dmitry)
- Fixed bug #37313 (sigemptyset() used without including <signal.h>).
  (jdolecek)
- Fixed bug #37346 (invalid colormap format) (Pierre)
- Fixed bug #37360 (invalid gif size) (Pierre)
- Fixed bug #37306 (max_execution_time = max_input_time). (Dmitry)
- Fixed Bug #37278 (SOAP not respecting uri in __soapCall). (Dmitry)
- Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
  imap_body()). (Ilia)
- Fixed bug #37256 (php-fastcgi dosen't handle connection abort). (Dmitry)
2006-08-19 16:44:15 +00:00
taca
ec0c928115 Note update of these packages:
- lang/php5-5.1.4nb5
	- mail/ja-squirrelmail-1.4.8nb1
2006-08-19 14:52:16 +00:00
taca
9c1a40e35e - Fix PLIST.
- Add APACHE_GROUP, APACHE_USER and VARBASE to BUILD_DEFS.

Bump PKGREVISION.
2006-08-19 14:49:36 +00:00
taca
e1048af207 More fix of PLIST, now pkg_delete should always succeed. 2006-08-19 14:47:44 +00:00
schwarz
53de6e942a make sure INSTALL gets passed to the Makefile 2006-08-19 14:38:52 +00:00
minskim
03811749df Do not define a symbol in a header file. This fixes "multiple definitions"
errors on Darwin.
2006-08-19 11:56:21 +00:00
wiz
2f5cc7484f + gcalctool-5.8.23, gconfmm-2.16.0, gnome-vfsmm-2.16.0, gtk2+-2.10.2,
libglademm-2.6.3, libgnomecanvasmm-2.16.0, libgnomemm-2.16.0,
  libgnomeuimm-2.16.0, openntpd-3.9p1 [pkg/34231], solfege-3.4.2,
  xdialog-2.3.1.
2006-08-19 11:18:15 +00:00
wiz
5c2f247056 cairo updated to 1.2.4. 2006-08-19 10:34:06 +00:00
wiz
6f64d26853 Update to 1.2.4:
Release 1.2.4 (2006-08-18 Carl Worth)
=========================================================
This is the second bug fix release in the 1.2 series, coming less than
two weeks after the 1.2.2 release made on August 8.

The big motivation for a quick release was that there were a log of
build system snags that people ran into with the 1.2.2 release. But,
by the time we got those all done, we found that we had a bunch of
fixes for cairo's rendering as well. So there's a lot of goodness in
here for such a short time period.

Rendering fixes
---------------
Fix image surfaces to not be clipped when used as a source (Vladimir Vukicevic)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=72e25648c4c4bc82ddd938aa4e05887a293f0d8b

Fix a couple of corner cases in dashing degenerate paths (Jeff Muizelaar)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=fbb1758ba8384650157b2bbbc93d161b0c2a05f0

Fix support for type1 fonts on win32 (Adrian Johnson)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=da1019c9138695cb838a54f8b871bbfd0e8996d7

Fix assertion failure when rotating bitmap fonts (Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0bfa6d4f33b8ddb5dc55bbe419c15df4af856ff9

Fix assertion failure when calling cairo_text_path with bitmap fonts (Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9878a033531e6b96b5f27e69e10e90dee7440cd9

Fix mis-handling of cairo_close_path in some situations (Tim Rowley, Carl Worth)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=53f74e59faf1af78f2f0741ccf1f23aa5dad4efc

Respect font_matrix translation in _cairo_gstate_glyph_path (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f183b835b111d23e838889178aa8106ec84663b3

Fix vertical metrics adjustment to work with non-identity shapes (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7bc263842a798d657a95e539e1693372448837f

[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=d47388ad759b0a1a0869655a87d9b5eb6ae2445d

Build system fixes
------------------
Fix xlib detection to prefer pkg-config to avoid false libXt dependency (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0e78e7144353703cbd28aae6a67cd9ca261f1d68

Fix typos causing win32 build problem with PS,PDF, and SVG backends (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=aea83b908d020e26732753830bb3056e6702a774

Fix configure cache to not use stale results (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6d0e3260444a2d5b6fb0cb223ac79f1c0e7b3a6e

Fix to not pass unsupported warning options to the compiler (Jens Granseuer)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=97524a8fdb899de1ae4a3e920fb7bda6d76c5571

Fix to allow env. variables such as png_REQUIRES to override configure detection (Jens Granseuer)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=abd16e47d6331bd3811c908e524b4dcb6bd23bf0

Fix test suite to not use an old system cairo when converting svg2png (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6122cc85c8f71b1ba2df3ab86907768edebe1781

Fix test suite to not require signal.h to be present (Behdad Esfahbod)
http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40

Code cleanups
-------------
Many useful warnings cleanups from sparse, valgrind, and careful eyes
(Kjartan Maraas, Pavel Roskin)
2006-08-19 10:33:39 +00:00
wiz
50300c61ed Fix PLIST for non-standard GNU_PROGRAM_PREFIX settings.
From John Heasley in PR 34233.
2006-08-19 00:04:45 +00:00
wiz
01bbca9568 Add shntool. 2006-08-19 00:03:50 +00:00
wiz
121d1f872a Remove comments, because printindex cannot handle them. 2006-08-18 23:53:30 +00:00
snj
8b43f138c4 Update URL. From Makoto Fujiwara in PR pkg/34222. 2006-08-18 22:54:54 +00:00
mrg
eaf7f2ebb0 note addition of shntool 2.0.3 2006-08-18 21:58:13 +00:00
mrg
db9ab2e9c0 initial import of the shntool 2.0.3 package. from DESCR:
shntool is a multi-purpose WAVE data processing and reporting utility.
File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not - provided there exists a
format module to handle that particular file type.
2006-08-18 21:38:23 +00:00
abs
5863f3023b Remove incorrect extern variable declaration which stopped compilation
under gcc4. No change to generated code, so no PKGREVISION change.
2006-08-18 18:33:39 +00:00
tv
d7a4ba6699 Use PKG_HAVE_KQUEUE. Older versions of BSDs don't have kqueue, so only
suggest the option if mk/platform/*.mk says it exists.
2006-08-18 14:59:17 +00:00
minskim
d45d91bbcd Include sys/param.h to use NBBY on Linux. 2006-08-18 14:52:02 +00:00
adrianp
36b622f64c Rename authtest to pam_dbm-authtest to avoid a conflict with authtest
from the courier package.
2006-08-18 14:02:12 +00:00