Commit graph

174917 commits

Author SHA1 Message Date
schnoebe
9b9941454f Remove the uses of ctime.pl and getopts.pl, since those are going away soon. 2011-08-27 15:47:42 +00:00
jmcneill
6523900403 Adjust ONLY_FOR_PLATFORM to not match 5.99 2011-08-27 12:37:45 +00:00
jmcneill
a87bb18bba Added sysutils/netbsd-kmod-tools version 5.1 2011-08-27 12:35:10 +00:00
jmcneill
7de0b15867 + netbsd-kmod-tools 2011-08-27 12:33:53 +00:00
jmcneill
216ef0c02d Import kmod tools for NetBSD 5.
Kernel modules allow the system administrator to dynamically add and
remove functionality from a running system.  This ability also helps
software developers to develop new parts of the kernel without constantly
rebooting to test their changes.

This package provides the necessary utilities for using kernel modules on
NetBSD 5.x.

The modload utility loads a kernel module specified by the module parameter
into the running system. The modunload utility unloads a loadable kernel
module from a running system. The modstat utility displays the status of
any kernel modules present in the kernel.
2011-08-27 12:33:11 +00:00
obache
e550a5d89b Updated net/mikutter to 0.0.3.485 2011-08-27 11:52:09 +00:00
obache
bc0b62d2dd Update mikutter to 0.0.3.485.
* Image Preview: fix open failer with multi-line HTML tag.
* Image Preview: enable to force extracting short URL.
* With Ruby 1.8.7: fix crash at right-click on tweets contains URL.
* With Ruby 1.8.7: fix rare crash at connection timeout.
* fix rare crash at extracting bit.ly URL.
* improve URL extracting speed.
2011-08-27 11:51:50 +00:00
cheusov
1c5111ce2d add yaws, oked by wiz@ 2011-08-27 07:57:02 +00:00
cheusov
b048117494 Added www/yaws version 1.91 2011-08-26 13:47:05 +00:00
cheusov
506917410e Import from wip/yaws requested and tested under
DragonflyBSD by Andrey N. Oktyabski.

Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
dynamic-content webapplications. Two separate modes of operations are
supported:
 * Standalone mode where Yaws runs as a regular webserver daemon.
   This is the default mode.
 * Embedded mode where Yaws runs as an embedded webserver in another
   erlang application.

Yaws is entirely written in Erlang furthermore it is a multithreaded
webserver
where one Erlang light weight process is used to handle each client.

The main advantages of yaws compared to other Web technologies are
performance
and elegance. The performance comes from the underlying Erlang system and
its
ability to handle concurrent processes in an efficent way. Its elegance
comes
from Erlang as well. Web applications dont have to be written in ugly adhoc
languages.
2011-08-26 13:46:43 +00:00
cheusov
2dc8f0c124 Fix build failure on Solaris-10 with gcc. PR 45287. 2011-08-26 13:39:55 +00:00
obache
eeffac21c8 Updated pidgin and related packages to 2.10.0. 2011-08-26 13:19:21 +00:00
obache
de53a2abba Update piding 2.10.0, contains security fixes for CVE-2011-2943 and CVE-2011-3184.
While here, better fix for PR#45190.
chat/finch itself does not depend on devel/nspr.
chat/libpurple without gnutls option, libpurple is linked with nspr,
so it must be handle in libpurple/buildlink3.mk.


version 2.10.0 (08/18/2011):
	Pidgin:
	* Make the max size of incoming smileys a pref instead of hardcoding it.
	  (Quentin Brandon) (#5231)
	* Added a plugin information dialog to show information for plugins
	  that aren't otherwise visible in the plugins dialog.
	* Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
	  minimum supported) (#14261)

	libpurple:
	* Fix a potential crash in the Log Reader plugin when reading QIP logs.
	* Fix a large number of strcpy() and strcat() invocations to use
	  strlcpy() and strlcat(), etc., forestalling an entire class of
	  string buffer overrun bugs.
	  (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
	  Jacob Appelbaum)
	* Change some filename manipulations in filectl.c to use MAXPATHLEN
	  instead of arbitrary length constants.  (The Electronic Frontier
	  Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
	* Fix endianness-related crash in NTLM authentication (Jon Goldberg)
	  (#14163)

	Gadu-Gadu:
	* Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
	  (#5242)
	* Better status message handling. (Tomasz Wasilczyk) (#14314)
	* Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
	* Fix building of the bundled libgadu library with older versions
	  of GnuTLS. (patch plucked from upstream) (#14365)

	ICQ:
	* Fix crash selecting Tools->Set Mood when you're online with an
	  ICQ account that is configured as an AIM account. (#14437)

	IRC:
	* Fix a crash when remote users have certain characters in their
	  nicknames. (Discovered by Djego Ibanez) (#14341)
	* Fix the handling of formatting following mIRC ^O (#14436)
	* Fix crash when NAMES is empty. (James McLaughlin) (#14518)

	MSN:
	* Fix incorrect handling of HTTP 100 responses when using the HTTP
	  connection method.  This can lead to a crash. (Discovered by Marius
	  Wachtler)
	* Fix seemingly random crashing. (#14307)
	* Fix a crash when the account is disconnected at the time we are doing a
	  SB request. (Hanzz, ported by shlomif) (#12431)

	XMPP:
	* Do not generate malformed XML ("</>") when setting an empty mood.
	  (#14342)
	* Fix the /join <room> behavior.  (Broken when adding support for
	  <room>@<server>)  (#14205)

	Yahoo!/Yahoo! JAPAN:
	* Fix coming out of idle while in an unavailable state
	* Fix logging into Yahoo! JAPAN.  (#14259)

	Windows-Specific Changes:
	* Open an explorer.exe window at the location of the file when clicking
	  on a file link instead of executing the file, because executing a file
	  can be potentially dangerous.  (Discovered by James Burton of
	  Insomnia Security) (Fixed by Eion Robb)
2011-08-26 13:14:58 +00:00
tnn
c8dc3548d6 Remove Byte Order Mark (BOM) which isn't understood by GCC < 4.3.0.
From upstream.
Closes PR pkg/45291.
2011-08-26 09:24:40 +00:00
wiz
ccd64c6aad + nginx-1.0.5. (from Snader_LB) 2011-08-26 09:12:06 +00:00
he
d4e9d5cebe Note update of lang/parrot to 3.7.0. 2011-08-26 08:31:01 +00:00
he
89d9d70ff1 Upgrade parrot from version 3.5.0 to 3.7.0.
Pkgsrc changes:
 o Adapt to changes in installed contents.

Upstream changes:

Parrot 3.6.0:
- Core
  + Class.add_vtable_override now allows you to overwrite an override
  + Integers, floats and strings can now be stored in lexical variables.
    Previously, only PMCs could be stored in lexicals.
  + VTABLE_substr has been removed. VTABLE_substr_str has been renamed to
    VTABLE_substr
  + Added a new PackfileView PMC type, an intended replacement for
    the deprecated Eval PMC.
  + The is_integer vtable on the String PMC now works for all string encodings.
  + Unicode error messages on Win32 now work correctly.
  + A memory leak in IMCC was fixed.
- Languages
  + The snaphost of Winxed included with Parrot was updated to version 1.0.0
  + Winxed has migrated to Github: https://github.com/NotFound/winxed

Pore
 + Added mem_sys_strndup function.
 + Added new load_bytecode_p_s opcode as an eventual replacement for
   load_bytecode_s
 + Added new :tag() syntax to IMCC for PIR
 + Improved configuration support for msys
 + known-buggy parrot_debugger is no longer installed
- Languages
 + Winxed
   - Updated snapshot to version 1.1.0
   - multi functions and methods
   - cast to var
   - load_packfile builtin
   - __NAMESPACE__ and __CLASS__ predefined constants
- Documentation
   + The Archive::Tar and Archive::Zip libraries now have POD docs
2011-08-26 08:30:30 +00:00
wiz
8e0e3c1a3b Fix build with gcc-4.5+, from Joern Clausen in PR 45286.
While here, silence pkglint.
2011-08-26 08:13:44 +00:00
tron
2a6ec0c8a6 Note update of the "fetchmail" package to version 6.3.21. 2011-08-26 07:19:42 +00:00
tron
c0ed4c7074 Update "fetchmail" and "fetchmailconf" package to version 6.3.21.
Changes since version 6.3.20:
- The IMAP client no longer inserts NUL bytes into the last line of a
  message when it is not closed with a LF or CRLF sequence. Reported
  by Antoine Levitt.  As a side effect of the fix, and in order to
  avoid a full rewrite, fetchmail will now CRLF-terminate the last
  line fetched through IMAP, even if it is originally not terminated
  by LF or CRLF. This bears no relevance if your messages end up in
  mbox, but adds line termination for storages (like Maildir) that do
  not require that the last line be LF- or CRLF-terminated.
2011-08-26 07:19:25 +00:00
wiz
a1acf17088 + doclifter-2.7, etm-866, fetchmail-6.3.21, gnome-subtitles-1.2,
ltris-1.0.17, mathomatic-15.6.4, openmpi-1.5.4, tin-2.0.0,
  xterm-273.
2011-08-26 06:55:36 +00:00
sbd
07b9ce4eb0 Do DESTDIR support The Right Way(tm) by passing ${INSTALL_ENV} to
the 'make install' process and _not_ using MAKEFLAGS.

Should fix PR pkg/45290
2011-08-26 02:57:13 +00:00
tron
b4d7a2d98e Note update of the "phpmyadmin" package to version 3.4.4. 2011-08-25 20:40:45 +00:00
tron
507510c7e0 Update "phpmyadmin" package to version 3.4.4. Changes since version 3.4.3.2:
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has
  unclosed quotes
- bug #3323101 [parser] Invalid escape sequence in SQL parser
- bug #3348995 [config] $cfg['Export']['asfile'] set to false does not
  select asText option
- bug #3340151 [export] Working SQL query exports error page
- bug #3353649 [interface] "Create an index on X columns" form not validated
- bug #3350790 [interface] JS error in Table->Structure->Index->Edit
- bug #3353811 [interface] Info message has "error" class
- bug #3357837 [interface] TABbing through a NULL field in the inline mode
  resets NULL
- remove version number in /setup
- bug #3367993 [usability] Missing "Generate Password" button
- bug #3363221 [display] Missing Server Parameter on inline sql query
- bug #3367986 [navi] Drop field -> lost active table
- remove misleading comment on the "Rename database" interface
- bug #3374374 [interface] Fix footnote for inexact count while browsing
- bug #3372807 [interface] Fix security warning link in setup
- bug #3374347 [display] Backquotes in normal text on import page
- bug #3358750 [core] With Suhosin, urls are too long in edit links
- [security] Missing sanitization on the table, column and index names leads
  to XSS vulnerabilities, see PMASA-2011-13
2011-08-25 20:40:24 +00:00
tron
e5a7fb3221 Fix linking error under Mac OS X caused by duplicate definition of
a bunch of global variables.
2011-08-25 20:17:25 +00:00
taca
b01890ef02 Note update of www/contao210-translations package to 20110825. 2011-08-25 15:54:15 +00:00
taca
c897d6355a Update contao210-translation pacakge to 20110825:
Update Dutch, Romanian, Russian and Slovenian language files.
2011-08-25 15:53:26 +00:00
taca
1437909c07 Note update of www/ruby-patron package to 0.4.15. 2011-08-25 15:49:58 +00:00
taca
79023878be Update www/ruby-patron package to 0.4.15.
Compact changes are not available but some ruby19 related improvement.
Please refer detail: https://github.com/toland/patron/commits/master
2011-08-25 15:49:12 +00:00
taca
8c369039bf Note update of textproc/ruby-markaby package to 0.7.2. 2011-08-25 15:42:45 +00:00
taca
d4180863a5 Update ruby-markaby to 0.7.2.
Compact changes are unavailable, please refer in detail:
https://github.com/markaby/markaby/commits/master
2011-08-25 15:42:05 +00:00
taca
dfc1a871ed Note update of these packages:
security/ruby-bcrypt	3.0.0
	security/ruby-net-ssh	2.2.1
2011-08-25 15:32:53 +00:00
taca
09b168a67f Update ruby-net-ssh to 2.2.1.
=== 2.2.1 / 24 Aug 2011

* Do not prompt any passphrases before trying all identities from
  agent. [musybite]
  (see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/30)
2011-08-25 15:32:05 +00:00
taca
6a6a581385 Update ruby-bcrypt to 3.0.0.
3.0.0 Aug 24, 2011
  - Bcrypt C implementation replaced with a public domain implementation.
  - License changed to MIT
2011-08-25 15:31:01 +00:00
taca
6755639d85 Note update of devel/hoe package to 2.12.2. 2011-08-25 15:30:12 +00:00
taca
e4078ae807 Update hoe package to 2.12.2.
=== 2.12.2 / 2011-08-24

* 2 minor enhancements:

  * Added recursive chmod to docs task to ensure group write-ability (kleb)
  * Improve error message when no manifest found. (Apparently some linux packagers remove manifest files)

* 3 bug fixes:

  * Added missing minitest/autorun require (NOT reported by fedoraproject.org)
  * Fix for RSpec support broken in 0dc6b2f (ged)
  * Fix for the edgiest of edge cases (-Ku in ruby19... ummm, yeah)
2011-08-25 15:29:12 +00:00
taca
5513f11c78 Note update of these packages:
devel/ZenTest		4.6.2
	devel/hoe		2.12.1
	devel/ruby-parser	2.2.0
2011-08-25 15:25:02 +00:00
wiz
c9bd54730b Updated sysutils/tarsnap to 1.0.30 2011-08-25 15:24:24 +00:00
wiz
8088c50848 Update to 1.0.30. Drop maintainership since I never actually used it...
Changes since version 1.0.29:

    A bug fix in the handling of readdir errors; in earlier versions,
    it was theoretically possible for a failing hard drive or other
    errors in reading directories to result in files being silently
    omitted from an archive.

    Several bug fixes relating to the handling of @archive directives
    with mtree files.

    A bug fix to prevent cache directory corruption resulting in
    tarsnap failing if it was interrupted at exactly the right
    (wrong) moment in its operation.

    A bug fix to correctly handle ~ in tarsnap -s path substitutions.

    Many more minor bug fixes.
2011-08-25 15:24:14 +00:00
taca
bd5ce20c34 Update ruby-parser package to 2.2.0.
=== 2.2.0 / 2011-08-23

* 2 minor enhancements:

  * Moved Keyword, Environment, and StackState inside of RubyParser
  * Added proper dsym and dsym->sym support.

* 3 bug fixes:

  * Added extra (failing) tests for call/iter line number checking (quix)
  * Fixed line numbers for certain call/iter edge cases
  * Fixed parsing of: alias :"<<" :">>".
2011-08-25 15:23:16 +00:00
taca
0ab955e511 Update hoe package to 2.12.1.
=== 2.12.1 / 2011-08-22

* 2 bug fixes:

  * Fixed a test that fails on non-privileged (rvm/multiruby) setups
  * RbConfig is used instead of Config to remove a 1.9.3 warning.
2011-08-25 15:22:33 +00:00
taca
42a8e5374e Update ZenTest package to 4.6.2.
Now it requires rubygems 1.8 at least.


=== 4.6.2 / 2011-08-24

* 1 minor enhancement:

  * Added Autotest Tips section to Readme

* 1 bug fix:

  * Fixed mri 1.9.3 change to Find.find with autotest/restart and missing files.
2011-08-25 15:21:47 +00:00
taca
20a22427a4 Note update of devel/ruby-rdoc package to 3.9.3. 2011-08-25 15:18:51 +00:00
taca
e2700de4c0 Update devel/ruby-rdoc package to 3.9.3.
=== 3.9.3 / 2011-08-23

* Bug fixes
  * Add US-ASCII magic comments to work with <tt>ruby -Ku</tt>.  Issue #63 by
    Travis D. Warlick, Jr.
  * Image paths at HTTPS URLs are now turned into +<img>+ tags.  Pull
    Request #60 by James Mead
  * Markup defined by RDoc::Markup#add_special inside a <tt><tt></tt> is no
    longer converted.
2011-08-25 15:17:59 +00:00
taca
0856c3c30a Note update of misc/rubygems package to 1.8.9. 2011-08-25 15:16:42 +00:00
taca
159845eac3 Update rubygems package to 1.8.9.
=== 1.8.9 / 2011-08-23

* Bug fixes:

  * Fixed uninstalling multiple gems using `gem uninstall`
  * Gem.use_paths splatted to take multiple paths!  Issue #148

=== 1.8.8 / 2011-08-11

* Bug fix:
  * The encoding of a gem's YAML spec is now UTF-8.  Issue #149
2011-08-25 15:15:44 +00:00
hans
fd9449c295 Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for more
information.

Tested on NetBSD-current and OpenIndiana.

Support for ssl and kerberos is now available through the options
framework.
2011-08-25 14:54:06 +00:00
jakllsch
555f537ec1 Updated graphics/darktable to 0.9.2 2011-08-25 14:43:41 +00:00
jakllsch
610431f4de Update to darktable-0.9.2.
pkgsrc changes: enable flickr module.

upstream changes:

0.9.1 to 0.9.2:
not yet available

0.9 to 0.9.1:
 - new rawspeed, dcraw, libraw
 - fixed various segfaults and deadlocks
 - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between)
 - fixed a nasty bug which could cause complete loss of history for an image
 - darktable-faster now plays nicely with darktablerc (non-gconf)
 - lots of opencl improvements
 - updated translations
 - second part of our GSoC: customizable keyboard shortcuts!
2011-08-25 14:42:53 +00:00
hans
636c135078 FILE is a opaque data type on 64bit SunOS, its true definition is not
available in any headers.

Hack around this by adding the definition from the Illumos source in the
relevant place. Fixes 64bit build.
2011-08-25 13:46:28 +00:00