summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-30Use an absolute path in invoking w3m.minskim3-3/+32
2011-11-30Updated security/libtasn1 to 2.11wiz2-3/+3
2011-11-30Update to 2.11:wiz2-6/+6
* Noteworthy changes in release 2.11 (2011-11-25) [stable] - qa: Now builds without compiler warnings with Solaris CC. - qa: Added clang analysis. Fixed cyclomatic complexity output. - tests: Added self-test of bit string functions. - build: Added windows/libtasn14win.mk rules to produce Windows binaries. - build: Don't hard code path to perl in doc/gdoc. - Various minor fixes.
2011-11-30Updated www/curl to 7.23.1wiz2-3/+3
2011-11-30Update to 7.23.1:wiz3-7/+11
Fixed in 7.23.1 - November 17 2011 Bugfixes: Windows: curl would fail if it found no CA cert, unless -k was used. Even if a non-SSL protocol URL was used Fixed in 7.23.0 - November 15 2011 Changes: Empty headers can be sent in HTTP requests by terminating with a semicolon SSL session sharing support added to curl_share_setopt() Added support to MAIL FROM for the optional SIZE parameter smtp: Added support for NTLM authentication curl tool: code split into tool_*.[ch] files Bugfixes: handle HTTP redirects to "//hostname/path" SMTP without --mail-from caused segfault prevent extra progress meter headers between multiple files allow Content-Length to be replaced when sending HTTP requests curl now always sets postfieldsize to allow --data-binary and --data to be mixed in the same command line curl_multi_fdset: avoid FD_SET out of bounds lots of MinGW build tweaks Curl_gethostname: return un-qualified machine name fixed the openssl version number configure check nss: certificates from files are no longer looked up by file base names returning abort from the progress function when using the multi interface would not properly cancel the transfer and close the connection fix libcurl.m4 to not fail with modern gcc versions ftp: improved the failed PORT host name resolved error message TFTP timeout and unexpected block adjustments HTTP and GOPHER test server-side connection closing adjustments fix endless loop upon transport connection timeout don't clobber errno on failed connect typecheck: allow NULL to unset CURLOPT_ERRORBUFFER formdata: ack read callback abort make --show-error properly position independent set the ipv6-connection boolean correctly on connect SMTP: fix end-of-body string escaping gtls: only call gnutls_transport_set_lowat with HTTP: handle multiple auths in a single WWW-Authenticate line curl_multi_fdset: correct fdset with FTP PORT use windbuild: fix the static build fix builds with GnuTLS version 3 fix calling of OpenSSL's ERR_remove_state(0) HTTP auth: fix proxy Negotiate bug when Negotiate not requested ftp PORT: don't hang if bind() fails -# would crash on terminals wider than 256 columns Fixed in 7.22.0 - September 13 2011 Changes: Added CURLOPT_GSSAPI_DELEGATION Added support for NTLM delegation to Samba's winbind daemon helper ntlm_auth Display notes from setup file in testcurl.pl BSD-style lwIP TCP/IP stack experimental support on Windows OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available --delegation was added to set CURLOPT_GSSAPI_DELEGATION nss: start with no database if the selected database is broken telnet: allow programatic use on Windows Bugfixes: curl_getdate: detect some illegal dates better when sending a request and an error is received before the (entire) request body is sent, stop sending the request and close the connection after having received the entire response. This is equally true if an Expect: 100-continue header was used. When using both -J and a single -O with multiple URLs, a missing init could cause a segfault -J fixed for escaped quotes -J fixed for file names with semicolons progress: reset flags at transfer start to avoid wrong CURLINFO_CONTENT_LENGTH_DOWNLOAD curl_gssapi: Guard files with HAVE_GSSAPI and rename private header silence picky compilers: mark unused parameters help output: more gnu like output libtests: stop checking for CURLM_CALL_MULTI_PERFORM setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do proxy-like HTTP requests CURLFORM_BUFFER: insert filename as documented (regression) SOCKS: fix the connect timeout ftp_doing: bail out on error properly while multi interfacing improved Content-Encoded decoding error message asyn-thread: check for dotted addresses before thread starts cmake: find winsock when building on windows Curl_retry_request: check return code cookies: handle 'secure=' as if it was 'secure' tests: break busy loops in tests 502, 555, and 573 FTP: fix proxy connect race condition with multi interface and SOCKS proxy RTSP: GET_PARAMETER requests have a body fixed several memory leaks in OOM situations bad expire(0) caused multi_socket API to hang Avoid ftruncate() static define with mingw64 mk-ca-bundle.pl: ignore untrusted certs builds with PolarSSL 1.0.0
2011-11-30Document rtmp option for curl.wiz1-0/+1
2011-11-30Updated audio/libaudiofile to 0.3.2nb1wiz1-1/+2
2011-11-30Remove two patches; upstream says that extending precision is notwiz5-56/+6
the right approach and that he changed the calculation for 0.3.2 in a more robust way. Note that patch-configure will be integrated in next release. Bump PKGREVISION for patch removal.
2011-11-30Updated devel/libidn to 1.23wiz2-3/+3
2011-11-30Update to 1.23:wiz4-12/+13
* Version 1.23 (released 2011-11-25) [stable] ** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t. Some systems (e.g., Mingw with MSVC 9) does not have unistd.h. ** idn-free.h: Protect prototypes with 'extern "C"' marker. Reported by Bittner Ede <bittner.ede@euronetrt.hu>. ** doc: Update link to experimental TLD tables. The new link is <https://github.com/gnuthor/tldchk>. ** Update gnulib files and translations. ** QA: Improved cyclo output. Update GTK-DOC files. Various bugfixes. ** API and ABI is backwards compatible with the previous version.
2011-11-30Updated games/puzzles to 9306wiz2-3/+3
2011-11-30Update to 9306: bug fixes.wiz2-7/+6
2011-11-30Add libuuid dependency. Bump PKGREVISION.alnsn1-2/+3
Tested on x86_64 Linux with USE_BUILTIN.libuuid=(yes|no).
2011-11-30Move format regeneration and font map update into texmf.mk so thatminskim2-11/+12
non-TexLive packages can use them. Thanks to wiz@ for testing.
2011-11-30Remove GCC 4.1.* build fix which is no longer necessary after thetron1-9/+1
update to version 0.3.2.
2011-11-30Do the uuid dance properly.wiz1-2/+5
XXX: will hopefully not be necessary once libuuid/builtin.mk works
2011-11-30Fix uuid.pc breakage on BSDs. I'm not sure this is really correct.hans1-5/+2
2011-11-30Fix perl version.mk botch.hans1-1/+2
2011-11-30Tell configure explicitly where audiofile resides, now that it doesn'twiz1-2/+9
provide audiofile-config any longer. Set LICENSE while here. Comment out REPLACE_PERL line that doesn't do anything, since it wants to substitute in a generated file that doesn't exist yet.
2011-11-30Updated audio/libaudiofile to 0.3.2wiz1-1/+2
2011-11-30Update to 0.3.2:wiz4-30/+31
Changes for Audio File Library version 0.3.2: * Fix initialization of byte order in Creative Voice File format. * Fix calculation of frame count in NIST SPHERE sound files. * Remove duplicate definition of AFvirtualfile. * Don't treat compiler warnings as errors by default.
2011-11-30Updated www/lynx to 2.8.7nb4wiz1-1/+2
2011-11-30Update to 2.8.7rel.2 as 2.8.7nb4.wiz3-12/+11
Same distfile name, different contents. Changes: 2010-06-21 (2.8.7rel.2) * add limit-check for too-long URIs in href's (RedHat #605286) -TD * fix a few places still referring to "2-8-6" -TD
2011-11-30Add libwildmidi option (recommended over fluidsynth by the musicpd author).wiz1-12/+19
2011-11-30Describe libwildmidi.wiz1-0/+1
2011-11-30Added audio/libwildmidi version 0.2.3.4wiz1-1/+2
2011-11-30+ libwildmidi.wiz1-1/+2
2011-11-30Initial import of libwildmidi-0.2.3.4, packaged for wip by Pierre Allegraud.wiz8-0/+129
WildMIDI is a simple software midi player which has a core softsynth library that can be use with other applications. The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files into audio which is them passed back to the calling application for further processing or output. The API of the library is designed so that it is easy to include WildMIDI into applications that wish to include MIDI file playback. With multiple MIDI file support you can develope applications to mix several midi files together at the same time and with the next release you will be able to use a different patch set for each MIDI file.
2011-11-30Updated emulators/yabause to 0.9.11wiz2-3/+3
2011-11-30Update to 0.9.11, provided by Timothy Lee Roden in PR 45670:wiz4-38/+48
0.9.10 -> 0.9.11 general: - Now using CMake as the default build system. For now, autotools based build and "custom" build systems are still supported. - New Cocoa port - Added a dynamic recompiling SH2 core for x86 and ARM - New SCSP implementation - Major update of the software renderer from the yabause-rr team - Added an option to allow to execute from the cache - Improvements to the OpenGL renderer carbon port: - Improvements gtk port: - Added command line option to enable/disable frame skipping / limiting. - Added frame skipping/limiting configuration in settings. - Added --autoload command line option - Vdp2 layers can be toggled from the Vdp2 debug window qt port: - Added command line support
2011-11-30Add all option descriptions for musicpd.wiz1-0/+4
2011-11-30Fix build with latest libaudiofile.wiz2-1/+16
2011-11-30Add more options.wiz1-26/+98
2011-11-30Updated audio/libaudiofile to 0.3.1nb1wiz1-1/+2
2011-11-30Remove:wiz3-2/+19
typedef struct _AFvirtualfile AFvirtualfile; from af_vfs.h, the same line is in audiofile.h (which it includes), and this breaks the build of musicpd. Bump PGKREVISION.
2011-11-30add patch from upstream to fix sign extension bug which can leaddrochner3-3/+19
to out-of-bounds array read (possible DOS, CVE-2011-4362) bump PKGREV
2011-11-30mention recent updatesdrochner1-1/+6
2011-11-30update to 4.4.4drochner2-7/+6
changes: -minor feature additions -bugfixes
2011-11-30update to 1.14drochner3-8/+54
changes: -Added interactive tutorial -Improved CSV import -reduced size of output SVG files -misc graph feature additions -UI improvements -bugfixes
2011-11-30add patch from upstream to fix signedness error in hash calculationdrochner3-2/+32
which can lead to an overwrite or segfault bump PKGREV
2011-11-30Updated mail/milter-manager to 1.8.2obache2-3/+3
2011-11-30Update milter-manager to 1.8.2.obache3-9/+7
1.8.2: 2011-11-29 A bug fix release of 1.8.1. milter-core Fixes * [event-loop][glib] fix memory leaks since 1.6.6. * [core] fix memory leak when delete header.
2011-11-30reset PKGREV for base pkg updatedrochner1-2/+1
2011-11-30update to 1.6.7drochner3-8/+9
changes: -bugfixes -translation updates
2011-11-30update to 1.3.0drochner2-6/+6
changes: -minor feature additions -bugfixes tested with osmarender
2011-11-30Updated textproc/groonga to 1.2.8obache1-1/+2
2011-11-30Updage groonga to 1.2.8.obache3-16/+7
Release 1.2.8 - 2011/11/29 -------------------------- Improvements ^^^^^^^^^^^^ * [grntest] Removed max number of bytes in a line limitation. * [grntest] Added `--pid-path` option. * Fixed a crash bug when accessing zlib/lzo compressed column. Note that compressed column access will leak memories. To resolve this, we need to improve API. We will do it in the feature. [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi] * Fix a bug that needless column values are cleared by delete. * [deb] Enabled experimental zlib and lzo support. * [rpm] Enabled experimental zlib and lzo support. * Supported truncation. [#892] * Enabled grn_dat that is a read lock free double array implementation. * [pkg-config] Added groonga_version variable to groonga.pc. * Re-supported `--disable-static`. [groonga-dev,00612] [Suggested by Kenichi Aramaki] * [munin] Stopped to install Munin plugins by default. * Stopped to install RedHat platform related files by default. * Supported object renaming. [#1167] * [munin] Added a Munin plugin that measures throughput. [#1171] * [geo] Improved geo_in_rectangle performance. The new implementation will be 2x faster than the old implementation in many cases. [#1173] * [macports] Moved groonga's MacPorts to the official repository. [Imported by Hiroshi Umemoto] * [geo] Changed geo literal conversion from in degree to in msec algorithm to round-off from truncation. * Supported a table as defrag target. It means that variable size value columns in the table are defrag targets. [#1175] * Removed associated path on remove. [#1180] * [deb] Supported i386. * [rpm] Supported i386. * [windows] Supported x86. Fixes ^^^^^ * Fixed a bug that wrong index is used in sort. [#766] [Reported by Horikoshi Yuki] * [libedit] Fixed a bug that needed initialization is omitted. [GitHub#7] [Patch by SHIDARA Yoji] * [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]
2011-11-30Note update/patch of po4a.he1-1/+2
2011-11-30Add patch-ac to import fixes from newer po4a to make newish perlhe5-7/+41
not emit warnings and errors for now-deprecated constructs. Add comments to the existing patch files. Bump PKGREVISION.
2011-11-30Fix previous.wiz1-2/+2