Commit graph

124064 commits

Author SHA1 Message Date
tonnerre
fc39e60fea Fix a Denial-of-Service vulnerability in maradns version 1.2.12.06
Crafted CNAME entries can be used to DoS MaraDNS without this patch
See CVE-2008-0061 for more details
Approved-by: wiz
2008-03-19 22:55:21 +00:00
wiz
59c4b873a4 + afterstep-2.2.8, aspell-danish-1.6.12, bitlbee-1.2, cdrkit-1.1.7.1,
cherokee-0.6.0, clive-0.4.7, imapsync-1.249, libXScrnSaver-1.1.3,
  libXv-1.0.4, libgnomekbd-2.22.0, libidn-1.6, libstatgrab-0.16,
  libxkbfile-1.0.5, manedit-1.1.1, nut-13.3, xf86-video-apm-1.2.0,
  xf86-video-ark-0.7.0, xf86-video-ast-0.85.0, xf86-video-chips-1.2.0,
  xf86-video-cirrus-1.2.0, xf86-video-glint-1.2.0, xf86-video-i128-1.3.0,
  xf86-video-i740-1.2.0, xf86-video-neomagic-1.2.0,
  xf86-video-rendition-4.2.0, xf86-video-s3-0.6.0,
  xf86-video-s3virge-1.10.0, xf86-video-savage-2.2.0,
  xf86-video-siliconmotion-1.6.0, xf86-video-sis-0.10.0,
  xf86-video-tdfx-1.4.0, xf86-video-trident-1.3.0, xf86-video-tseng-1.2.0,
  xf86-video-vmware-10.16.0, yabause-0.9.4.
2008-03-19 22:47:56 +00:00
jlam
bd603564ba + Move the "install into buildroot" step into the build phase and out
of the install phase.  The whole point of "buildroot" was to avoid
  building anything in the install phase.
2008-03-19 20:26:15 +00:00
drochner
a429ce6ead add patch from upstream to fix a buffer overflow in the SDP parser
(CVE-2008-0073)
bump PKGREVISION
2008-03-19 16:09:35 +00:00
joerg
06751e9460 Explicitly include fcntl.h for Solaris. From PR 38240. 2008-03-19 15:33:12 +00:00
obache
07455c7e29 Updated devel/emacs-ilisp to 20021222nb3 2008-03-19 12:13:23 +00:00
obache
fedd8a5529 Fix PLIST, emacs type 'emacs20nox' does not exists.
Bump PKGREVISION.
2008-03-19 12:13:08 +00:00
obache
98c3ed0e4f Updated devel/treecc to 0.3.10nb1 2008-03-19 11:57:00 +00:00
obache
89efcb7035 Add missing library to PLIST.
Bump PKGREVISION.

While here, marked as DESTDIR ready, set TEST target.
2008-03-19 11:56:46 +00:00
mjl
a8f1429bd8 Note asterisk 1.2.27 2008-03-19 10:32:54 +00:00
mjl
4fefd9c6d3 Update asterisk to 1.2.27
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)
2008-03-19 10:32:02 +00:00
wiz
b2843d9acd Update path to gtk-sharp. 2008-03-19 06:43:42 +00:00
drochner
9dd251a80f update to 2.0
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.
2008-03-18 23:22:14 +00:00
tonnerre
fa60ef066c Updated net/nagios-base to 2.5nb5 2008-03-18 21:54:51 +00:00
tonnerre
4331013f54 Fix several cross site scripting vulnerabilities in Nagios 2.5
Take over maintainership as suggested by jlam

Approved-by: jlam
2008-03-18 21:53:41 +00:00
jlam
ebdd30c58e Extract the gemspec file before the data.tar.gz so that we avoid any
possibility of a name collision with a file named "metadata".
2008-03-18 20:01:20 +00:00
drochner
efcdd4e743 remove a check which allows only selected NetBSD archs tu build.
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
2008-03-18 17:46:27 +00:00
jlam
b0f9c2722e Use ${BUILD_TARGET} as the Rakefile task invoked to create the local
gem during the build process.  This allows for specifying non-standard
tasks used by some Ruby packages.  It defaults to "gem".
2008-03-18 16:35:52 +00:00
tron
a8b4a54400 Fix build under Mac OS X Intel by stripping out the "-fno-common" that
"yasm" doesn't understand. Also improve the similar hack used under
NetBSD to strip out "-fpic".
2008-03-18 15:05:03 +00:00
jlam
ccfcbebab6 Only load rubygems if it's needed. Bump PKGREVISION to 2. 2008-03-18 13:25:29 +00:00
dmcmahill
e7f059a0b9 Updated cad/tnt to 1.2.2nb3 2008-03-18 11:50:27 +00:00
dmcmahill
76a8ef8077 Repair the build when using f2c-f77 as the fortran compiler.
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.
2008-03-18 11:48:25 +00:00
jlam
901cec84ca Allow for loading libraries installed as gems. Bump PKGREVISION. 2008-03-18 06:14:31 +00:00
jlam
1ba20e8a93 Fix subtle interaction with DESTDIR during installation -- the Makefiles
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.
2008-03-18 04:01:27 +00:00
jlam
cc508cadcb Unify the two clauses in _gem-install-cleanbuild that removed the
intermediate build files.  GEM_CLEANBUILD now defaults to "ext/*".
2008-03-18 03:50:35 +00:00
jlam
11efc3c217 REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten the
value a bit.
2008-03-18 03:47:07 +00:00
jlam
501981a89a Installed gems have wrapper scripts that call the right interpreter,
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.
2008-03-18 01:40:48 +00:00
heinz
0d9ac397b7 Updated
devel/p5-ExtUtils-PkgConfig to 1.11
2008-03-17 23:05:39 +00:00
wiz
1fc58e81d0 Mention two package moves. 2008-03-17 22:57:11 +00:00
wiz
dac3c32bf7 Finish move from gtk2-sharp to gtk-sharp. 2008-03-17 22:54:34 +00:00
wiz
8dbcc89d5b Update path to gtk-sharp. 2008-03-17 22:54:02 +00:00
wiz
1e84190f87 Reimport gtk-sharp-2.10.3 as x11/gtk-sharp (was in x11/gtk2-sharp)
to match PKGNAME.

Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
libraries.
2008-03-17 22:50:28 +00:00
wiz
fe0e2a7199 Finish move from gtksourceview-sharp to gtksourceview-sharp2. 2008-03-17 22:46:44 +00:00
wiz
4d0c23c875 Update path to gtksourceview-sharp2. PKGREVISION++. 2008-03-17 22:46:05 +00:00
agc
e98df20835 Note the start of the freeze on new functionality and infrastructure
changes to pkgsrc, in preparation for the pkgsrc-2008Q1 branch.
2008-03-17 22:44:53 +00:00
wiz
2eb710b1de Reimport gtksourceview-sharp2-0.11nb2 as x11/gtksourceview-sharp2
(previously in x11/gtksourceview-sharp).

Bindings to the GtkSourceView widget, this widget is
typically used for writing programmer editors.
2008-03-17 22:44:11 +00:00
heinz
1d1e5fcba4 Updated to version 1.11.
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.
2008-03-17 22:31:21 +00:00
jlam
b291d67b39 Don't clear LDFLAGS so the build can pick up the right ones passed in
by the pkgsrc infrastructure.
2008-03-17 22:28:13 +00:00
heinz
b1482ba494 The package supports installation to DESTDIR. It does not need a
compiler.
2008-03-17 22:13:35 +00:00
jlam
729f7bf2da Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}. 2008-03-17 20:57:04 +00:00
jlam
cc71b06e12 Pass MAKE_ENV to the build process when building the gem from the
unpacked sources.  This fixes certain checks for $HOME, $PATH and the
like.
2008-03-17 19:33:25 +00:00
jlam
e4ba95eba5 + Include termcap.buildlink3.mk for proper termcap library handling.
+ Note bin/screen as a setuid-root program using SPECIAL_PERMS.

Bump the PKGREVISION to 1.
2008-03-17 19:03:35 +00:00
drochner
af04d09226 wire the include file path instead of calling "sdl-config" -- the
latter causes a chicken-and-egg problem,
should fix an error reported by Joerg Sonnenberger to Yorick Hardy
2008-03-17 18:01:52 +00:00
kristerw
f9ab0b8c64 Note update of devel/darcs to version 1.0.9. 2008-03-17 16:00:47 +00:00
kristerw
981becbeb4 Update darcs to version 1.0.9.
Changes in this release consists mostly of minor bug fixes.
2008-03-17 15:59:05 +00:00
kristerw
a9be3824d8 Note lang/ghc update to 6.8.2. 2008-03-17 15:43:08 +00:00
kristerw
722ad1956b Update ghc to version 6.8.2.
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.
2008-03-17 15:33:10 +00:00
dsainty
ff8eb104f2 Updated databases/p5-DBD-postgresql to 2.2.2nb2 2008-03-17 13:32:54 +00:00
dsainty
10b723081c Add dependency on p5-version, which appears to be a new requirement.
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.
2008-03-17 13:29:03 +00:00
obache
3cd5a970da ftp://linux.thai.net seems not working well, remove. 2008-03-17 12:52:00 +00:00