Commit graph

201530 commits

Author SHA1 Message Date
wiz
18d71c80e6 Updated www/libproxy to 0.4.11 2013-05-24 18:23:07 +00:00
wiz
a4f3d3a4e6 Update to 0.4.11:
New in version 0.4.11
==============================
* Build fixes with cmake 2.8.10+
* Quick release without built binaries / files (Address Bug #184)

New in version 0.4.10
==============================
* Fix http chunk encoded PAC that was broken in previous release
* Add HTTP client unit test
* Fix more coding style issues

New in version 0.4.9
==============================
* CVE-2012-4504 Fixed buffer overflow when downloading PAC
* Fix infinit loop uppon network errors

New in version 0.4.8
==============================
* Only support standalone mozjs185 as mozilla js engine.
  xulrunner being part of the now lightning fast moving firefox
  is impossible to be tracked as a dependency and it is not
  supported by Mozilla to be used in this scenario.
* Support building with javascritpcoregtk 1.5
  (got split out of webkitgtk).
* Support sending multiple results.
* Issues fixed:
  - #166: Libproxy does not parse NO_PROXY correct when the line
          contains spaces
  - #164: If gconf's value is an empty list, pxgconf will make
          /usr/bin/proxy wait forever
  - #60: use lib js for embedded solutions
  - #160: strdup and gethostbyname not declared on OSX 10.7
  - #168: .pc file should be installed under OSX as well.
  - #170: Also check for "Transfer-Encoding: chunked".
  - #171: mozjs pacrunner: Fix parameters of dnsResolve_()
  - #172: Allow to forcibly build pacrunner as module (-DBIPR={ON,OFF})
  - #173: Libproxy doesn't build with gcc 4.7
  - #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
  - #176: python bindings: guard the destructor.
  - #177: Speed up importing of libproxy in python.
  - #179: CMAKE 2.8.8 does not define PKG_CONFIG_FOUND

New in version 0.4.7
==============================
* Support/require xulrunner 2.0+
* Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
* Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
* Issues closed:
  - #149: always test for the right python noarch module path
  - #155: Cannot compile with Firefox 4
  - #156: libproxy should build against webkitgtk-3.0
  - #158: Won't compile w/ xulrunner 2.0 final
  - #159: libproxy fails with autoconfiguration "http://proxy.domain.com"
  - #131: GSettings-based GNOME plugin
  - #150: SUSE sysconfig/proxy config support

New in version 0.4.6
==============================
* Fixed a crash in the URL parser
* Fixed build issues with Visual Studio
* Updated the INSTALL file
* Install Python binding in prefix path if site-packages exists
* Fixed compilation with Visual Studio


New in version 0.4.5
===============================
* C# bindings are installable (-DWITH_DOTNET=ON)
* C# bindings installation path can be changed using -DGAC_DIR=
* Internal libmodman build fixed
* Installation dirs are now all relative to CMAKE_INSTALL_PREFIX
* Fixed test while using --as-needed linker flag
* Fixed generation of libproxy-1.0.pc
* Basic support for Mingw added (not yet 100% functional)
* Ruby binding implemented (not yet in the build system)
* Fixed modules not being found caused by relative LIBEXEC_INSTALL_DIR
* Fixed bug with builtin plugins (Issue 133)
* Vala bindings installation path can be changed using -DVAPI_DIR=
* Python bindings installation path can be changed using -DPYTHON_SITEPKG_DIR=
* Perl bindings can be installed in vendor directory (-DPERL_VENDORARCH=ON)
* Perl bindings installation path can be change using -DPX_PERL_ARCH=
* Unit test now builds on OSX

New in version 0.4.4
===============================
* Add support for optionally building using a system libmodman
* Rework build system to be cleaner
* Fix two major build system bugs: 127, 128

New in version 0.4.3
===============================
* Test can now be out-compiled using BUILD_TESTING=OFF
* Fixed python binding not handling NULL pointer
* Pyhton binding now support Python version 3
* Rewrote URL parser to comply with unit test
* Username and password are now URL encoded
* Scheme comparison is now non-case sensitive
* Fixed deadlock using WebKit has PAC runner
* Fixed OS X compilation of Perl bindings

New in version 0.4.2
===============================
* Fixed python binding that failed on missing px_free symbole
* Workaround cmake bug with dynamic libraries in non-standard folders

New in version 0.4.1
===============================
* Perl bindings have been integrated into the CMake Build System
* Vala bindings are installed if -DWITH_VALA=yes is passed to cmake
* All extensions can be disabled using WITH_*=OFF cmake options
* socks5:// and socks4:// can now be returned
* Many bugfixes

New in version 0.4.0
===============================
* C++ rewrite
* Small API change (px_proxy_factory_get_proxy() can now return NULL)
* SOVERSION bump
* libmodman is now a seperate library
* Migrate to cmake
* Windows support (config_w32reg, ignore_hostname; VC++ support)
* MacOSX support (config_macosx, ignore_hostname)
* Built-in modules support
* Support for chunked encoding
* Move to hidden visibility by default
* KDE's KConfig symantics are fully supported
* Removeal of all PX_* env variables (no longer needed)
* Symbol based detection of relevant pacrunner
* Reworked config_gnome to not suck (its *much* faster)
* Many other things I can't remember
2013-05-24 18:22:57 +00:00
jperkin
7db261b744 Add compatability define for u_int16_t on SunOS. 2013-05-24 15:30:47 +00:00
jperkin
449e65547d Updated pkgtools/pkgin to 0.6.3.1.1nb2 2013-05-24 15:08:22 +00:00
jperkin
3e94af0601 Make sure largefile support is enabled on SunOS. See github issues
joyent/smartos-live#137 and joyent/pkgsrc#28 for more information.

Bump PKGREVISION.
2013-05-24 15:08:00 +00:00
wiz
e0674aeb5f Updated x11/pixman to 0.30.0 2013-05-24 13:28:14 +00:00
wiz
cd2fd10058 Update to 0.30.0. Adapt patch-b[bc] to changes.
XXX: these patches should go away, or be fed upstream.

A new major release 0.30.0 of the pixman rendering library is now
available. Highlights of this release:

- Support for high-quality image downscaling [Søren]
- Much improved ARMv6 assembly [Ben Avison]
- Improved rendering quality for gradients [Søren]
- Improvements to the SSE2 backend [Chris Wilson, Siarhei Siamashka]
- Improvements to MIPS DSPr2 backend [Nemanja Lukic]
- Improvements to test suite [Siarhei, Søren Sandmann]
2013-05-24 13:28:04 +00:00
wiz
97d9b275be + MesaLib-9.1.3. 2013-05-24 13:17:46 +00:00
wiz
fb346258cb Updated x11/xf86-video-openchrome to 0.3.3 2013-05-24 13:16:34 +00:00
wiz
9d6d399626 Update to 0.3.3:
This is a bugfix release. It includes:
- Fix integer overflow in libchromeXvMC (CVE-2013-1994).
- Various bug fixes and improvements.
2013-05-24 13:16:23 +00:00
wiz
2741e737c6 + apache-ant-1.9.1, asymptote-2.23, calibre-0.9.31, capc-calc-2.12.4.8,
gmp-5.1.2, gtkmm-3.8.0 [see wip/gtkmm3], handbrake-0.9.9,
  mpg123-1.15.4, p5-gtk2-1.300, qemu-1.5, samba-4.0.6, weechat-0.4.1,
  xf86-video-openchrome-0.3.3.
2013-05-24 13:13:47 +00:00
obache
b1aea749a2 Updated print/acroread9 to 9.5.5 2013-05-24 13:11:27 +00:00
obache
a481aea04c Update acroread9 to 9.5.5 for APSB13-15. 2013-05-24 13:11:08 +00:00
wiz
93757a9f38 Updated devel/reposurgeon to 2.39 2013-05-24 11:42:16 +00:00
wiz
ed0787345b Update to 2.39:
2.39: 2013-05-23
     New 'tagify' commsnd for tagifying empty commits.
     Correctness fixes for deletion edge cases.

2.38: 2013-05-10
     Significant improvements to Subversion branch link detection.
     New 'reparent' command for modifying the DAG.
     Fixes for two minor crash bugs in handling of malformed commands.
2013-05-24 11:42:04 +00:00
richard
79dbd3ccc5 fix autotools problem with @mkdir_p@ in devel/diffutils 2013-05-24 11:40:52 +00:00
wiz
d31dab1488 restore enigmail checksums 2013-05-24 09:59:54 +00:00
adam
15f727238d Added www/litmus version 0.13 2013-05-24 08:08:16 +00:00
adam
30dcd200c2 litmus: WebDAV server protocol compliance test suite. Tests include:
* OPTIONS for DAV: header
* PUT, GET with byte comparison
* MKCOL
* DELETE (collections, non-collections)
* COPY, MOVE using combinations of:
 - overwrite t/f
 - destination exists/doesn't exist
 - collection/non-collection
* Property manipulation and querying:
 - set, delete, replace properties
 - persist dead props across COPY
 - namespace handling
* Locking
 - attempts to modify locked resource (as lock owner, not owner)
 - shared/exclusive locks, lock discovery
2013-05-24 08:07:26 +00:00
sbd
a092d28e32 Updated devel/quilt to 0.48nb2 2013-05-23 21:12:20 +00:00
sbd
4e6fd8e36e On Linux there is no need to depend on coreutils gsed and patch.
So use the tools system for gsed and on Linux use the native cp and date
and if patch exits use it.

Bump PKGREVISION
2013-05-23 21:12:11 +00:00
adam
35c5294157 Updated www/squid3 to 3.3.5 2013-05-23 20:22:15 +00:00
adam
78a15d46e9 Changes 3.3.5:
* Allocate ClientInfo::hash.key using malloc() instead of new char[]
* Bug 3851: Delay Pool class 5 tag:levels displayed incorrectly in cache manager
* Use case-insensitive comparison for HTTP header names in *_header_access
* Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all
* Bug 3759: OpenSSL compilation error on stock Fedora17, RHEL, CentOS 6 systems
* Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes squid, part2
* Port from 2.6: external acl %ACL and %DATA tags
* Log an ERROR instead of halting on unknown cache_dir types
* Add missing piece omitted from rev.9677
* Remove origin_tries limiter on forwarding
* Fixed leaking configurable SSL error details.
* Fix memory error with Kerberos authentication
* Avoid !closing assertions when helpers call comm_read [during reconfigure].
* Avoid Comm::Connection leaks when helpers are reconfigured or otherwise closed.
* find-alive.pl: Replaced HttpReq entry (already covered by the guessing code) with HttpHeaderEntry entry
* Docs: Polish [http::]>h and [http::]>ha descriptions to emphasize their pre-cache scope
* Polish: show file path on Bungled lines
2013-05-23 20:21:28 +00:00
adam
fe6ef499a7 Updated mail/dovecot2 to 2.2.2 2013-05-23 19:49:29 +00:00
adam
6794e53556 Changes 2.2.2:
+ zlib: Keep the last mail cached uncompressed in a temp file. This
  fixes performance when doing small partial fetches from a large
  mail.
+ acl: If plugin { acl_defaults_from_inbox = yes } is set, get the
  default ACLs for private and shared namespaces from the user's INBOX.
  (This probably will become default in v2.3.)
+ pop3: Added pop3_deleted_flag setting to switch POP3 deletions to
  only hide the messages from POP3, but still be visible via IMAP.
- ACL plugin: Mailbox creation wasn't actually checking any ACLs
  and always succeeded (due to some v2.2 API changes). The created
  mailbox couldn't have been accessed though, so this couldn't have
  caused any data leak.
- IMAP: Various URLAUTH fixes.
- IMAP: Fixed a hang with invalid APPEND parameters.
- IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
- mailbox_list_index=yes still caused crashes.
- maildir: Fixed a crash after dovecot-keywords file was re-read.
- maildir: If files had reappeared unexpectedly to a Maildir, they
  were ignored until index files were deleted.
- Maildir: Fixed handling over 26 keywords in a mailbox.
- Maildir++: Fixed mail_shared_explicit_inbox=no
- namespace { prefix="" list=no } was listing mailboxes.
- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
  but the remote login timed out.
- Case-insensitive search/sort didn't work correctly for all unicode
  characters, as specified by i;unicode-casemap comparator. If full
  text search indexes were used, they need to be rebuilt for old mails
  to be handled correctly. (This bug has existed always in Dovecot.)
2013-05-23 19:45:50 +00:00
joerg
63a359eeb7 Be more careful in what to chmod and substitute, so that the wrappers
aren't changed.
2013-05-23 18:42:22 +00:00
joerg
073c7a3fd9 Add missing include for NetBSD/current. 2013-05-23 18:41:48 +00:00
joerg
e1a0e64dcb Fix reference type to match argument from flex. Add missing include. 2013-05-23 18:41:21 +00:00
joerg
50cdad2ad2 Needs bison now. 2013-05-23 18:40:17 +00:00
joerg
364a14a6a1 Add missing includes. 2013-05-23 18:39:35 +00:00
joerg
370b7cff34 Ignore the missing return values from the multiple layers of macros. 2013-05-23 18:39:09 +00:00
joerg
f2d740af4a Use wider type to make sure that find() errors can be detected.
Don't use iterator(0). Bump revision.
2013-05-23 18:38:36 +00:00
joerg
fd42516606 Needs itstool. 2013-05-23 18:37:26 +00:00
adam
b51881c9ea Updated graphics/pngcrush to 1.7.58 2013-05-23 16:02:22 +00:00
christos
392ff38018 and commit the actual patch 2013-05-23 16:02:13 +00:00
christos
24a8c5d32e use the proper libevent signal interface 2013-05-23 16:01:50 +00:00
adam
d652fc4f45 Changes 1.7.58:
* Do not enable reduce_palette by default for "-reduce", "-new", or "-old".
    It still is failing for some files.
2013-05-23 16:01:09 +00:00
christos
dd122c2de8 avoid deprecated event_gotsig and friends. 2013-05-23 15:46:11 +00:00
tron
9b82ce43e1 Resign as maintainer of this package. Other pkgsrc developers are doing
a much better job of maintaining this package anyway.
2013-05-23 15:28:45 +00:00
joerg
63d9719ef1 Always return a value from non-void functions. 2013-05-23 15:08:50 +00:00
joerg
500f61f5d1 Fix Python 3.x build. 2013-05-23 15:08:26 +00:00
joerg
e0da540d07 Fix include order. 2013-05-23 15:07:58 +00:00
joerg
25938dc99a Simpler and more correct check for libexecinfo. 2013-05-23 15:07:29 +00:00
taca
bacca5e532 Note addtion of www/contao31 and www/contao31-example pacakges version 3.1.0. 2013-05-23 15:07:16 +00:00
joerg
76cb00ab35 Use bool conversion operator to check for defined. More compatible
version of the original nullptr fix.
2013-05-23 15:06:48 +00:00
taca
3a38c4449a Add and enable contao31 and contao31-example. 2013-05-23 15:06:35 +00:00
joerg
57245301dd Drop unused member variable. 2013-05-23 15:05:54 +00:00
taca
e2a8638dfc Adding contao31-example package version 3.1.0.
This is example site data for contao31 package.
2013-05-23 15:05:39 +00:00
joerg
3789fa1941 Dance the Doxygen! 2013-05-23 15:05:07 +00:00
joerg
9f15d8109e Fix missing includes. 2013-05-23 15:04:44 +00:00