Commit graph

171068 commits

Author SHA1 Message Date
obache
ac64a778ea Update libmodplug to 0.8.8.2.
While here, set LICENSE=public-domain.

* 2 April 2011: libmodplug 0.8.8.2
 * Improve compatibility with MSVC 2010
 * Improve PTM playback (Fix byteswapping)
 * Improve S3M support (ignore corrupted data)
 * Improve AMF support (bounds checking)
 * See git checkins for more information
* 27 May 2010: libmodplug 0.8.8.1
 * Add check to make sure Stereo Separation/MixChannels cannot be 0.
 * Increment soname due to structure change (addition of new config options)
* 5 April 2010: libmodplug 0.8.8
 * Fix 32 to 32 bit "downsampling" on 64bit platforms.
 * Fix usage of bigendian in include files
 * Fix PSM files on bigendian computers
 * Allow configuration of Stereo Separation and MaxMixChannels
 * Fix possible problem with misaligned data structure when converting to int32
  (load_669)
 (Developer only) update to new automake/autoconf.
2011-05-05 08:52:43 +00:00
adam
846ada38bf Changes 1.22:
* Add -liconv as static library requirement in libidn.pc, for MinGW.
* Fix memory leak in idna_to_ascii_4z when idna_to_ascii_4i fails.
* Ran clang-analyze on the code. Fixed some dead assignments/initializations.
* Really distribute win32/libidn4win.mk.
* API and ABI is backwards compatible with the previous version.
2011-05-05 07:46:44 +00:00
agc
689bb9a2da Note addition of sysutils/mkmemstick version 20110801 2011-05-05 06:55:20 +00:00
agc
612e36fc23 add and enable mkmemstick 2011-05-05 06:54:18 +00:00
agc
c0b8ceedcc Initial import of Jared Mcneill's script to create a memory stick from a
NetBSD installation ISO.

Further information can be found here:

	http://genericzero.wordpress.com/2009/08/01/install-netbsd-from-a-usb-memory-stick-the-easy-way/

	memory stick the easy way

	I got tired of having to jump through hoops to install NetBSD on my
	Eee PC, so I wrote a simple script to take a NetBSD release ISO and
	convert it to an image that can be written to a USB memory stick.

	To use the script, simply feed it an ISO and tell it where to write
	the resulting image:

	$ sh mkmemstick.sh i386cd-5.0.1.iso i386memstick-5.0.1.img

	The resulting image can be written to a memory stick using dd(1):

	$ dd if=i386memstick-5.0.1.img of=/dev/sd0d

	Please note that this script depends on the sysutils/cdrtools package
	for extracting the contents of the release ISO.

	Hopefully this will be integrated with the build process so these
	images are available for those who cannot prepare an image due to lack
	of access to a NetBSD machine.
2011-05-05 06:53:27 +00:00
obache
25e98895be sort. 2011-05-05 05:42:55 +00:00
adam
ac8a8729b2 Updated emulators/wine to 1.2.3 2011-05-05 04:15:01 +00:00
adam
c687f87c3c patch-bb should have been long gone 2011-05-05 04:09:29 +00:00
ryoon
be9452bf13 Remove aria2 2011-05-04 23:35:01 +00:00
ryoon
8323249bbe Updated net/aria2 to 1.11.1 2011-05-04 23:34:37 +00:00
ryoon
6a544c1a55 Update to 1.11.1
* aria2-metalink option is removed. This is enabled by default already.

Changelog:
aria2 1.11.1
============

Release Note
------------

This release fixes the bug that aria2 does not work on platforms which
have kqueue() system call due to invalid timeout parameter. The
--show-console-readout option was added. This option toggles the
appearance of console readout.

Changes
-------

 * Added --show-console-readout option. This option toggles
   appearance of console readout.

 * Fixed the bug that microsecond part of timeval overwlows in
   waitData(). This bug affects platforms which have kqueue() system
   call. Those systems are FreeBSD, OpenBSD, NetBSD and Darwin (Mac OS
   X).

aria2 1.11.0
============

Release Note
------------

This release adds JSON-RPC interface. The JSON-RPC and XML-RPC shares
same APIs. The JSON-RPC also supports JSONP. 2 new options were added:
--retry-wait and --async-dns-server. The downloads added by
aria2.addTorrent and aria2.addMetalink RPC method are now saved to the
file specified in --save-session option. The proxy options and related
environment variables now accept https:// and ftp:// scheme. This
release fixes the bug that causes segmentation fault when unpausing
downloads in some situations.  MinGW32 build now looks for USERPROFILE
and the combination of HOMEDRIVE and HOMEPATH to get user's home
directory and doesn't check permission of .netrc file.

Changes
-------

 * Updated gettext to 0.18

 * Added JSON-RPC support. --enable-xml-rpc was deprecated and
   --enable-rpc should be used instead.  Similarly, --xml-rpc-*
   options were replaced with --rpc-* options.  We are implementing
   JSON-RPC based on JSON-RPC 2.0 draft spec.

 * Fixed rounding error in DownloadEngine::run(). This fixes the bug
   that executeCommand() with Command::STATUS_ALL is not called in
   every interval correctly because of rounding error in timer.

 * Refresh buckets at DHT initialization without checking serialized
   time. Checking serialized time does not work if you stop aria2 as
   soon as it started DHT. The serialized time in dht.dat will be
   updated, but buckets are not updated and still old. When you
   restart aria2 again soon, it does not refresh buckets because
   serialized time is recent.

 * Save downloads added by aria2.addTorrent or aria2.addMetalink in
   --save-session file.  Uploaded data are saved as file named hex
   string of sha1 hash of uploaded data plus extension(".torrent" for
   torrent and ".meta4" for metalink). For example,
   0a3893293e27ac0490424c06de4d09242215f0a6.torrent. The directory
   where these files are saved is specified by --dir option. These
   file paths are written in --save-session file.

 * Fixed the bug that causes segmentation fault when unpause
   RequestGroup which has resolved BtDependency.

 * Look for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH
   to get user's home directory in MinGW32 build.  Usually HOME
   environment variable is defined in *nix like OSes, but not in
   Windows. So in MinGW32 build, if HOME is not defined, we also look
   for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH.

 * Fixed the bug that DownloadContext::basePath_ is not escaped.

 * Added Date, Expires and Cache-Control response header field to RPC
   response.

 * Added --async-dns-server option. This option accepts comma
   separated list of DNS server addresses used in asynchronous DNS
   resolver. Usually asynchronous DNS resolver reads DNS server
   addresses from /etc/resolv.conf. When this option is used, it uses
   DNS servers specified in this option instead of ones in
   /etc/resolv.conf. You can specify both IPv4 and IPv6 address. This
   option is useful when the system does not have /etc/resolv.conf and
   user does not have the permission to create it.

 * Accept https:// and ftp:// in proxy options and environment variables.

 * Fixed overflow in the calculation of progress percentage for file
   allocation and hash check when off_t is 32bit.

 * Accept HTTP 304 reply as success when If-None-Match request-header
   field is specified using --header option.  When --conditional-get
   is used, --allow-overwrite is now required to overwrite existing
   file.

 * Added aria2.removeDownloadResult RPC method.  The method signature
   is aria2.removeDownloadResult(gid).  This method removes
   completed/error/removed download denoted by gid from memory. This
   method returns "OK" for success.

 * Use IP address of control connection to connect to the remote server in
   FTP passive mode.

 * Don't check permission of .netrc file in MinGW32 build.

 * Added --retry-wait option. This option was once existed in aria2
   but erased on 2009-09-20.  Now it is resurrected once again.  We
   choose 0 as default value for backward compatibility.  Now we retry
   HTTP download when remote server returns "503 Service Unavailable"
   if --retry-wait > 0. We also added error code 29:
   HTTP_SERVICE_UNAVAILABLE.

 * Don't show metadata download and paused download in "Download Results".
2011-05-04 23:33:10 +00:00
gdt
11787ecfe7 Updated sysutils/ir-account to 0.2 2011-05-04 22:27:26 +00:00
gdt
1b59bff55a Update to 0.2. (Changes are due to Richard Hansen of BBN.)
New in Version 0.2 (released 2011-04-15):

    * Bug fixes:
      + extract-account:
        - account extraction left temp files if authorized_keys had
          the uchg flag set
        - if the user didn't actually exist, a bogus tarball would be
          created anyway
      + install-account:
        - the home directory was assumed to be /home/${USER}, which
          meant that root's files weren't installed properly
        - If the user already existed, the order of entries in the
          passwd database wasn't preserved.  This caused problems with
          root accounts because getpwuid(0) started returning the
          passwd entry for the 'toor' user (breaking "are you root?"
          tests in various scripts).
      + sudo-add:
        - if sudo-add couldn't find the sudoers file or couldn't read
          it, it didn't remove existing entries when adding or
          removing a user (adding duplicate entries if adding a user
          that was already there, and silently failing when removing a
          user)
        - if sudo-add could find and read the sudoers file:
          * it would remove the wrong existing entry if the username
            of the user being added/removed started with the same
            characters as another user higher in the sudoers file
            (e.g., adding or removing foo would remove user foobar if
            foobar was higher in the sudoers file)
          * 'sudo-add -r' would only remove the first instance of a
            user from sudoers (a particular problem given the above
            bug)
        - sudo-add wasn't preserving order if the user was already in
          sudoers (order can be significant in sudoers)
    * Less verbose output.
2011-05-04 22:26:56 +00:00
adam
ea38259aea Updated emulators/wine to 1.2.3 2011-05-04 20:32:40 +00:00
adam
30b5f184bd Changes 1.2.3:
* Translation updates
* Various bug fixes
2011-05-04 20:31:39 +00:00
wiz
80511393e4 Add comment to patch. regen checksum.
Remove unnecessary PKGREVISION=0 line, pkglint doesn't like it.
2011-05-04 19:23:08 +00:00
drochner
f320e58e0b update to 2.28.3
changes:
-Avoid out-of-bounds memory accesses (might qualify as DOS possibility)
-translation updates
2011-05-04 17:46:22 +00:00
drochner
f450ad6994 these programs are known to suffer from incompatible changes
in gnutls-2.12 -- add constraint and URL reference (from gls)
2011-05-04 17:41:15 +00:00
hans
5df7cfc94c Add $NetBSD$ tag. 2011-05-04 16:59:06 +00:00
hans
7f799b85fd Fix patch breakage when not using links as viewer.
Instead of patching the URL for rfc-index.txt, define it in the Makefile
and use the existing sed command in do-extract.

Bump revision to 6.
2011-05-04 16:27:42 +00:00
obache
9d465d1523 Updated net/rdesktop to 1.7.0 2011-05-04 14:47:35 +00:00
obache
f03f2a6b4b Update rdesktop to 1.7.0.
This fixes some important bugs and is therefore recommended for all users.

Key changes:

   * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests)
   * New maintainer: Peter Åstrand <astrand@...>
   * Brush cache support
   * Removed the hardcoded limit of the username length
   * Increased domain name length to 255 chars
   * Improved compatibility with PulseAudio/padsp
   * Cleaned up and documented the return values
   * Keyboard fix: avoid stuck keys in certain cases
   * Support for new pointers
   * License has been changed to GPLv3
   * EWMH fixes for 64-bit machines
   * RandR support: automatically resize session if using relative screen size
   * Improved support for Windows 2008 Session Broker
   * Japanese keyboard map has been improved
   * New keyboard map: fr-bepo
   * Many stability fixes regarding smart card redirection
   * Windows 2008 R2 / 7: Fix sound playback when not using other redirections
   * Windows 2008 R2 / 7: Solve disk redirection read-only issues
   * Windows 2008 R2 / 7: Solve issue with recursive deletion
   * Avoid exit when printing, if lpr command terminates early
2011-05-04 14:47:18 +00:00
tnn
2721ca08b3 commit missing bits of firefox36 update. Noted by Snader_LB on #pkgsrc.
Security and stability update of firefox36 to 3.6.17.

MFSA 2011-18 XSLT generate-id() function heap address leak
MFSA 2011-16 Directory traversal in resource: protocol
MFSA 2011-15 Escalation of privilege through Java Embedding Plugin
MFSA 2011-14 Information stealing via form history
MFSA 2011-13 Multiple dangling pointer vulnerabilities
MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
2011-05-04 13:53:45 +00:00
adam
83076e770e Updated databases/py-bsddb3 to 5.1.2 2011-05-04 13:28:10 +00:00
adam
3d1789887b Updated databases/py-bsddb3 to 5.1.2 2011-05-04 13:09:57 +00:00
adam
763c025ee8 Changes 5.1.2:
* 5.1.1 install fails if the bsddb in the standard library is not installed,
  under Python 2.7.
* Since 5.0.0, we can't find 4.x libraries unless we specify a
  "--berkeley-db=/path/to/bsddb" option.
* Support "DB_ENV->get_open_flags()", "DB_ENV->set_intermediate_dir_mode()",
  "DB_ENV->get_intermediate_dir_mode()".
* Support "DB->get_dbname()", "DB->get_open_flags()".
* Support "db_full_version()".
* Document "version()". This top-level function has been supported forever.
* Bugfix when calling "DB->get_size()" on a zero length record.
* 'assertEquals()' is deprecated in Python 3.2.
* 'assert_()' is deprecated in Python 3.2.
* Solved 'ResourceWarning' under Python 3.2.
2011-05-04 13:09:01 +00:00
obache
9ac982e790 Note revision bump of python standard module packages. 2011-05-04 11:40:53 +00:00
obache
8647532e66 Install standard python modules into usual location instead of site-packages.
PR#44826.

Bump PKGREVISION.
2011-05-04 11:38:05 +00:00
ryoon
226544337f Updated graphics/mypaint to 0.9.1nb2 2011-05-04 11:17:41 +00:00
ryoon
32889e24ac * Replace '#!.../env python' with PYTHONBIN, fix build.
* Bump PKGREVISION.
2011-05-04 11:16:23 +00:00
pettai
40324f4591 Updated security/softhsm to 1.2.1 2011-05-04 10:11:51 +00:00
pettai
c2d7d13fb6 SoftHSM 1.2.1 - 2011-05-03
* Backport mutex handling from v2 for increased multithreaded
  performance.
* Remove signature verification used for debugging purposes.
  (was enabled with ./configure --enable-sigver)
* Added an index to the attribute table in the database.
* Optimization of the database handling.
2011-05-04 10:10:18 +00:00
obache
63c67c856b also put PYLIB in PLIST_SUBST, a part of PR#44826. 2011-05-04 10:01:02 +00:00
adam
551cac6556 Updated graphics/p5-GD; databases/p5-DBD-postgresql to 2.18.0 2011-05-04 10:00:58 +00:00
obache
5a04d87d23 Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target is
`package-install', to indirect dependency also create binary package with
`make package' or `make package-install'.

should fix PR#44857.
2011-05-04 09:49:34 +00:00
adam
752343153d Changes 2.18.0:
* Fix memory leak when binding arrays
* Fix memory leak with ParamValues
* New cancel() method per DBI spec
* Fix memory leak in handle_old_async (missing PQclear)
* Fix memory leak in pg_db_cancel (missing PQclear)
* Mark pg_getcopydata strings as UTF8 as needed
* Function dequote_bytea returning void should not try to return something
* Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
  environment variable lacks a database specification
* Fix algorithm for skipping tests in t/06bytea.t when running on a version
  of PostgreSQL lower than 9.0
* Small tweaks to get tests working when compiled against Postgres 7.4
* Fix failing test when run as non-superuser
2011-05-04 09:46:37 +00:00
adam
70c593f1c9 Changes 2.46:
* Added a basic "use" test for GD::Simple
2011-05-04 09:43:40 +00:00
tnn
749bb3489a Updated mail/sylpheed to 3.1.0 2011-05-04 08:31:28 +00:00
tnn
aa8c839250 Update to sylpheed-3.1.0.
From homepage:
  "This release contains many improvements for usability. The features
   requested by many users, such as combining partial messages, removal of
   attachments, automatic address completion, etc., were added. The feature
   to assist the migration from Outlook Express has been added. Various
   bugfixes have been also made."
2011-05-04 08:30:39 +00:00
ryoon
71af9565ab Add kiloji-ttf 2011-05-04 05:44:57 +00:00
ryoon
7d13022b17 Added fonts/kiloji-ttf version 2.1.0 2011-05-04 05:44:20 +00:00
ryoon
1940598e56 Import kiloji-ttf-2.1.0 as fonts/kiloji-ttf
The Kiloji fonts is Japanese script (written by hand) TrueType font
family. This family contains 4 fonts (fixed-width, proportional,
light-weight, and bold).
2011-05-04 05:41:33 +00:00
obache
d55c2fda79 exactly disable MMX/AMD64 optimization if pkg option is off.
part of PR#44931.
2011-05-04 02:00:02 +00:00
agc
9813133189 Note liboauth update to 0.9.4 2011-05-03 17:54:06 +00:00
agc
8f89163b4d Update liboauth from 0.8.9 to 0.9.4.
Changes since previous version:

	version 0.9.4
	  - fixed possible memory corrution in oauth_curl_get
		  thanks to Bruce Rosen for reporting this issue

	version 0.9.3
	 - yet more build-system fixes:
	   - allow to override HASH_LIBS and CURL_LIBS using envoronment variables
	   - include them in .pc and tests/Makefile.am

	version 0.9.2
	 - fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection)

	version 0.9.1
	 - fixed typo in API:
	   oauth_time_indepenent_equals[_n] is now deprecated in favor of
		 oauth_time_independent_equals[_n]
	 - added check for 'Wl,--as-needed' linker flag.

	version 0.9.0
	 - fixed typo in pkg-config file.

With thanks to Brad Harder for the nudge.
2011-05-03 14:23:57 +00:00
tnn
4b0619c584 Updated mail/thunderbird to 3.1.10 2011-05-03 13:17:41 +00:00
tnn
98e37f045a Security and stability update of thunderbird to 3.1.10.
MFSA 2011-16 Directory traversal in resource: protocol
MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
2011-05-03 13:17:11 +00:00
manu
65137e96da POSIX locks stress test 2011-05-03 12:44:44 +00:00
manu
4de039f868 POSIX locks stress-test 2011-05-03 12:32:40 +00:00
gdt
88f95ccbfb Re-note update of viking in correct place.
(Apologies for the noise, and thanks to obache@ for pointing this
out.)
2011-05-03 12:29:05 +00:00