Commit graph

245445 commits

Author SHA1 Message Date
wiz
b2611341a5 Updated mail/mutt to 1.5.24nb2 2016-02-22 12:13:38 +00:00
wiz
7191b6bbec mutt{,-kz}: add upstream patch for better S/MIME support, bump PKGREVISION.
# HG changeset patch
# User Kevin McCarthy <kevin@8t8.us>
# Date 1449022827 28800
#      Tue Dec 01 18:20:27 2015 -0800
# Node ID 5e5aff1782dc62044197c2230d346bd492706fbf
# Parent  428a92464d5bccccda818bed598610db212fcf7c
Loosen mutt_signed_handler() protocol value consistency check.  (closes #3639)

Apparently, for S/MIME, some MUAs mismatch the protocol value of
the multipart/signed and the content-type of the signature: putting
"pkcs7-signature" in one and "x-pkcs7-signature" in the other.

Change mutt_signed_handler() to independently verify the values of the
protocol and the content-type.  This still checks for correct values but
doesn't ensure they match between the two (for S/MIME).
2016-02-22 12:13:26 +00:00
khorben
debbf65f72 Add support for LDFLAGS
Fixes build with the default settings.
2016-02-22 11:52:39 +00:00
fhajny
13229f7f84 Updated devel/py-argcomplete to 1.1.0 2016-02-22 11:42:08 +00:00
fhajny
bdf1c1bc87 Update devel/py-argcomplete to 1.1.0.
- Recognize subclasses of argparse._SubParsersAction.
- Support parsed_args in custom completers with missing args.
- Non-ASCII support in FilesCompleter.
- Automatically enable FilesCompleter for argparse.FileType arguments.
2016-02-22 11:41:59 +00:00
fhajny
821fbb905a Updated databases/mongodb to 3.2.3 2016-02-22 11:35:44 +00:00
fhajny
3b4ab330fe Update databases/mongodb to 3.2.3.
Use yaml-cpp and zlib dependencies in place of bundled copies.

Notable changes:
- Fixed issue with MMAPv1 journaling where the "last sequence number"
  file (lsn file) may be ahead of what is synced to the data files
- Fixed issue where in some cases, insert operations fails to add
  the _id field to large documents
- Increased timeout for querying oplog to 1 minute

Full changelog:

https://docs.mongodb.org/manual/release-notes/3.2-changelog/
2016-02-22 11:35:34 +00:00
roy
8daee76d92 Updated net/openresolv to 3.7.3 2016-02-22 10:11:34 +00:00
roy
58d2af4709 Import openresolv-3.7.3 with the following changes:
*  Save the initial working directory and change to it just before
     running any scripts.
     This avoids scripts putting files accidently where they shouldn't.
  *  Strip trailing dot from search and domain names.
  *  man page improvements.
2016-02-22 10:11:22 +00:00
leot
3f9b8f44b0 Update MASTER_SITES.
Thanks and noticed by wiz@.
2016-02-21 23:54:28 +00:00
wiz
dd989e8567 Updated www/py-nevow to 0.13.0 2016-02-21 23:22:52 +00:00
wiz
153198240d Update to 0.13.0, changes not found. 2016-02-21 23:22:42 +00:00
wiz
06163e60d0 FETCH_USING does not belong in Makefiles, remove. 2016-02-21 22:35:20 +00:00
wiz
d6fa10626f Updated time/py-vdirsyncer to 0.9.0 2016-02-21 22:26:42 +00:00
wiz
06357b8028 Update py-vdirsyncer to 0.9.0:
Version 0.9.0
=============

*released on 15 February 2016*

- The ``collections`` parameter is now required in pair configurations.
  Vdirsyncer will tell you what to do in its error message. See :gh:`328`.
2016-02-21 22:26:33 +00:00
wiz
2fb83717a4 Updated textproc/xerces-c to 3.1.3 2016-02-21 22:25:11 +00:00
wiz
02856e8355 Update xerces-c to 3.1.3.
Bug

    [XERCESC-2049] - memcpy used on overlapping memory regions causes sanity test failure
    [XERCESC-2059] - Typo in XMLUni::fgUnknownURIName constant
2016-02-21 22:25:01 +00:00
wiz
355d1622ee Mention that py-service_identity doesn't support python-3.3.
(no change since other dependencies forbid python-3.x anyway.)
2016-02-21 22:21:37 +00:00
khorben
c05668d7dd Updated meta-pkgs/deforaos-desktop to 0.0.10 2016-02-21 19:25:09 +00:00
khorben
6664b61098 Update the dependencies with the versions currently available 2016-02-21 19:24:06 +00:00
khorben
99b6f2024c Updated editors/deforaos-editor to 0.4.0 2016-02-21 19:14:01 +00:00
khorben
d4e765cdfc Package DeforaOS Editor 0.4.0
This release brings:
- stability fixes
- minor improvements to the user interface
- improvements to the build system
2016-02-21 19:12:19 +00:00
khorben
3079dc5566 Updated print/deforaos-pdfviewer to 0.0.2 2016-02-21 18:37:48 +00:00
khorben
6d79b354be Package DeforaOS PDFViewer 0.0.2
This release brings:
- manual page for pdfviewer(1)
- French translation
- improvements to the build system
2016-02-21 18:36:12 +00:00
wiedi
0d9dcac4f3 Updated devel/protobuf-c to 1.2.1 2016-02-21 16:04:53 +00:00
wiedi
6cc1d4d56b Update devel/protobuf-c to 1.2.1
protobuf-c (1.2.1)

  [ Robert Edmonds ]
  * Release 1.2.1.

  [ Paolo Borelli ]
  * protoc-c: Generate code that uses the universal zero initializer {0} when
    initializing a oneof union (#187, #205).

protobuf-c (1.2.0)

  [ Robert Edmonds ]
  * Release 1.2.0.

  [ Ilya Lipnitsky ]
  * Implement the "optimize_for = CODE_SIZE" option (#183).

  * Eliminate undefined behavior in zigzag functions (#198).

  * Pack negative enum values correctly (#199).

  [ Peter Leschev ]
  * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197).

  [ Diego Elio Pettenò ]
  * Update link to Autotools Mythbuster to canonical site (#201).

  [ Zex Li ]
  * Skip test suite when cross-compiling (#184).
2016-02-21 16:04:20 +00:00
wiedi
c1f5c45e9a Updated www/goaccess to 0.9.7 2016-02-21 15:45:34 +00:00
wiedi
cd3405d826 Update www/goaccess to 0.9.7
Changes to GoAccess 0.9.7 - Monday, December 21, 2015

  - Added Squid native log format to the config file.
  - Fixed int overflow when getting total bandwidth using the on-disk storage.
  - Fixed issue where a timestamp was stored as date under the visitors panel.
  - Fixed issue where config dialog fields were not cleared out on select.
  - Fixed issue where "Virtual Hosts" menu item wasn't shown in the HTML sidebar.
2016-02-21 15:45:01 +00:00
wiedi
c360502da3 Updated editors/nano to 2.5.2 2016-02-21 15:37:19 +00:00
wiedi
2c8cb2f840 Update nano to 2.5.2
2016.02.12 - GNU nano 2.5.2 is carrying too many dogs.  This release includes
		several fixes for various memory leaks, position history
		size growth, and a long standing issue with using
		nano under sudo creating root-owned files.  There are also
		the usual bevy of documentation and other miscellaneous
		fixes and touch ups.  Upgrade today while supplies last,
		operators are standing by!

2016.01.11 - GNU nano 2.5.1 "Salzburg" is released.  It includes fixes
		for a syntax-highlighting bug and a positionlog bug, it
		disables a time-eating multiline regex in the C syntax,
		and it adds an escape hatch to the WriteOut menu when
		--tempfile is used: the discardbuffer command, ^Q.  It
		also has translation updates for fifteen languages, and
		a small fix in the softwrap code.  So... you are heartily
		invited to upgrade.  Enjoy!
2016-02-21 15:36:33 +00:00
wiedi
e971999f66 Updated sysutils/znapzend to 0.15.2 2016-02-21 15:20:41 +00:00
wiedi
4254da49e6 Update sysutils/znapzend to 0.15.2
Changelog:
	- improved systemd integration
	- new fat release so that znapzend dependencies can be built without internet access
	- better osx portability
	- sudo/pfexec fixes
	- no more multiline error messages
2016-02-21 15:19:59 +00:00
bsiegert
404adc5544 Backport fix for new binutils to make go14 compile under NetBSD-current.
Patch from Ryo Onodera in PR pkg/50777.

The upstream bug report is https://github.com/golang/go/issues/13114.

Bump PKGREVISION.
2016-02-21 14:32:24 +00:00
fhajny
718cfb3d87 Updated graphics/opencv to 3.1.0 2016-02-21 14:10:59 +00:00
fhajny
a5628db577 Update graphics/opencv to 3.1.0.
* A lot of new functionality has been introduced during GSoC 2015:
  - "Omnidirectional Cameras Calibration and Stereo 3D Reconstruction"
    opencv_contrib/ccalib module
  - "Structure From Motion" - opencv_contrib/sfm module
  - "Improved Deformable Part-based Models" - opencv_contrib/dpm module
  - "Real-time Multi-object Tracking using Kernelized Correlation Filter"
    - opencv_contrib/tracking module
  - "Improved and expanded Scene Text Detection" - opencv_contrib/text
    module
  - "Stereo correspondence improvements" - opencv_contrib/stereo module
  - "Structured-Light System Calibration" - opencv_contrib/structured_light
  - "Chessboard+ArUco for camera calibration" - opencv_contrib/aruco
  - "Implementation of universal interface for deep neural network
    frameworks" - opencv_contrib/dnn module
  - "Recent advances in edge-aware filtering, improved SGBM stereo
    algorithm" - opencv/calib3d and opencv_contrib/ximgproc
  - "Improved ICF detector, waldboost implementation"
    - opencv_contrib/xobjdetect
  - "Multi-target TLD tracking" - opencv_contrib/tracking module
  - "3D pose estimation using CNNs" - opencv_contrib/cnn_3dobj

* Many great contributions made by the community, such as:
  - Support for HDF5 format
  - New/Improved optical flow algorithms
  - Multiple new image processing algorithms for filtering, segmentation
    and feature detection
  - Superpixel segmentation

* IPPICV is now based on IPP 9.0.1, which should make OpenCV even faster
  on modern Intel chips
* opencv_contrib modules can now be included into the opencv2.framework
  for iOS
* Newest operating systems are supported: Windows 10 and OSX 10.11
  (Visual Studio 2015 and XCode 7.1.1)
* Interoperability between T-API and OpenCL, OpenGL, DirectX and Video
  Acceleration API on Linux, as well as Android 5 camera.
* HAL (Hardware Acceleration Layer) module functionality has been moved
  into corresponding basic modules; the HAL replacement mechanism has
  been implemented along with the examples

See full changelog:

  https://github.com/Itseez/opencv/wiki/ChangeLog
2016-02-21 14:10:46 +00:00
khorben
0f9f3e820a Updated www/deforaos-surfer to 0.2.10 2016-02-21 12:40:30 +00:00
khorben
596caa4da2 Package DeforaOS Surfer 0.2.10
This release brings:
- compatibility with the latest libSystem
- better support for Gtk+ 3
- reproducible build for manual pages
- improvements to the help browser
2016-02-21 12:39:35 +00:00
wiz
085d6c6540 Updated security/py-service_identity to 16.0.0 2016-02-21 10:47:30 +00:00
wiz
8b82fed9dc Update py-service_identity to 16.0.0.
16.0.0 (2016-02-18)
-------------------

Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Python 3.3 and 2.6 aren't supported anymore.
  They may work by chance but any effort to keep them working has ceased.

  The last Python 2.6 release was on October 29, 2013 and isn't supported by the CPython core team anymore.
  Major Python packages like Django and Twisted dropped Python 2.6 a while ago already.

  Python 3.3 never had a significant user base and wasn't part of any distribution's LTS release.
- pyOpenSSL versions older than 0.14 are not tested anymore.
  They don't even build with recent OpenSSL versions.

Changes:
^^^^^^^^

- Officially support Python 3.5.
- ``service_identity.SubjectAltNameWarning`` is now raised if the server certicate lacks a proper ``SubjectAltName``.
  [`#9 <https://github.com/pyca/service_identity/issues/9>`_]
- Add a ``__str__`` method to ``VerificationError``.
- Port from ``characteristic`` to its spiritual successor `attrs <https://attrs.readthedocs.org/>`_.
2016-02-21 10:47:20 +00:00
wiz
2a4c86e7c0 Updated devel/py-atomicwrites to 0.1.9 2016-02-21 10:42:35 +00:00
wiz
da754cd491 Update py-atomicwrites to 0.1.9.
Bugfix release.
2016-02-21 10:42:26 +00:00
wiz
f5770c6ac9 Updated devel/afl to 2.03b 2016-02-21 10:35:46 +00:00
wiz
7f5305be05 Update afl to 2.03b:
--------------
Version 2.03b:
--------------

  - Added experimental -fsanitize-coverage=trace-pc support that goes with
    some recent additions to LLVM, as implemented by Kostya Serebryany.
    Right now, this is cumbersome to use with common build systems, so
    the mode remains undocumented.

  - Made several substantial improvements to better support non-standard
    map sizes in LLVM mode.

  - Switched LLVM mode to thread-local execution tracing, which may offer
    better results in some multithreaded apps.

  - Fixed a minor typo, reported by Heiko Eissfeldt.

  - Force-disabled symbolization for ASAN, as suggested by Christian Holler.

  - AFL_NOX86 renamed to AFL_NO_X86 for consistency.

  - Added AFL_LD_PRELOAD to allow LD_PRELOAD to be set for targets without
    affecting AFL itself. Suggested by Daniel Godas-Lopez.

--------------
Version 2.02b:
--------------

  - Fixed a "lcamtuf can't count to 16" bug in the havoc stage. Reported
    by Guillaume Endignoux.

--------------
Version 2.01b:
--------------

  - Made an improvement to cycle counter color coding, based on feedback
    from Shai Sarfaty.

  - Added a mention of aflize to sister_projects.txt.

  - Fixed an installation issue with afl-as, as spotted by ilovezfs.
2016-02-21 10:35:37 +00:00
wiz
d88daaf083 Updated fonts/harfbuzz to 1.2.0 2016-02-21 10:29:21 +00:00
wiz
d20db6c68a Update harfbuzz to 1.2.0:
Overview of changes leading to 1.2.0
Friday, February 19, 2016
====================================

- Fix various issues (hangs mostly) in case of memory allocation failure.
- Change mark zeroing types of most shapers from BY_UNICODE_LATE to
  BY_GDEF_LATE.  This seems to be what Uniscribe does.
- Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY.  That's
  what Windows does.
- Allow GPOS cursive connection on marks, and fix the interaction with
  mark attachment.  This work resulted in some changes to how mark
  attachments work.  See:
  https://github.com/behdad/harfbuzz/issues/211
  86c68c7a2c
- Graphite2 shaper: improved negative advance handling (eg. Nastaliq).
- Add nmake-based build system for Windows.
- Minor speedup.
- Misc. improvements.
2016-02-21 10:29:12 +00:00
wiz
f0f472e122 + afl-2.03b, harfbuzz-1.2.0, py-atomicwrites-0.1.9, py-nevow-0.13.0,
py-service_identity-16.0.0, py-vdirsyncer-0.9.0, x264-devel-20160220,
  xerces-c-3.1.3.
2016-02-21 10:27:33 +00:00
wiz
dd03a4336e + glpk-4.58, tesseract-3.04.01. 2016-02-21 10:22:43 +00:00
ryoon
5c9fc43d93 Updated devel/z80-asm to 2.3.7nb1 2016-02-21 07:42:00 +00:00
ryoon
e7e0e004c2 Fix build under Apple OS X, bump PKGREVISION.
And install dosuments.
From Dean Matzkov via e-mail.
2016-02-21 07:40:39 +00:00
wen
1a9d1cda65 Updated math/p5-Math-Base36 to 0.14 2016-02-21 07:32:07 +00:00