Commit graph

129514 commits

Author SHA1 Message Date
dholland
010a5874f1 Set interpreter properly in the bash script this installs.
PKGREVISION++.
2008-08-17 04:36:28 +00:00
dholland
896fd2313e Fix DESTDIR 2008-08-17 04:11:47 +00:00
dholland
2dcbcbceb3 Fix broken 64-bit build. 2008-08-17 04:01:37 +00:00
dholland
891852c7a5 Fix DESTDIR. 2008-08-17 03:21:45 +00:00
dholland
ae4e7c9786 Fix DESTDIR, fully this time.
While here, remove some trailing whitespace.
2008-08-17 02:59:45 +00:00
wiz
14687a0954 + gnome-2.22.3, libgtop-2.22.3.
- bacula-2.2.6 [pkg/37396], clive-1.0.0, dbus-1.2.3, dialog-1.1.20080727,
  gmime-2.2.22, gnome-2.22.1, gnucash-2.2.6, gphoto-2.4.2,
  iso-codes-3.2, libgphoto2-2.4.2, libgtop-2.22.2, libgtop2-2.22.3,
  mldonkey-2.9.6, mldonkey-gui-2.9.6, orbital_eunuchs_sniper-1.30,
  p5-MIME-tools-5.427, p5-MailTools-2.04, raptor-1.4.18.
2008-08-16 19:01:59 +00:00
wiz
68f50810c7 + aria2-0.15.2, arping-2.08, boost-1.36.0, cdrtools-2.01.01.46,
cherokee-0.8.0, freeciv-2.1.6, glpk-4.30, gtkspell-2.0.14,
  mathomatic-14.1.3, mercurial-1.0.2, ncftp3-3.2.2, offlineimap-6.0.3,
  pcre-ocaml-5.15.0 [pkg/39348], subtitleeditor-0.22.3, xclip-0.11,
  xf86-video-amd-2.10.1 [now xf86-video-geode], xine-1.1.15.
2008-08-16 19:01:01 +00:00
wiz
336fb7d8f5 Updated graphics/png to 1.2.30 2008-08-16 18:53:58 +00:00
wiz
bac74f0bb4 Update to 1.2.30:
version 1.2.30beta01 [May 29, 2008]
  Updated libpng.pc-configure.in and libpng-config.in per debian bug reports.

version 1.2.30beta02 [June 25, 2008]
  Restored png_flush(png_ptr) at the end of png_write_end(), that was
    removed from libpng-1.0.9beta03.

version 1.2.30beta03 [July 6, 2008]
  Merged some cosmetic whitespace changes from libpng-1.4.0beta19.
  Inline call of png_get_uint_32() in png_get_uint_31(), as in 1.4.0beta19.
  Added demo of decoding vpAg and sTER chunks to pngtest.c, from 1.4.0beta19.
  Changed PNGMAJ from 0 to 12 in makefile.darwin, which does not like 0.
  Added new private function png_read_chunk_header() from 1.4.0beta19.
  Merge reading of chunk length and chunk type into a single 8-byte read.
  Merge writing of chunk length and chunk type into a single 8-byte write.

version 1.2.30beta04 [July 10, 2008]
  Merged more cosmetic whitespace changes from libpng-1.4.0beta19.

version 1.0.38rc01, 1.2.30rc01 [August 15, 2008]
  No changes.

version 1.0.38rc02, 1.2.30rc02 [July 21, 2008]
  Moved local array "chunkdata" from pngrutil.c to the png_struct, so
    it will be freed by png_read_destroy() in case of a read error (Kurt
    Christensen).

version 1.0.38rc03, 1.2.30rc03 [July 21, 2008]
  Changed "purpose" and "buffer" to png_ptr->chunkdata to avoid memory leaking.

version 1.0.38rc04, 1.2.30rc04 [July 22, 2008]
  Changed "chunkdata = NULL" to "png_ptr->chunkdata = NULL" several places in
    png_decompress_chunk().

version 1.0.38rc05, 1.2.30rc05 [July 25, 2008]
  Changed all remaining "chunkdata" to "png_ptr->chunkdata" in
    png_decompress_chunk() and remove chunkdata from parameter list.
  Put a call to png_check_chunk_name() in png_read_chunk_header().
  Revised png_check_chunk_name() to reject a name with a lowercase 3rd byte.
  Removed two calls to png_check_chunk_name() occuring later in the process.

version 1.0.38rc06, 1.2.30rc06 [July 29, 2008]
  Added a call to png_check_chunk_name() in pngpread.c
  Reverted png_check_chunk_name() to accept a name with a lowercase 3rd byte.

version 1.0.38r07, 1.2.30r07 [August 2, 2008]
  Changed "-Wall" to "-W -Wall" in the CFLAGS in all makefiles (Cosmin Truta)
  Declared png_ptr "volatile" in pngread.c and pngwrite.c to avoid warnings.
  Added code in pngset.c to quiet compiler warnings.
  Updated contrib/visupng/cexcept.h to version 2.0.1
  Relocated a misplaced "#endif /* PNG_NO_WRITE_FILTER */" in pngwutil.c

version 1.0.38r08, 1.2.30r08 [August 2, 2008]
  Enclose "volatile" declarations in #ifdef PNG_SETJMP_SUPPORTED (Cosmin).

version 1.0.38, 1.2.30 [August 15, 2008]
  No changes.
2008-08-16 18:53:07 +00:00
drochner
6a4dc19c12 restore a patch which got lost in update 2008-08-16 16:38:01 +00:00
manu
2181a05305 Update to ipsec-tools 0.7.1, fixes CVE-2008-3652
Changes since the 0.6 branch:
0.7.1 - 23 July 2008
        o Fixes a memory leak when invalid proposal received
        o Some fixes in DPD
        o do not set default gss id if xauth is used
        o fixed hybrid enabled builds
        o fixed compilation on FreeBSD8
        o cleanup in network port value manipulation
        o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_sp
i()
        o Generates a log if cert validation has been disabled by configuration
        o better handling for pfkey socket read errors
        o Fixes in yacc / bison stuff
        o new plog() macro (reduced CPU usage when logging is disabled)
        o Try to works better with huge SPD/SAD
        o Corrected modecfg option syntax
        o Many other various fixes...

0.7     - 09 August 2007
        o Xauth with pre-shared key PSK
        o Xauth with certificates
        o SHA2 support
        o pkcs7 support
        o system accounting (utmp)
        o Darwin support
        o configuration can be reloaded
        o Support for UNIQUE generated policies
        o Support for semi anonymous sainfos
        o Support for ph1id to remoteid matching
        o Plain RSA authentication
        o Native LDAP support for Xauth and modecfg
        o Group membership checks for Xauth and sainfo selection
        o Camellia cipher support
        o IKE Fragment force option
        o Modecfg SplitNet attribute support
        o Modecfg SplitDNS attribute support ( server side )
        o Modecfg Default Domain attribute support
        o Modecfg DNS/WINS server multiple attribute support
2008-08-16 06:55:18 +00:00
taca
d8ccdc851f -ruby-tzinfo-0.3.9
And sort.
2008-08-16 03:21:57 +00:00
taca
6c80897927 Note update of time/ruby-tzinfo package to 0.3.9. 2008-08-16 03:20:39 +00:00
taca
7c1e7ba54f Update ruby-tzinfo package to 0.3.9.
== Version 0.3.9 (tzdata v2008c) - 27-May-2008

* Updated to tzdata version 2008c
  (http://article.gmane.org/gmane.comp.time.tz/2183).
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
  Rational.new! is now private, so call it using Rational.send :new! instead.
  Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
* Prevent warnings from being output when running Ruby with the -v or -w
  command line options. Thanks to Paul McMahon for the patch. Closes #19719.
2008-08-16 03:19:14 +00:00
taca
d6bd96ecbc -ruby-DBI-0.2.1 (updated to 0.2.2)
-ruby-sqlite3-1.2.2 (already updated)
2008-08-16 03:10:47 +00:00
taca
e08bfd8e2c Note update of these packages.
databases/ruby-DBI
	databases/ruby-DBD-mysql
	databases/ruby-DBD-postgresql
	databases/ruby-DBD-sqlite
	databases/ruby-DBD-sqlite3
2008-08-16 02:47:23 +00:00
taca
1fb3765a2e +postfix-2.5.4, postfix-2.6-20080814
Fix for CVE-2008-2936, CVE-2008-2937; which are affect Linux and Solaris only.
2008-08-16 00:58:02 +00:00
cegger
23c8dc512e Install tools/xentrace/formats. It is needed for xentrace_format and makes xentrace and xentrace_format useable.
While here, give xentrace_format execution bits since this is a python script
2008-08-15 20:12:52 +00:00
tron
c64f555ba4 Note update of the "xchat" package to version 2.8.6nb2. 2008-08-15 17:25:52 +00:00
tron
7dc974e63c - Don't force use of Xft rendering unless we are compiling under Darwin
with X11 support (where it fixes the build). There is no compelling
  reason to use Xft otherwise.
- Use CPU detection code on all NetBSD platforms. It turns out that XChat
  properly deals with the case where we could figure out the number of
  CPUs but not their clock frequency.
- Add support for building XChat with X11-less GTK+ 2.x under Mac OS X.
  This fixes PR pkg/39328 by Adrian Portelli.

Bump package revision because of these improvements.
2008-08-15 17:25:31 +00:00
seb
e4bd1e4282 The Perl 5 module 'version' is required by the current version
this package hence add a dependency on the p5-version package.
2008-08-15 16:57:07 +00:00
schmonz
8cbb22fa2c Add MESSAGE explaining how to enable spamdyke with qmail-smtpd. 2008-08-15 16:51:59 +00:00
schmonz
7b4c84b483 Updated mail/spamdyke to 4.0.3 2008-08-15 16:48:26 +00:00
schmonz
e8fb770de4 Update to 4.0.3. From the changelog:
This version fixes two bugs. The first is an integer argument
parsing bug on some systems (FreeBSD). Thanks to Shane Bywater for
reporting this one. The second is a bug parsing invalid nameserver
entries in /etc/resolv.conf that prevented spamdyke from defaulting
to 127.0.0.1. Thanks to slamp slamp for reporting this one.
2008-08-15 16:48:16 +00:00
taca
79226ceac9 +php-4.4.9, poppass-4.0.14, qpopper-4.0.14
s/webmin-1.420/webmin-1.430/

Ruby related packages:

+capistrano-2.4.3, erubis-2.6.2, hoe-1.7.0, merb-0.9.4 (and related plugins),
 mongrel-1.1.5, puppet-0.24.5, rabbit-0.5.7, rubigen-1.3.2, ruby-DBI-0.2.1,
 ruby-SDL-2.0.1b, ruby-actionmailer-2.1.0, ruby-actionpack-2.1.0,
 ruby-activeresource-2.1.0, ruby-activesupport-2.1.0, ruby-cmd-0.8.0,
 ruby-cssmin-1.0.1, ruby-debug-ide-0.2.1, ruby-eventmachine-0.12.0,
 ruby-facter-1.5, ruby-gd-0.8.0, ruby-gettext-1.92.0, ruby-haml-2.0.2,
 ruby-htree-0.7, ruby-inline-3.7.0, ruby-itex2MML-1.3.5, ruby-logging-0.9.1,
 ruby-mailfactory-1.4.0, ruby-maruku-0.5.9, ruby-mecab-0.97,
 ruby-mechanize-0.7.7, ruby-ming-0.2.0, ruby-mocha-0.9.0, ruby-net-ssh-1.1.4,
 ruby-parsetree-2.2.0, ruby-rb-gsl-1.10.3, ruby-rcairo-1.6.3,
 ruby-rd-mode-0.6.22, ruby-rdtool-0.6.22, ruby-sqlite3-1.2.2,
 ruby-test-spec-0.9.0, ruby-tmail-1.2.3.1, ruby-tzinfo-0.3.9, rubygems-1.2.0,
 thin-1.0.0, thoth-0.2.0, webby-0.8.4

P.S.
I couldn't find ruby-rbtree-0.3.0 distfiles.
2008-08-15 16:18:36 +00:00
taca
3be5e3e57a Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:06:44 +00:00
taca
06e6b336fb Replace HOMEPAGE to RubyForge's project page since previous page was gone. 2008-08-15 16:06:21 +00:00
taca
2204f512c3 Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:03:51 +00:00
taca
2e066cfdb2 Note update of www/drupal and www/drupal6 package. 2008-08-15 15:56:07 +00:00
taca
c2583b7d14 Update drupal6 package to 6.4.
Drupal 6.4, 2008-08-13
----------------------
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
  BlogAPI, Cross site request forgeries and Various Upload module
  vulnerabilities), see SA-2008-047.
- Improved error messages during installation.
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
- Fixed a variety of small bugs.
2008-08-15 15:54:30 +00:00
taca
32d0b3dba8 Update drupal package to 5.10.
Drupal 5.10, 2008-08-13
-----------------------
- fixed a variety of small bugs.
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
  BlogAPI and Cross site request forgery), see SA-2008-047
2008-08-15 15:54:08 +00:00
he
7915b641c7 Note update of sun-jre15 and sun-jdk15 to 5.0.16. 2008-08-15 15:33:30 +00:00
mjl
9d2cefa794 Note django-devel update 2008-08-15 15:27:09 +00:00
mjl
590739781e Update to 1.0 beta 1 2008-08-15 15:26:53 +00:00
he
514c29b0a3 Update to Java 5.0 Update 16. Fixes a number of security vulnerabilities.
Also updates some root certificates and imports tzdata2008b.
Sun's release notes are at
  http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_16
2008-08-15 15:06:35 +00:00
cegger
3c71ceef69 Install qemu-ifup properly. Makes network functional in HVM guests. 2008-08-15 14:06:54 +00:00
cegger
ff826d84e2 Update to changeset 18331. Some bugfixes never hurt. 2008-08-15 13:04:25 +00:00
wiz
1ee71701de Updated audio/amarok to 1.4.10 2008-08-15 12:53:14 +00:00
wiz
0ac248d1db Update to 1.4.10:
VERSION 1.4.10
  BUGFIX:
    * Fix vulnerability in the Magnatune database parsing code.  Secunia
      Advisory #SA31418.  Thanks to Google Alerts for notifying us about this
      vulnerability.
2008-08-15 12:52:57 +00:00
wiz
344150346b Updated sysutils/dbus to 1.2.3 2008-08-15 12:15:29 +00:00
wiz
7f99ed5fe0 Update to 1.2.3:
1.2.3:
    * New UpdateActivationEnvironment bus API (#16669)
    * Solaris Auditing (ADT) support (#15740)
    * Various notable bug fixes: #16727, #16294, #15947 #15588
    * Other more minor bugs
2008-08-15 12:15:17 +00:00
tnn
659573b9d4 Updated x11/xf86-video-intel to 2.4.1 2008-08-15 06:37:51 +00:00
tnn
65d42e165b Update to xf86-video-intel-2.4.1.
Man page typo fixes
  Set lvds_ddc_mode before use to avoid a segfault on mac mini.
  Update DSPARB while planes are still off
  Reorganize VBIOS code
  Fix pipe A force quirk
  Update man page
  Fix up the HP Pavilion ze4944ea quirk
  Apply pipe A quirk to 845 as well.
  Fix DPMS off in the presence of the pipe A quirk.
  Reorder visuals reported by the intel driver
  Don't program dsparb on new Intel chip
  Fix SDVO reg definition
  Fix SDVO HDMI encoding detect (#16920)
  Disable display clock gating for 4 series chips
  Fix possible spurious interrupts in hotplug detect on 4 series chip
  Make skip_panel_detect clear for its meaning
  Always check and free driver private in LVDS destroy
  Bump version 2.4.1
2008-08-15 06:37:22 +00:00
obache
5906b92db0 Update MASTER_SITES, remove outdated sites, add sourceforge.jp.
Noticed by Zafer Aydogan via private mail.
2008-08-15 02:43:50 +00:00
obache
75def0d27a Adjust MASTER_SITES, old distfiles was moved to subdir.
Noticed by Zafer Aydogan via private mail.
2008-08-15 02:39:25 +00:00
dsainty
4a4e8f4c95 gnome-vfs configure fails to complete in extension modules in the absence of
"bzlib.h".  Environments without a system-installed "bzlib.h" will fail to
build modules like "audio/gnome-vfs-cdda" with the following:

checking for bzCompressInit in -lbz2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
configure: error: Gnome-vfs requires libbz2 to compile.
*** Error code 1

To fix this, promote bzip2 dependency from gnome-vfs/Makefile to
gnome-vfs/Makefile.common.

XXX Only /usr/pkg/lib/gnome-vfs-2.0/modules/libbzip2.so actually appears to
link with libbz2.so, so it's possible that configure is being overly picky.
2008-08-15 01:41:42 +00:00
wiz
e0f4087723 Updated mail/gmime to 2.2.22 2008-08-14 20:39:37 +00:00
wiz
259caac70f Update to 2.2.22:
* configure.in: Bumped version to 2.2.22
	* src/uudecode.c (uudecode): Don't base64 decode the
	end-tag ("====\n"). Fixes bug #542222.
	* COPYING: Fixed to reference LGPL v2.1
	* gmime/gmime-common.h: Removed unused prototypes.
	* gmime/gmime-message.c (g_mime_message_add_recipient): Change
	'type' argument to const char *.
	(g_mime_message_add_recipients_from_string): Same.
	* gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Add an extra byte for
	\n in the case of quoted_encode_close(). Thanks to Peter
	Bloomfield for discovering this.
	* gmime/internet-address.c (decode_mailbox): Prevent reading past
	the end of the input string.
	* examples/basic-example.c: Fixed to use GMimeSignatureValidity.
	* gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_encrypt):
	Don't use deprecated functions.
	* gmime/gmime-stream.c (stream_eos): Fixed a typo.
	* mono/StreamWrapper.cs: Allow seeking to position 0 for
	GMimeStreamFilter. Thanks to Debajyoti Bera for this patch.
	* README: Bumped version
	* configure.in: Bumped version to 2.2.21
	* gmime/gmime-parser.c: Check parser_step() against
	GMIME_PARSER_STATE_ERROR rather than -1 in case the value ever
	changes.
	(struct _GMimeParserPrivate): Changed state to be 16bit int
	instead of a 26bit int which apparently cannot be set to -1 on
	Solaris. Fixes bug #534301.
	(parser_step_headers): Fixed a corner-case where a read boundary
	fell between the \n and \t of a folded header.
	* README: Bumped version
	* configure.in: Bumped version to 2.2.20
	* gmime/gmime-stream-buffer.c (stream_read): Break if
	g_mime_stream_read() returns 0 as well (meaning EOF, no more data
	to read) and don't keep looping. Fixes bug #533331.
	* README: Bumped version
	* configure.in: Bumped version to 2.2.19
	* gmime/gmime-parser.c (parser_step_headers): Fix for CRLF encoded
	input.
	* gmime/gmime-parser.c (header_parse): Fixed a memory leak in the
	case of an invalid header.
2008-08-14 20:39:25 +00:00
wiz
e03b012e84 Updated graphics/gphoto2 to 2.4.2 2008-08-14 20:34:43 +00:00
wiz
bff85e7ee8 Update to 2.4.2:
gphoto2 2.4.2

 * Updated translations.
 * Major change in behaviour:

   --capture-image split into:
	 --capture-image		: Just captures image, no download.
	 --capture-image-and-download	: captures image and downloads it.
2008-08-14 20:34:32 +00:00