Update for several critical security issues:
* astobj.h: Fix character string being treated as format string
* chan_sip.c: Do not return with a successful
authentication if the From header ends up empty. (AST-2008-003)
* chan_iax2.c: Fix another potential seg fault (closes issue #11606)
* chan_iax2.c: Fix a couple of places where it's possible
to dereference a NULL pointer.
* chan_sip.c, channels/chan_iax2.c: Fixing AST-2007-027
* cdr_pgsql.c: Properly escape src and dst fields (Fixes AST-2007-026)
The former version (1.5) was quite old, so there are too many changes
to list here.
No pkgs in pkgsrc are formally using this pkg, but the "sonata" audio
player is able to fetch lyrics if this version is installed.
There is no machine dependency in the NetBSD support code, and even
if there is some left, a compiler error message is more helpful than
"make" rejecting it from the beginnng.
in response to PR pkg/38252 by Stuart Shelton
Also, do not install calcCAP or calcRL. These two tools seem to give
results of questionable accuracy (see the sourceforge bug tracker
for the upstream sources) and also don't build with gcc-4 anyway.
Bump pkgrevision.
generated by mkmf.rb are actually not DESTDIR-safe because the $(DESTDIR)
value gets propagated to the rpath. Since we already pass --buildroot
to deal with staged installations, explicitly strip out DESTDIR from
the environment.
regardless of the #! line at the head of a script, so we can skip
the interpreter path check for gems.
As a side benefit, the resulting gems are more suitable for distribution
to other platforms.
Pkgsrc changes:
- The package supports installation to DESTDIR
- A compiler is not necessary.
- pkg-config must be available at run-time because this is only a
Perl-wrapper for that program.
- The source was not available at sourceforge, so I changed MASTER_SITES
to CPAN.
Changes since version 1.07:
===========================
1.11 Sat Mar 15 00:35:35 CET 2008
- Fix test failures.
- If pkg-config isn't found, warn and exit with status 0 instead of
just dying so that CPAN testers don't send bogus failure reports.
1.10 Sat Feb 9 20:29:22 CET 2008
- Fix test failures with older versions of perl and pkg-config.
1.09 Tue Jan 22 21:34:35 CET 2008
- Add support for more pkg-config commands: cflags-only-I,
cflags-only-other, libs-only-other, and static-libs (RT #32426, patch
by Diab Jerius).
- Fix a test failure in t/4.t (RT #31966).
- Only print failure messages if appropriate; silence test suite.
1.08 Fri Oct 19 22:04:08 CEST 2007
- add Makefile.PL to MANIFEST.
- In the version macro generator, handle non-numeric version number
parts by only using the leading digits.
- Make pkg-config print the errors it encounters so users know what went
wrong.
The major changes in this release are adding Haskell Program Coverage (hpc)
support to the compiler, adding a debugger to GHCi, the first phase of the
base package split, and pointer tagging in the code generator (which should
mean most code improves by 10-15%, and as a result the compiler is also
faster).
Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
Bump PKGREVISION, because the package will gladly build and install
without p5-version, it just won't actually work unless p5-version is
available both at build time and at run time.