Commit graph

210230 commits

Author SHA1 Message Date
jperkin
cc157cb32c Fix SunOS PLISTs. Please try to keep them in sync when you change this
package.
2013-12-13 11:10:20 +00:00
jperkin
c5f8928901 Include config.h before testing for things it defines. Fixes SunOS. 2013-12-13 11:01:11 +00:00
jperkin
ad3b91d81c Need sys/file.h for FNDELAY on SunOS. 2013-12-13 10:46:40 +00:00
jperkin
beecc883bb Don't play games with CFLAGS/CPPFLAGS and munging -isystem, fixes SunOS. 2013-12-13 10:42:57 +00:00
jperkin
4b4a7c3b28 SOL_TCP compatibility fix for SunOS. 2013-12-13 10:04:32 +00:00
jperkin
25d500217f Need limits.h for PATH_MAX on SunOS. 2013-12-13 09:58:58 +00:00
richard
bc6c95ec32 SunOS workaround for strip issues with libxul 2013-12-13 07:57:25 +00:00
obache
b5a3421659 sort 2013-12-13 07:11:20 +00:00
obache
d8793bfae8 The unzip utility apprared in FreeBSD 8.0. 2013-12-13 07:04:09 +00:00
obache
4fcde3e1d4 Updated emulators/suse131_libcurl to 13.1nb1 2013-12-13 02:13:49 +00:00
obache
bc6fdc62ca Bump PKGREVISON
* apply openSUSE-SU-2013:1859-1 for CVE-2013-4545
* add missing openlda requirement
* remove redundants from distinfo
2013-12-13 02:13:24 +00:00
schnoebe
7f44e12711 Remove "FETCH_USING=curl". 2013-12-12 23:04:08 +00:00
schnoebe
28ff7813e9 Update chat/jabberd2 to 2.3.1. 2013-12-12 23:02:58 +00:00
schnoebe
745e5ad512 Update to jabberd 2.3.1
* 2.3.0 to 2.3.1 upgrade:

What changed:
- Marked "TLS-Everywhere" as EXPERIMENTAL feature
- default EXPERIMENTAL to 'no'
- default SUPERSEDED to 'no'
- moved STANZA-ACK and MY-IP-ADDRESS XEPs and IQ-PRIVATE push
  out of experimental status


* 2.2.17 to 2.3.0 upgrade:

What changed:
- Renamed non-standard UPGRADE file overwriting outdated NEWS file
- Semantic Versioning: http://semver.org/
- TLS Everywhere: https://github.com/stpeter/manifesto
- Required GSASL >=1.1
- jabberd should compile without warnings
- out-of-source builds should work
- pgsql: authreg password_type support
- pgsql: schema support
- ldapvcard: groupattr works even if no groupattr_regex defined
- ldapfull: checks for ldap group membership on login
- vCard: Assume tel phone is voice phone
- MySQL: default password hashing algorithm changed to SHA512
- out-conn-reuse s2s.xml option naming unified
- XML parse error will log buffer details
- CRAM-MD5 auth support
- router private key cachain and password support
- hashed passwords support in SQLite3 storage
2013-12-12 23:01:02 +00:00
jperkin
e57440c861 SunOS libform does not have TYPE_IPV4, disable it. 2013-12-12 22:54:36 +00:00
jperkin
413f687a2c Various patches to fix build on SunOS. 2013-12-12 20:17:56 +00:00
kleink
2c94bc231f Updated www/py-flask-script to 0.6.6. 2013-12-12 19:37:41 +00:00
kleink
229b4c8727 Update py-flask-script to 0.6.6.
Version 0.6.6
-----------------

Released on December 6, 2013

- Fix global being passed after command by not expliciting checking
  for the 'parents' argument.
2013-12-12 19:36:55 +00:00
jperkin
ed546fc0df Fix variable name, fixes build on SunOS. 2013-12-12 18:13:17 +00:00
jperkin
b14ce6342b Make package build on SunOS. The end result is mostly non-functional as it
is missing SCSI and CDDA support, however this does enable a number of other
packages to now build, many of which do not depend on working cdparanoia for
their own functionality.
2013-12-12 16:41:32 +00:00
is
7cba2b09c2 Fix for the integer overflow possibility reported in
http://secunia.com/advisories/53558 / CVE 2013-1993
taken from upstream:
http://lists.freedesktop.org/archives/mesa-dev/2013-May/039720.html
http://lists.freedesktop.org/archives/mesa-dev/2013-May/039722.html
but with s/calloc/(char *) Xcalloc/
2013-12-12 14:44:10 +00:00
pettai
65868624be Updated mail/opendkim to 2.9.0 2013-12-12 14:12:08 +00:00
pettai
2917402513 2.9.0 2013/12/09
NOTE: During the development cycle for this release, SourceForge
                changed their bug numbering system.  Bug numbers are recorded
                here as they were generated by the current system at the time
                they were filed.  The older ones (prefixed "SF") have since
                been renumbered or may no longer be in the system.
        Feature request #169: Discontinue libxml2 support in the reputation
                code.
        Feature request #174: Drop internal libstrl implementation.
        Feature request #175: Discontinue support for libdkimrep.
        Feature request #176: Update to the final REPUTE RFCs.
        Activate _FFR_REDIRECT.
        Fix bug #178: Add support for "dmarc" as an authentication method
                (though it hasn't been formally registered yet) and fix
                a minor Authentication-Results parsing problem.
        Fix bug #179: Correct handling of SignatureTTL.
        Fix bug #180: Drain results object when doing a DB walk of a postgresql
                table.
        Fix bug #182: Add an Authentication-Results header field even for
                messages with no valid From: field or a fatal structural
                violation.
        Teach dkimf_db_walk() about LDAP soft starting, and don't escape the
                forced "*" when walking.  Also handle incorrect attribute
                counts without causing an assertion failure.
        Call dkimf_config_free() on shutdown so that all DBs get properly
                closed and everything gets deallocated.
        LIBOPENDKIM: Fix bug #168: Report an unresolved CNAME for ADSP records
                as simply absent.
        LIBOPENDKIM: Add DKIM_LIBFLAGS_REQUESTREPORTS to request that an
                "r=y" tag be added to signatures, per RFC6651.
        TOOLS: Fix boundary condition in opendkim-testmsg.
        DOCS: Feature request #168: Improve documentation of signature
                verification failure debugging features.
        DOCS: Feature request #172: Describe socket selection procedure in
                detail, and mention selinux command to get set up.
2013-12-12 14:11:32 +00:00
jperkin
769cb4e20c x11-links should only be used with X11_TYPE == native. 2013-12-12 13:27:17 +00:00
jperkin
dce9b19e48 Don't include devel/libinotify on SunOS. Makes package build. 2013-12-12 12:58:31 +00:00
obache
7a92d77f37 + ghc7 2013-12-12 12:48:18 +00:00
obache
dc158d9680 Added lang/ghc7 version 7.6.3 2013-12-12 12:47:47 +00:00
obache
672727ee88 Import ghc-7.6.3 as lang/ghc7.
Based on wip/ghc, mostly worked by phonohawk, with patches from jperkin@.
And some modifications and buit of Bootstrap binaries for 7.6.3 by me.

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
2013-12-12 12:47:17 +00:00
jperkin
dd1d680639 Package needs lang/python/tool.mk for calls to 'python' in configure. 2013-12-12 12:45:44 +00:00
jperkin
69da652b46 When recursively chowning, ensure the -P flag is specified. This is default
on BSD but not on strict POSIX implementations, leading to failures when
building as an unprivileged user in the presence of symlinks.

Fixes recent breakage on SunOS when the '-h' flag was removed for MirBSD.
2013-12-12 12:24:47 +00:00
jperkin
bfeec881d0 Fix copy/paste error. 2013-12-12 11:53:38 +00:00
jperkin
d6c9483dfa Updated lang/nodejs to 0.10.23 2013-12-12 11:53:24 +00:00
jperkin
386849674c Update lang/nodejs to version 0.10.23. Changes since 0.10.20:
2013.12.12, Version 0.10.23 (Stable)
* uv: Upgrade to v0.10.20 (Timothy J Fontaine)
* npm: Upgrade to 1.3.17 (isaacs)
* gyp: update to 78b26f7 (Timothy J Fontaine)
* build: include postmortem symbols on linux (Timothy J Fontaine)
* crypto: Make Decipher._flush() emit errors. (Kai Groner)
* dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
* events: do not accept NaN in setMaxListeners (Fedor Indutny)
* events: avoid calling `once` functions twice (Tim Wood)
* events: fix TypeError in removeAllListeners (Jeremy Martin)
* fs: report correct path when EEXIST (Fedor Indutny)
* process: enforce allowed signals for kill (Sam Roberts)
* tls: emit 'end' on .receivedShutdown (Fedor Indutny)
* tls: fix potential data corruption (Fedor Indutny)
* tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
* tls: reset NPN callbacks after SNI (Fedor Indutny)

2013.11.12, Version 0.10.22 (Stable), cbff8f091c22fb1df6b238c7a1b9145db950fa65
* npm: Upgrade to 1.3.14
* uv: Upgrade to v0.10.19
* child_process: don't assert on stale file descriptor events (Fedor Indutny)
* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)
* repl: do not insert duplicates into completions (Maciej Małecki)
* src: Fix memory leak on closed handles (Timothy J Fontaine)
* tls: prevent stalls by using read(0) (Fedor Indutny)
* v8: use correct timezone information on Solaris (Maciej Małecki)

2013.10.18, Version 0.10.21 (Stable), e2da042844a830fafb8031f6c477eb4f96195210
* uv: Upgrade to v0.10.18
* crypto: clear errors from verify failure (Timothy J Fontaine)
* dtrace: interpret two byte strings (Dave Pacheco)
* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
* http: provide backpressure for pipeline flood (isaacs)
* tls: fix premature connection termination (Ben Noordhuis)
2013-12-12 11:52:37 +00:00
jperkin
3a563b7816 Search the SDK path on OSX, otherwise for Xcode 5 certain modules will not
be built, due to the headers not being installed in /usr/include by default.
2013-12-12 11:34:23 +00:00
markd
3da04fcc1d Don't fail build with old MesaLib. Fixes PR pkg/48398. 2013-12-12 11:09:28 +00:00
obache
602d7e2bdd reorder to avoid unwanted substitute. 2013-12-12 11:03:17 +00:00
markd
55c87ed185 Don't install into $PREFIX/lib64 2013-12-12 10:21:07 +00:00
markd
b8dc7b7663 Always install into $PREFIX/lib not $PREFIX/lib64 2013-12-12 10:03:42 +00:00
wen
377e2a50fa Updated devel/p5-Data-Peek to 0.39 2013-12-12 09:05:35 +00:00
wen
e0f7b84392 Update to 0.39
Upstream changes:
0.39	- 2013-08-17, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2013
    * Add alternative test results for 5.19.3 and up (COW and no PV for IV)
2013-12-12 09:04:31 +00:00
wen
f050e9ad4d Updated devel/p5-Data-MessagePack to 0.48 2013-12-12 08:55:34 +00:00
wen
96436f3697 Update to 0.48
Upstream changes:
0.48 2013-09-01 15:42:51+0900

    - Fix tests for bleadperl

0.47

    - Support PUREPERL_ONLY build
      See the Lancaster Consensus:
      219db464af/lancaster-consensus.md (specifying-pure-perl-builds)

0.46

    - fixed unpacking issue on big-endian system.
    https://github.com/msgpack/msgpack-perl/issues/4

0.45

    - support tied hashes(rurban++)

0.44

    - do not display deprecated warnings from Data::MessagePack::Unpacker.
      T::Xslate using it...

0.43 2012-06-26T02:00:57

    - Data::MessagePack::Unpacker was deprecated.


0.42 2012-06-25 09:56:58

    - fix failing to pack IV/NV with MAGIC (e.g. $$ in 5.16.0)

0.41 2012-03-28 01:09:44

    - Revert the privous changed utf8() behavior

0.40 2012-03-28 00:37:28

    - Fix $messagepack->utf8(1) behavior
    - Fix tests on NV == long double env
2013-12-12 08:54:13 +00:00
obache
b200c25222 require bsd.prefs.mk befer refering ${OPSYS}. 2013-12-12 08:47:24 +00:00
wen
d806ac6a33 Updated devel/p5-Data-Dump-Streamer to 2.36 2013-12-12 08:35:48 +00:00
wen
8f661a9046 Update to 2.36
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.

Should work on 5.18 now.

2.34
Administrative release to eliminate build dependency on module
used only for testing.

2.33
Caught up with various RT reports, and fixed a bunch of them.

[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)

[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.

Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.

This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
2013-12-12 08:32:54 +00:00
wen
5853b968c7 Updated devel/p5-Data-Dump to 1.22 2013-12-12 07:55:23 +00:00
wen
048e5caedc Update to 1.22
Upstream changes:
2013-05-10  Gisle Aas <gisle@ActiveState.com>

   Release 1.22

   Deal with class names containing '=' [RT#72415]

   Filters now get access to $ctx->expr; the textual expression
   denoting the current object.
2013-12-12 07:54:29 +00:00
wen
27a472e844 Updated devel/p5-Data-Compare to 1.23 2013-12-12 07:36:30 +00:00
wen
8cdddc1d2a Update to 1.23
Upstream changes:
1.23    2013-09-26  DCANTRELL  Add David Muir Sharnoff's tests for
     really big data structures (but not yet working);
              Check for taint-mode less insanely, thanks to Ilmari;
               Don't delay loading File::Find::Rule (see RT 87554)
2013-12-12 07:35:40 +00:00
wen
9e245acec7 Updated devel/p5-Data-Alias to 1.18 2013-12-12 07:24:48 +00:00