Commit graph

254738 commits

Author SHA1 Message Date
taca
05656c0cfa Note update of Postfix packages to 3.1.2.
mail/postfix
	mail/postfix-cdb
	mail/postfix-ldap
	mail/postfix-lmdb
	mail/postfix-mysql
	mail/postfix-pcre
	mail/postfix-pgsql
	mail/postfix-sqlite
2016-09-18 17:12:57 +00:00
kamil
ba954d473a Added graphics/nvidia-texture-tools version 2.0.8 2016-09-18 17:10:48 +00:00
taca
6aa8f1a2d0 Update postfix to 3.1.2.
3.1.0

The main changes in no particular order are:

  * "postfix tls" command to simplify setup of opportunistic TLS,
    and to simplify SMTP server key/certificate management.

  * Positive and negative DNS reply TTL support in postscreen(8).

  * SASL AUTH rate limit in the Postfix SMTP server.

  * A safety limit on the number of address verify requests.

  * JSON-format Postfix queue listing.

  * Destination-independent delivery rate delay

For details, see the RELEASE_NOTES file.


3.1.1

Fixed in all supported releases:

  * The Milter "replace sender" (SMFIR_CHGFROM) request lost an
    address that was added with sender_bcc_maps, resulting in a
    "rcpt count mismatch" warning. Reported by Joerg Backschues.
    This defect was introduced with Postfix 2.6.

  * The "bad filetype" example in the header_checks(5) manpage
    falsely rejected Content- headers with ``name="example";
    x-apple-part-url="example.com"''.  Reported by Cedric Knight.
    This defect was introduced with Postfix 2.6.


3.1.2

Fixed with Postfix 3.1.2:

  * Changes to make Postfix build with OpenSSL 1.1.0.

Fixed with Postfix 3.1.2 and 3.0.6:

  * The makedefs script ignored readme_directory=pathname overrides.
    Fix by Todd C. Olson.

  * The tls_session_ticket_cipher documentation says that the default
    cipher for TLS session tickets is aes-256-cbc, but the implemented
    default was aes-128-cbc. Note that TLS session ticket keys are
    rotated after 1/2 hour, to limit the impact of attacks on session
    ticket keys.
2016-09-18 17:10:28 +00:00
kamil
7a67150195 + nvidia-texture-tools 2016-09-18 17:08:50 +00:00
kamil
6e8759ea74 Import nvidia-texture-tools-2.0.8 as graphics/nvidia-texture-tools
NVIDIA Texture Tools is a collection of image processing and texture
manipulation tools, designed to be integrated in game tools and asset
conditioning pipelines.  The primary features of the library are mipmap and
normal map generation, format conversion and DXT compression.
2016-09-18 17:08:20 +00:00
wiedi
f261302fe4 wants -lcrypto 2016-09-18 17:02:12 +00:00
kamil
a597983af2 Added games/2048-cli version 0.9.1 2016-09-18 16:59:41 +00:00
kamil
7e1e24b9fb Add games/2048-cli 2016-09-18 16:58:26 +00:00
kamil
98681b1d61 Import 2048-cli-0.9.1 as games/2048-cli
A cli version/engine of the game 2048 for your UNIX terminal.
2016-09-18 16:57:51 +00:00
kamil
0a02addcb8 Added devel/linenoise version 1.0 2016-09-18 16:50:18 +00:00
wiedi
cb97195402 needs sqlite3 2016-09-18 16:49:53 +00:00
kamil
9c8ae9eb3a Add devel/linenoise 2016-09-18 16:48:23 +00:00
kamil
749e53f147 Import linenoise-1.0 as devel/linenoise
A minimal, zero-config, BSD licensed, readline replacement.

Noteworthy features:
 - Single and multi line editing mode with the usual key bindings implemented.
 - History handling.
 - Completion.
 - Hints (suggestions at the right of the prompt as you type).
 - About 1,100 lines of BSD license source code.
 - Only uses a subset of VT100 escapes (ANSI.SYS compatible).
2016-09-18 16:47:55 +00:00
wiedi
e7c5110268 fix int types on SunOS 2016-09-18 16:47:44 +00:00
maya
bad3f5a221 wine-devel: use message.netbsd instead 2016-09-18 16:37:11 +00:00
maya
2298241dcf wine-devel: add note about NULL page not being mappable by default
under NetBSD, and how to work around it for programs that need it.

thanks maxv@ for keeping this optional.
2016-09-18 16:11:13 +00:00
wiz
4686dc2afe slib update done. 2016-09-18 15:33:37 +00:00
mef
ab66245776 Updated time/p5-DateTime-TimeZone to 2.02
Updated time/p5-DateTime-Locale to 1.06
2016-09-18 15:05:53 +00:00
maya
7395104183 Updated emulators/wine-devel to 1.9.18nb2 2016-09-18 15:03:09 +00:00
maya
cc1a97ce1a wine-devel: don't crash at runtime when multithreaded programs
try to use networking code under NetBSD.

netbsd won't let you manipulate _res in a multithreaded program and
instead calls abort(). avoid the code that does this for now.

it's possible that it broke the ability to resolve domains and I
didn't see this yet - but I'm able to use network programs now.

bump PKGREVISION
2016-09-18 15:02:43 +00:00
mef
b9581e5050 for make test: BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone 2016-09-18 15:01:03 +00:00
mef
8f65d6a9fa Updated time/p5-DateTime-Locale to 1.06
---------------------------------------
1.06     2016-09-16
- Replaced Params::Validate with Params::ValidationCompiler.

(pkgsrc changes)
- for runtime:
  -DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate
  +DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
  +DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
  +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
- for make test
  +BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
2016-09-18 14:59:25 +00:00
mef
a0b1ed5e58 - for make test,
+BUILD_DEPENDS+=  p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
2016-09-18 14:33:33 +00:00
mef
d33b7f9a6d Updated time/p5-DateTime-TimeZone to 2.02
-----------------------------------------
2.02    2016-09-16
- Replaced Params::Validate with Params::ValidationCompiler.

(pkgsrc changes)
 - for runtime:
   +DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
   +DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio

 - for make test:
   +BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
   +BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
2016-09-18 14:29:06 +00:00
kamil
225f7d8f35 Added devel/tinycthread version 1.1 2016-09-18 14:22:29 +00:00
kamil
ef1b44ac3e Add devel/tinycthrad 2016-09-18 14:14:50 +00:00
kamil
8aa8f0e151 Include buildlink3.mk for devel/tinycthread 2016-09-18 14:13:20 +00:00
kamil
7186318182 Import tinycthread-1.1 as devel/tinycthread
TinyCThread is a minimalist, portable, threading library for C, intended to
make it easy to create multi threaded C applications.

The library is closesly modeled after the C11 standard, but only a subset is
implemented at the moment.
2016-09-18 14:10:50 +00:00
wiz
dc5296dff9 + FiraCode-1.203, autoconf-archive-2016.09.16, calibre-2.68.0,
cups-filters-1.11.3, p5-DateTime-1.3800, p5-DateTime-Locale-1.06,
  p5-DateTime-TimeZone-2.02, p5-IO-Socket-SSL-2.038, py-cffi-1.8.3,
  py-setuptools-27.2.0, py-tortoisehg-3.9.1, py-twisted-16.4.1,
  waf-1.9.4, x264-devel-20160917.
2016-09-18 14:09:10 +00:00
ryoon
7b9630876e Add emacs25 and emacs25nox to possible values 2016-09-18 14:02:42 +00:00
ryoon
1742d09c91 Add emacs 25 support 2016-09-18 13:59:01 +00:00
ryoon
4ba79a8b02 Convert emacs25 to editors/emacs25 and add emacs25-nox11
emacs-snapshot is not supported as emacs25 anymore...
2016-09-18 13:48:34 +00:00
ryoon
5f4f369df3 Add emacs25-nox11 2016-09-18 13:40:24 +00:00
ryoon
bbb112ec1d Added editors/emacs25-nox11 version 25.1 2016-09-18 13:39:48 +00:00
fhajny
cf05836760 Updated devel/rebar to 2.6.4 2016-09-18 13:38:30 +00:00
ryoon
5f5520272d Import emacs25-nox11-25.1 as editors/emacs25-nox11.
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 25.
2016-09-18 13:38:22 +00:00
fhajny
f57ec7a4d6 Update devel/rebar to 2.6.4.
- rebar/619: Fix cdb processing when a file is skipped
2016-09-18 13:38:17 +00:00
ryoon
5fbcc58372 Add emacs25 2016-09-18 13:37:46 +00:00
ryoon
030c8e0946 Added editors/emacs25 version 25.1 2016-09-18 13:36:59 +00:00
ryoon
00327eb72a Import emacs25-25.1 as editors/emacs25.
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 25.
2016-09-18 13:36:18 +00:00
wiz
68f33444d8 Fix build with native X.org.
The installed version of this library was found and used instead of the
one build by the package, leading to problems when the pkgsrc one had
symbols the native one doesn't have. Add libtool path to compiler
search path to fix this.

From spz.
2016-09-18 13:18:20 +00:00
kamil
593d169e6e Updated lang/python34 to 3.4.5nb1
Updated lang/python35 to 3.5.2nb1
2016-09-18 12:47:28 +00:00
kamil
7e651b0c9e Forward port patches from python27 for dlopen(3)
Original changes in python27/Makefile r1.62-r1.67
=================================================

Add an option for Python: x11

Fix dlopen(3) calls in _ctypes.so for X11BASE libraries

A Python code can dynamically load shared libraries and it's wrapped with
a plain dlopen(3) call. The holder of this interface (_ctypes module)
without rpath set to X11BASE cannot detect libs like 'GL'.

Fixing find_library() on POSIX-like (excluding Darwin) systems.

This isn't addressing Python's wrapper for dlopen(3).

This possibily addresses mostly NetBSD as other popular OSes have ldconfig.

Testing commands:

 - before applying the patch

>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
>>> find_library("curl")

 - after applying the patch
>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
'libGL.so.2'
>>> find_library("curl")
'libcurl.so.4'

This patch doesn't solve the case of custom dirs like $PREFIX/qt5/lib.
However it's solving most common cases of using this call.

A possible solution is to parse the output "pkg_info -La"... however it's
very slow. In other words a cache with libraries might be needed to handle
it efficiently.
2016-09-18 12:44:49 +00:00
ryoon
d8c260365e Updated x11/c++-gtk-utils to 2.2.13 2016-09-18 12:43:56 +00:00
ryoon
3efd9d44bc Update to 2.2.13
Changelog:
Version 2.2.13 (9 May 2016)
--------------

        Use glib's unix fd implementation for io_watch where glib >= 2.36
        is installed, unless otherwise chosen during configuration
        (acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
        io_watch.cpp).

        Update documentation (callback.h, extension.h, future.h).

Version 2.2.12 (18 October 2015)
--------------

        Simplify Cgu::Application::add() method (application.cpp).

        Minor implementation improvement for
        Cgu::Thread::parallel_transform* functions (do pointer arithmetic
        before not after tasks are launched) (parallel.h).

        Permit return value optimisation when returning thread object on
        starting new thread (thread.cpp).

        Update libtool to version 2.4.6.

        Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).

        Update code comments (emitter.h).

        Update documentation (doxygen.main.in, application.h, emitter.h,
        extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
        task_manager.h, thread.h).
2016-09-18 12:43:29 +00:00
ryoon
0193e623e3 Updated mail/thunderbird-l10n to 45.3.0 2016-09-18 12:37:04 +00:00
kamil
856a440f3f Forward port patches from python27 for dlopen(3)
Original changes in python27/Makefile r1.62-r1.67
=================================================

Add an option for Python: x11

Fix dlopen(3) calls in _ctypes.so for X11BASE libraries

A Python code can dynamically load shared libraries and it's wrapped with
a plain dlopen(3) call. The holder of this interface (_ctypes module)
without rpath set to X11BASE cannot detect libs like 'GL'.

Fixing find_library() on POSIX-like (excluding Darwin) systems.

This isn't addressing Python's wrapper for dlopen(3).

This possibily addresses mostly NetBSD as other popular OSes have ldconfig.

Testing commands:

 - before applying the patch

>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
>>> find_library("curl")

 - after applying the patch
>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
'libGL.so.2'
>>> find_library("curl")
'libcurl.so.4'

This patch doesn't solve the case of custom dirs like $PREFIX/qt5/lib.
However it's solving most common cases of using this call.

A possible solution is to parse the output "pkg_info -La"... however it's
very slow. In other words a cache with libraries might be needed to handle
it efficiently.
2016-09-18 12:36:41 +00:00
ryoon
c6fe63c377 Update to 45.3.0
* Sync with thunderbird-45.3.0
2016-09-18 12:36:37 +00:00
ryoon
ae1fcf94e3 Updated mail/thunderbird to 45.3.0 2016-09-18 12:35:44 +00:00
ryoon
48fc153b7f Update to 45.3.0
Changelog:
    Fixed Certain messages caused corruption of the drafts summary database.
    Fixed "edit as new message" on a received message pre-filled the sender as the composing identity.
    Fixed Disposition-Notification-To could not be used in mail.compose.other.header
    Fixed Various security fixes

Fixed in Thunderbird 45.3
    2016-62 Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
2016-09-18 12:35:06 +00:00