Commit graph

265530 commits

Author SHA1 Message Date
mef
072c729832 Updated devel/p5-Moose to 2.2005
---------------------------------
2.2005   2017-05-03
  [OTHER]
  - increased minimum required version of Test::More, to ensure a reliable
      subtest.
2017-06-18 03:30:35 +00:00
mef
102b60af34 Updated devel/p5-MooX-File-ConfigDir to 0.006 2017-06-18 03:25:09 +00:00
mef
2f84543af0 Updated devel/p5-MooX-File-ConfigDir to 0.006
---------------------------------------------
0.006   2017-05-22
    - add support for vendorapp_cfg_dir
    - add .perltidyrc for common style (repository ...)
2017-06-18 03:24:59 +00:00
mef
e67f843186 Updated devel/p5-MooX-ConfigFromFile to 0.008 2017-06-18 03:22:41 +00:00
mef
704aec2c86 Updated devel/p5-MooX-ConfigFromFile to 0.008
---------------------------------------------
0.008   2017-05-23
    - ensure all tests run and report instead of swallowing issues
    - make tests passing with perl 5.26
    - add import shortcuts config_prefixes and config_hashmergeloaded
    - ensure reasonable code quality by adding author tests against
      Perl::Critic and Perl::Tidy
2017-06-18 03:22:26 +00:00
mef
a794c09c1f Updated devel/p5-PAR to 1.015 2017-06-18 03:14:31 +00:00
mef
78cb51bb61 Update p5-PAR from 1.011 to 1.015
---------------------------------
1.015  2017-04-13
  - Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008)
  - "require" a non-broken version of Digest::SHA
  - remove other crypto related "recommends"

  - Switch from Module::Install to ExtUtils::MakeMaker
  - avoids the hassle with Module::Install for Perl without "." in @INC
  - add some resources cf META.json

1.014  2016-12-18
  - Fix RT#119224: "Issue about Can't locate loadable object for module"
      drop "use" statements in PAR/Heavy.pm added in edf5f24d

  - Fix RT#119010: "Wrong license link"
      always refer to the included LICENSE file

  - generate hello.par in Makefile target "pure_all"

1.013  2016-11-27
  - Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR 1.012?)"

  - Build t/hello.par at "make" time

1.012  2016-11-25
  - Guard against concurrent extraction attempts of zip into "inc"
  - use a file lock to protect the extraction of the complete zip into "inc"

  - _run_member_*(), _tempfile(), _dl_extract():
     make the "persistent" filename only visible when the file
     has been completely written

  - Make build and test work if @INC does not include "."

  - Upgrade to Module::Install 1.17
2017-06-18 03:14:22 +00:00
asau
2cfa3e72e6 Updated lang/sbcl to 1.3.18 2017-06-17 21:00:27 +00:00
asau
e39b64de35 Update to SBCL 1.3.18
changes in sbcl-1.3.18 relative to sbcl-1.3.17:
  * minor incompatible change: existing values of CFLAGS, ASFLAGS,
    CPPFLAGS, and LINKFLAGS will be incorporated into C compiler
    invocations when building from source.
  * minor incompatible change: the result of WRITE-TO-STRING may be
    a BASE-STRING if all characters written are of type BASE-CHAR.
  * minor incompatible change: the broadcast stream with no output
    streams is a singleton object. That object satisfies OPEN-STREAM-P
    regardless of how many times CLOSE is invoked on it.
  * enhancement: x86[-64] backends contain an experimental feature
    which aids in demonstrating reachability of any object starting
    from a tenured object or a thread stack by producing a proof
    as a sequence of pointers to follow.
    The file "tests/traceroot.test.sh" contains an example usage.
  * enhancement: if the alien symbol "gc_coalesce_string_literals" is
    set to 1 prior to SAVE-LISP-AND-DIE, then similar string constants
    loaded from different fasl files may be collapsed to one object.
    If the variable is set to 2, then additionally strings which are
    STRING= in code resulting from COMPILE can be coalesced.
    For instance, two functions returning the literal string "HI"
    might return EQ strings after collapsing, which may be undesired
    in a particular use. The flag pertains to gencgc only.
  * enhancement: SXHASH values on pathnames are better distributed
  * bug fix: MAKE-PATHNAME removes empty strings as components of a
    directory, as is permitted: "Whenever a pathname is constructed
    the components may be canonicalized if appropriate."
  * optimization: various printer and FORMAT performance enhancements.
  * bug fix: GET-FOREGROUND no longer fails in case all other interactive
    threads exit (lp#1682671, reported by Syll)
  * bug fix: RELEASE-FOREGROUND always removes the current thread from the
    list of interactive threads. (lp#1682867, reported by Syll)
2017-06-17 20:58:27 +00:00
joerg
9602480ef6 Fix cmake 3.8 issue. Patch from upstream. 2017-06-17 19:55:24 +00:00
joerg
6919aeb49c Fix build on NetBSD. 2017-06-17 19:54:47 +00:00
joerg
8177feba64 Restrict -falign-functions to GCC. 2017-06-17 19:53:10 +00:00
joerg
f565588c89 Fix C++11 issues. Fix obvious string handling bug. Bump revision. 2017-06-17 19:52:13 +00:00
joerg
2dd4b571cb Fix the problem with hexdump and LLVM properly. Use .incbin on NetBSD
instead of forcing 8M+ element character array literals through the
compiler.
2017-06-17 19:45:28 +00:00
joerg
d3f9cf2f4b Require C++11. 2017-06-17 19:44:37 +00:00
joerg
103f7d065e Require C++11 and fix fallout. 2017-06-17 19:44:22 +00:00
joerg
e25b62c23d Uses *.mk. 2017-06-17 19:43:20 +00:00
joerg
7099f4bcfa Fix portability. 2017-06-17 19:42:58 +00:00
joerg
c6e4e6fba2 Fix build with Perl 5.26. 2017-06-17 19:42:26 +00:00
joerg
9072daece6 Fix some C99 compat issues. 2017-06-17 19:42:03 +00:00
joerg
a15a83339f Remove now obsolete Emacs ASLR hacks. 2017-06-17 19:40:18 +00:00
joerg
da5955a4f9 Deal with Python 3.x code in py27 build. 2017-06-17 19:38:10 +00:00
joerg
7d3127efb0 Use the build dependency I reported to actually fix the build. 2017-06-17 19:37:39 +00:00
joerg
cfece33af7 Deal with lack of Python 3.x support in Python 2.7. 2017-06-17 19:37:12 +00:00
joerg
49235b083c Disable depcomp replacement. libcpp wants to read the main depcomp after
the configure phase.
2017-06-17 19:36:46 +00:00
joerg
c8362ed1b2 operator bool for streams is explicit in C++11, so request it where
necessary.
2017-06-17 19:36:06 +00:00
joerg
a5d3e95cfa Workaround a boost bug. 2017-06-17 19:34:21 +00:00
schmonz
84c61a0917 Bump PKGREVISION for previous. 2017-06-17 14:25:11 +00:00
schmonz
1d3d3691cc Be silent if there's nothing to commit. From Nathan Arthur in private mail. 2017-06-17 14:10:59 +00:00
schmonz
c702dded8f + etckeeper-1.18.7 (pending a tarball somewhere) 2017-06-17 14:00:37 +00:00
schmonz
2a2946c38c Updated mail/pymsgauth to 2.1.0nb7 2017-06-17 13:55:13 +00:00
schmonz
d822202819 Add pymsgauth-tag, a Unix filter that takes an RFC822 mail message on stdin
and prints it to stdout, adding a pymsgauth token in the header if needed.
Patch has been submitted upstream. Bump PKGREVISION.
2017-06-17 13:55:06 +00:00
mef
13b390b24e updated devel/p5-String-Print from 0.15 to 0.90
-----------------------------------------------
version 0.90: Wed 14 Jun 14:47:03 CEST 2017
        Improvements:
        - spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian]
        - add output encoding (encodeFor)
        - add complex keys
2017-06-17 13:44:42 +00:00
mef
ac48dd6852 Updated devel/p5-MooseX-App to 1.38 2017-06-17 13:39:20 +00:00
mef
d026a682e2 Updated devel/p5-MooseX-App to 1.38
----------------------------------					re
1.38 2017-06-20
    - Cleanups (get rid of smartmatch, inentation, documentation, tests)
    - Also handle =head[2-4] tags when processing pod (#47)
    - Subcommands (based on work by Yanick Champoux)
2017-06-17 13:39:11 +00:00
mef
4485abf2ec Updated devel/p5-MooseX-Types-Structured to 0.36 2017-06-17 13:27:04 +00:00
mef
1b97b73347 Updated devel/p5-MooseX-Types-Structured to 0.36
-----------------------------------------------
0.36    2017-05-09 23:08:27Z
        - update distribution tooling (should fix RT#114060)
2017-06-17 13:26:53 +00:00
mef
f6a5f38f80 Updated devel/p5-Parse-Yapp to 1.06 2017-06-17 13:09:43 +00:00
mef
7082967949 Updated devel/p5-Parse-Yapp to 1.06
-----------------------------------
1.06 Wed Jun 14 2017
    - First Release In Over 15 Years,
      How's That For Long-Term Stability?!?  :-)
    - Bug Fix, Unescaped Left Curly Braces { In Regular Expressions,
      Fatal Since Perl v5.25.1, Minor Changes In YappParse.yp & Parse.pm
    - Typo Fixes, POD Spelling & Syntax
    - Copyright Assignment Documents, Desarmenien To Braswell
2017-06-17 13:09:33 +00:00
mef
be6191ab76 Updated devel/p5-Perl-Critic to 1.128 2017-06-17 13:04:27 +00:00
mef
5bb03639a4 Updated devel/p5-Perl-Critic to 1.128
-------------------------------------
1.128    Sat Jun 10 22:31:28 CDT 2017

    Official release.  No changes since 1.127_02.

1.127_02 Tue May 23 18:31:59 CDT 2017

Developer release leading up to 1.128.

    [Bug Fixes]
    * PPI misparsing a module caused an incorrect "Must end with a
      recognizable true value."  This is fixed by upgrading to PPI
      1.224. (GH #696, GH #607)
    * A test would fail under the upcoming Perl 5.26 that omits the current
      directory from @INC.  Thanks, Kent Fredric.
    * Fixed an invalid test in the RequireBarewordsIncludes test.  Thanks,
      Christian Walde. (GH #751)
    * If an element contained blank lines then the source "%r" displayed
      for a violation was wrong. Thanks, Sawyer X. (GH #702, #734)

    [Dependencies]
    Perl::Critic now requires PPI 1.224.  PPI is the underlying Perl parser
    on which Perl::Critic is built, and 1.224 introduces many parsing fixes
    such as:
    * Fixes for dot-in-@INC.
    * Parse left side of => as bareword even if it looks like a keyword or op.
    * $::x now works.
    * Higher accuracy when deciding whether certain characters are operators or
      variable type casts (*&% etc.).
    * Subroutine attributes parsed correctly.

    [Performance Enhancements]
    * Sped up BuiltinFunctions::ProhibitUselessTopic ~7%.  Thanks, James
      Raspass. (GH #656)

    [Documentation]
    * Fixed incorrect explanation of capture variables in
      ProhibitCaptureWithoutTest.  Thanks, Felipe Gasper.
    * Fixed incorrect links. Thanks, Glenn Fowler.
    * Fixed incorrect example for returning a sorted list.  Thanks, @daviding58.
    * Fixed invalid POD.  Thanks, Jakub Wilk. (GH #735)
    * Updated docs on ProhibitYadaOperator.  Thanks, Stuart A Johnston. (GH #662)
    * Removed all the references to the old mailing list and code repository
      at tigris.org.  (GH #757)


1.127_01 Sun May 21 21:57:16 CDT 2017

    Removed from CPAN because it did not get indexed correctly.
2017-06-17 13:04:16 +00:00
taca
40d6a6a8b4 Note update of postfix packages to 3.2.2.
mail/postfix
	mail/postfix-cdb
	mail/postfix-ldap
	mail/postfix-lmdb
	mail/postfix-mysql
	mail/postfix-pcre
	mail/postfix-pgsql
	mail/postfix-sqlite
2017-06-17 08:04:34 +00:00
taca
02ab692e85 Update postfix to 3.2.2.
pkgsrc change: Add support for NetBSD 8.

This announcement (June 13, 2017) includes changes that were released
with an earlier update (June 10, 2017). The announcement was postponed
to avoid confusion due to repeated notification.

Fixed in all supported releases:

  * Security: Berkeley DB versions 2 and later try to read settings
    from a file DB_CONFIG in the current directory. This undocumented
    feature may introduce undisclosed vulnerabilities resulting in
    privilege escalation with Postfix set-gid programs (postdrop,
    postqueue) before they chdir to the Postfix queue directory,
    and with the postmap and postalias commands depending on whether
    the user's current directory is writable by other users. This
    fix does not change Postfix behavior for Berkeley DB versions
    < 3, but it does reduce postmap and postalias 'create' performance
    with Berkeley DB versions 3.0 .. 4.6.

Fixed in Postfix 3.2 and later:

  * The SMTP server receive_override_options were not restored at
    the end of an SMTP session, after the options were modified by
    an smtpd_milter_maps setting of "DISABLE". Milter support
    remained disabled for the life time of the smtpd process.

  * After the Postfix 3.2 address/domain table lookup overhaul, the
    check_sender_access and check_recipient_access features ignored
    a non-default parent_domain_matches_subdomains setting.
2017-06-17 08:02:22 +00:00
schmonz
7108914b0f Updated mail/qmail-run to 20170617 2017-06-17 05:58:46 +00:00
schmonz
f717f03986 Increase default {ofmip,pop3,smtp}d softlimits by about 20 percent,
to 180000000 bytes. From Nathan Arthur in private mail.

Allow path to tcpserver to be overridden in rc.conf (e.g., by
sslserver from net/ucspi-ssl). From Thomas Lazar in private mail.

Detach processes and their loggers from the controlling terminal
with pgrphack(8).

Include qmailqread in the services driven by the LWQ-style qmail
rc.d script.

Unconditionally depend on mail/mess822, now that it's correctly
marked public-domain. Remove qmail-run-ofmipd option.

Bump version.
2017-06-17 05:58:39 +00:00
taca
0c4eb0c27f Note update of www/thoth-delicious package to 0.1.0nb4. 2017-06-17 05:09:01 +00:00
taca
9f4b7f5d0b Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
2017-06-17 05:08:29 +00:00
taca
19140ceedd Note update of www/thoth package to 0.2.1nb5. 2017-06-17 05:07:59 +00:00
taca
1a05b87240 Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
2017-06-17 05:07:11 +00:00
schmonz
2e68e061ec Rather than try to detect -ldl, use known values. Fixes NetBSD build. 2017-06-17 03:49:04 +00:00