Commit graph

246519 commits

Author SHA1 Message Date
manu
e5989e39a1 Updated security/lasso to 2.5.1 2016-03-14 09:45:08 +00:00
manu
3b286542d9 Update lasso to 2.5.1
Changes since 2.4.1 from NEWS file:

2.5.1 - February 19th 2016
---------------------------
17 commits, 16 files changed, 1096 insertions, 42 deletions

 - Add missing urn constants used in PAOS HTTP header
 - Set NotBefore in SAML 2.0 login assertions
 - tests: fix leak in test test16_test_get_issuer
 - id-ff: fix leak of profile->private_data->message_id
 - saml-2.0: fix leak of message_id in
   lasso_profile_saml20_build_paos_request_msg
 - tests: fix leaks in test_ecp
 - xml: fix wrong termination of comment
 - xml: fix leak in lasso_soap_envelope_new_full
 - profile: fix leak of private idp_list field
 - saml-2.0: fix leaks of url
 - tests: fix leak
 - tests: update valgrind suppressions
 - perl: remove quotes from $PERL -V::ccflags: output (#9572)
 - Fix wrong snippet type (fixes #9616). Thanks to Brett Gardner for the patch.
 - tools.c: use correct NID and digest length when building RSA signature
   using SHA-2 digest
   (fixes #10019) Thanks to Brett Gardner for the patch.
 - bindings/php5: fix enum getters and setters (fixes #10032). Thanks to
   Brett Gardner for the bug report.
 - fix warning about INCLUDES directive

2.5.0 - September 2nd 2015
--------------------------
151 commits, 180 files changed, 8391 insertions, 1339 deletions

 - lots of bugfixes (reported by static analysis tools like clang,
   coverity and manual inspection) thanks to Simo Sorce and John Dennis from
   RedHat
 - xsd:choices are now parsed correctly by implementing a real finite automata
   for parsing XML documents. New flag for jumping forward and backward in
   schema snippets have been added. It fixes parsing of message from third
   party not following the ordre from the schema (they are entitled to do it but
   most SAML implementations do not)
 - added C CGI examples for SP and IdP side
 - removed the _POSIX_SOURCE declaration
 - added support for the SHA-2 family of hash functions
 - fixed protocol profile selection when parsing AuthnRequest
 - added support for Python 3, thanks to Houzefa Abbasbhay from
   XCG Consulting
 - fixed default value of WantAuthnRequestSigned in metadata parsing
 - SAML 2.0 ECP is now functionnal, thanks to John Dennis from RedHat
 - added two new API function to LassoProfile to extract the Issuer and
   InResponseTo attribute of messages, allowing pre-treatment before parsing
   the message, to load the metadata of the remote provider, or find the request
   which the response matches.
 - fixed segfault when parsing HTTP-Redirect marlformed base64 content
 - added support for automake 1.15 (jdennis)
2016-03-14 09:43:42 +00:00
fhajny
baae876480 Updated net/haproxy to 1.6.4 2016-03-14 09:23:43 +00:00
fhajny
971438913f Update net/haproxy to 1.6.4. Throw in example config files.
2016/03/14 : 1.6.4
- BUG/MINOR: http: fix several off-by-one errors in the url_param
  parser
- BUG/MINOR: http: Be sure to process all the data received from a
  server
- BUG/MINOR: chunk: make chunk_dup() always check and set
  dst->size
- MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero
- MINOR: chunks: add chunk_strcat() and chunk_newstr()
- MINOR: chunk: make chunk_initstr() take a const string
- MINOR: lru: new function to delete <nb> least recently used keys
- DOC: add Ben Shillito as the maintainer of 51d
- BUG/MINOR: 51d: Ensures a unique domain for each configuration
- BUG/MINOR: 51d: Aligns Pattern cache implementation with HAProxy
  best practices.
- BUG/MINOR: 51d: Releases workset back to pool.
- BUG/MINOR: 51d: Aligned const pointers to changes in 51Degrees.
- CLEANUP: 51d: Aligned if statements with HAProxy best practices
  and removed casts from malloc.
- DOC: fix a few spelling mistakes
- DOC: fix "workaround" spelling
- BUG/MINOR: examples: Fixing haproxy.spec to remove references to
  .cfg files
- MINOR: fix the return type for dns_response_get_query_id()
  function
- MINOR: server state: missing LF (\n) on error message printed
  when parsing server state file
- BUG/MEDIUM: dns: no DNS resolution happens if no ports provided
  to the nameserver
- BUG/MAJOR: servers state: server port is erased when dns
  resolution is enabled on a server
- BUG/MEDIUM: servers state: server port is used uninitialized
- BUG/MEDIUM: config: Adding validation to stick-table expire
  value.
- BUG/MEDIUM: sample: http_date() doesn't provide the right day of
  the week
- BUG/MEDIUM: channel: fix miscalculation of available buffer
  space.
- MEDIUM: pools: add a new flag to avoid rounding pool size up
- BUG/MEDIUM: buffers: do not round up buffer size during
  allocation
- BUG/MINOR: stream: don't force retries if the server is DOWN
- BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch
  the table
- MINOR: unix: don't mention free ports on EAGAIN
- BUG/CLEANUP: CLI: report the proper field states in "show sess"
- MINOR: stats: send content-length with the redirect to allow
  keep-alive
- BUG: stream_interface: Reuse connection even if the output
  channel is empty
- DOC: remove old tunnel mode assumptions
- BUG/MAJOR: http-reuse: fix risk of orphaned connections
- BUG/MEDIUM: http-reuse: do not share private connections across
  backends
- BUG/MINOR: ssl: Be sure to use unique serial for regenerated
  certificates
- BUG/MINOR: stats: fix missing comma in stats on agent drain
- BUG/MINOR: lua: unsafe initialization
- DOC: lua: fix somme errors
- DOC: add server name at rate-limit sessions example
- BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
- BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
- DOC: LUA: fix some typos and syntax errors
- MINOR: cfgparse: warn for incorrect 'timeout retry' keyword
  spelling in resolvers
- MINOR: mailers: increase default timeout to 10 seconds
- MINOR: mailers: use <CRLF> for all line endings
- BUG/MAJOR: lua: applets can't sleep.
- BUG/MINOR: server: some prototypes are renamed
- BUG/MINOR: lua: Useless copy
- BUG/MEDIUM: stats: stats bind-process doesn't propagate the
  process mask correctly
- BUG/MINOR: server: fix the format of the warning on address
  change
- BUG/MEDIUM: chunks: always reject negative-length chunks
- BUG/MINOR: systemd: ensure we don't miss signals
- BUG/MINOR: systemd: report the correct signal in debug message
  output
- BUG/MINOR: systemd: propagate the correct signal to haproxy
- MINOR: systemd: ensure a reload doesn't mask a stop
- BUG/MEDIUM: cfgparse: wrong argument offset after parsing server
  "sni" keyword
- CLEANUP: stats: Avoid computation with uninitialized bits.
- CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
- CLEANUP: map: Avoid memory leak in out-of-memory condition.
- BUG/MINOR: tcpcheck: fix incorrect list usage resulting in
  failure to load certain configs
- BUG/MAJOR: samples: check smp->strm before using it
- MINOR: sample: add a new helper to initialize the owner of a
  sample
- MINOR: sample: always set a new sample's owner before evaluating
  it
- BUG/MAJOR: vars: always retrieve the stream and session from the
  sample
- CLEANUP: payload: remove useless and confusing nullity checks
  for channel buffer
- BUG/MINOR: ssl: fix usage of the various sample fetch functions
- MINOR: cfgparse: warn when uid parameter is not a number
- MINOR: cfgparse: warn when gid parameter is not a number
- BUG/MINOR: standard: Avoid free of non-allocated pointer
- BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition
- CLEANUP: http: fix a build warning introduced by a recent fix
- BUG/MINOR: log: GMT offset not updated when entering/leaving DST
2016-03-14 09:23:31 +00:00
dbj
e84335b555 note octave update to 4.0.0 2016-03-14 09:11:44 +00:00
dbj
8c0d15c1bf don't use xcrun checking for xcrun on osx
command line tools don't install xcrun in the toolkit
so do a simple check for cc instead
2016-03-14 06:12:17 +00:00
dbj
70a786b76d set CHECK_BUILTIN.zlib:=yes so that zlib's builtin.mk won't create a fake zlib.pc
otherwise, freetype2 will add a Requires: for the fake .pc file to its own .pc file
2016-03-14 06:08:10 +00:00
dbj
3555fb3c89 add libiconv buildlink3 dependency, bump PKGREVISION 2016-03-14 05:49:51 +00:00
tnn
e63aff7c5f Only support the dri option if X11_TYPE is modular. Not very useful in and
of itself, but cuts down on noise from libdrm and MesaLib in X11_TYPE=native
bulk builds. Also, only enable the Present extension if building with DRI.
2016-03-14 02:13:33 +00:00
tnn
a5c5e5d444 needs randrproto>=1.5.0 2016-03-14 01:47:44 +00:00
tnn
0eb65a92b4 remove references to ruby200 2016-03-14 00:59:05 +00:00
tnn
acc316a306 drop ruby200-base 2016-03-14 00:54:43 +00:00
gdt
aafec7adef Fix previous
CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2016-03-13 23:28:13 +00:00
gdt
8234995c3f Removed databases/postgresql-postgis2 successor databases/postgresql-postgis2 [gdt 2016-03-14]
CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2016-03-13 23:26:37 +00:00
gdt
8282ff7ac5 Remove postgresql-postgis
This package is well beyond obsolete, and is no longer maintained
upstream.  It only existed because postgis2 (now at 2.2, 2 major
releases later) was added instead of just updating this one.
2016-03-13 23:25:21 +00:00
fhajny
8b10a8c2b5 Enable postgresql-postgis2 for PostgreSQL 9.5 2016-03-13 21:40:22 +00:00
fhajny
1c242dc29f Updated databases/mongo-tools to 3.2.4 2016-03-13 21:05:43 +00:00
fhajny
7277d5bb9a Update databases/mongo-tools to 3.2.4.
3.2.4
- mongorestore --noIndexRestore inhibits empty collection creation

3.2.3
- mongoexport chokes on data with quotes

3.2.1
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.2.0
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.0.8
- bsondump does not keep attribut order
- mongodump issue with temporary map/reduce collections
- Error restoring database "insertion error: EOF"
2016-03-13 21:05:34 +00:00
fhajny
003ae1ab9c Updated databases/mongodb to 3.2.4 2016-03-13 20:51:06 +00:00
fhajny
a47c57fce5 Update databases/mongodb to 3.2.4.
- Fixed issue with setting optime when running with journaling
  disabled
- Have read concern majority reflect journaled state on
  the primary
- Fixed issue where specifying replication.enableMajorityReadConcern
  implied true regardless of the actual boolean value
- Fixed issue causing segfault when running aggregation that
  includes $lookup
2016-03-13 20:50:53 +00:00
dholland
5e04343e5f ivtools, nocol 2016-03-13 20:14:02 +00:00
schnoebe
2742a1a350 Updated comms/conserver8 to 8.2.1. 2016-03-13 18:32:49 +00:00
schnoebe
e9fe9116f6 Upstream: Update to 8.2.1
version 8.2.1 (Jun 2, 2015):
	- added TCP keepalives between client and server - TCP-based consoles
	  already had the code - this was mostly an oversight
	- patch for SEGV and task execution - patch by Artem Savkov
	  <asavkov@redhat.com>
	- expanded break sequences from [1-9] to [1-9a-z] - based on patch by
	  Artem Savkov <asavkov@redhat.com>

pkgsrc:
    options.mk:
	add support inet6
	The way the conserver is coded, you get inet6 or you get uds
    patches/patch-conserver_readcfg.c:
	new patch, fixing a setproctitle() bug with inet6.
	This needs to be sent upstream.
    Makefile:
	install sample configurations
	Change maintainer to pkgsrc-users@netbsd.org
	    old maintainer address bounced.
	drop ``--with-regex'' option, it's no longer supported.
2016-03-13 18:31:11 +00:00
adam
85c58a5d6a Updated www/sassc to 3.3.3 2016-03-13 18:17:05 +00:00
adam
e96e2cf527 Changes 3.3.3:
Fix failed assertions not being set to stderr
Fix version not working when compiled with Visual Studio
Fix poor handling of UTF-8 characters in paths
2016-03-13 18:16:13 +00:00
wiz
8138ff38c3 Let's maintain this. 2016-03-13 17:27:12 +00:00
wiz
1035e98a7c Updated net/php-baikal to 0.3.5 2016-03-13 17:26:59 +00:00
wiz
4cd367e6cb Update php-baikal to 0.3.5:
0.3.5

    #466: Fixed a small issue that can effect new installions. Existing working installations do not need to upgrade.

0.3.4

    Last build was broken, contained data in the Specific/ directory. This affected new installs but not upgrades.

0.3.3

    #457: The realm was not correctly set from configuration for Digest auth.
    Reduced memory usage in upgrade script. Should help with upgrading large databases.
    Removed BAIKAL_PATH_SABREDAV setting. It was no longer used.
2016-03-13 17:26:48 +00:00
wiz
c5d32c2a93 + afl-2.08b, cmake-3.5.0, dbus-python-common-1.2.4, denemo-2.0.4,
dropbear-2016.72, farstream-0.2.8, glpk-4.59, grep-2.24, mc-4.8.16,
  ocaml-findlib-1.6.2, orcus-0.11.1, py-dbus-1.2.4, spice-protocol-0.12.11,
  talloc-2.1.6, tor-browser-5.5.3, transmission-2.92, waf-1.8.20,
  x264-devel-20160312, xterm-324.
2016-03-13 16:54:34 +00:00
wiz
581fa39218 Updated security/p5-Crypt-ECB to 2.10 2016-03-13 16:53:39 +00:00
wiz
933c8f489e Update p5-Crypt-ECB to 2.10:
v2.10, 07.03.2016
	- forgot another change in the v2.00 changelog...
	- changed license from GPL to Artistic
	- improved kwalitee:
		- added license information to meta files
		- removed test.pl
	- added eg/ecb.pl (command line en- and decryption)
	- added dummy cipher, so the test suite makes sense even if there are no block ciphers installed
	- refactored test data from test scripts
2016-03-13 16:53:30 +00:00
taca
8e12e34838 Drop support for ruby200, Ruby 2.0. 2016-03-13 15:52:51 +00:00
taca
85a8ff579c Note remove of ruby200 and ruby200-base package. 2016-03-13 15:47:44 +00:00
taca
ab564b3788 Update lang/ruby200-base, the package became EOL. 2016-03-13 15:46:57 +00:00
taca
9bb0246d8f Update lang/ruby200, the package became EOL. 2016-03-13 15:46:37 +00:00
taca
1dd1e59cdd Delete ruby200 and ruby200-base. 2016-03-13 15:44:23 +00:00
taca
a65bd3e231 Note remove of devel-ruby-debugger and related packages which were
supported by Ruby 2.0.0 and prior version.
2016-03-13 15:32:26 +00:00
khorben
1778fc2c25 Also determine when compiling from source files
This allows fixing an issue with PKGSRC_MKPIE, where "gcc source.c" would
not work. Some packages rely on this test to determine if a working
compiler is available.
2016-03-13 15:32:06 +00:00
taca
0b4f01dbca Remove ruby-debugger-ruby_core_source, it was required by ruby-debugger. 2016-03-13 15:31:10 +00:00
taca
d9bc7cecd2 Remove ruby-debugger-linecache, it was required by ruby-debugger. 2016-03-13 15:30:43 +00:00
taca
c854d0507d Remove ruby-debugger, it dose not catch up to Ruby 2.1 and later. 2016-03-13 15:28:05 +00:00
taca
558bc30aec Delete ruby-debugger, ruby-debugger-linecache and
ruby-debugger-ruby_core_source.
2016-03-13 15:26:51 +00:00
rillig
1ea1d9c2e2 Updated pkgtools/pkglint to 5.3.6 2016-03-13 13:42:51 +00:00
rillig
cc0455efbd Updated pkglint to 5.3.6.
Changes since 5.3.5:

* Warn about !empty(${VARNAME}), which should be !empty(VARNAME)
* Distinguish ${VARNAME} == "value" and ${VARNAME:Mpattern}
* Corrected isQuotingNecessary for some variable types
* Generally, parse files from mk/, since they define variables
  used by packages. This avoids wrong warnings about possible
  spelling mistakes.
* Warn about $(VARNAME) (with parentheses instead of braces)
* Warn about missing final @ in ${VAR:@var@...@}
* Updated list of hardware architectures
* Enabled CPU profiling on NetBSD
2016-03-13 13:40:10 +00:00
wen
e670c7ceca Updated devel/p5-Git-Repository to 1.318 2016-03-13 13:04:39 +00:00
wen
40b565aff9 Update to 1.318
Update DEPENDS

Upstream changes:
1.318 2016-03-12 BOOK
    [ENHANCEMENTS]
    - Extend version support to all existing version
    - Let Git::Version::Compare handle all version comparison code
    - eg/build-git can now build all Git versions since 1.0.0
    [DOCUMENTATION]
    - Minor documentation updates
    - URL corrections by DOLMEN

1.317 2016-02-13 BOOK
    [ENHANCEMENTS]
    - improved git binary detection in Git::Repository::Command
    - fixed version comparisons for 1.0.0a and 1.0.0b under Perl 5.6
    - test_repository( clone => ... ) now dies with a useful message
      when trying to call it with a broken Git
    - Git::Repository::Util provides utility functions for Git stuff
    - eg/build-git: a utility to build and install any Git version
    [DOCUMENTATION]
    - Tutorial entry: "Ignore the system and global configuration files"
    - spelling fix (RT #110027 by Gregor Herrmann)
    [TEST]
    - fix RT #89086 (reported by Alex Raguero)
    - new test: t/test-all-git.t to run the test suite against a directory
      full of git builds (if available)
    - tested against 513 versions of git (including all RC),
      from 1.0.0 to 2.7.1

1.316 2015-12-02 BOOK
    [ENHANCEMENTS]
    - avoid a warning if the filehandles have already been closed
      (related to System::Command 1.114 'interactive' option)
    [DOCUMENTATION]
    - add examples for `git log` and using callbacks with `$r->run`
      in Git::Repository::Tutorial
    [TESTS]
    - git-2.5.2 test suite compatibility fix (Petr �abata)
2016-03-13 13:03:14 +00:00
wen
653233cb1d Added devel/p5-Git-Version-Compare version 1.001 2016-03-13 12:58:27 +00:00
wen
29e2d54cad Add p5-Git-Version-Compare 2016-03-13 12:56:38 +00:00
wen
9c3e83b856 Import Git-Version-Compare-1.001 as devel/p5-Git-Version-Compare.
Git::Version::Compare contains a selection of subroutines that make
dealing with Git-related things (like versions) a little bit easier.

The strings to compare can be version numbers, tags from git.git or
the output of git version or git describe.
2016-03-13 12:54:58 +00:00
morr
94b21c32b6 Note update of x11/rxvt-unicode 2016-03-13 12:00:43 +00:00