Commit graph

267424 commits

Author SHA1 Message Date
alnsn
8fd89cb720 Initial version of sysutils/collectd-lua - lua plugin for collectd.
The package inherits the version from the base package collectd-5.7.2.
2017-07-25 06:48:51 +00:00
adam
05192b314e Updated devel/py-mando to 0.6.4, devel/py-pbr to 3.1.1, devel/py-radon to 2.0.2 2017-07-24 16:45:39 +00:00
adam
255bdb55bb 2.0.1:
- Update mando dependency

2.0.1:
- Fix bug in the error message of Flake8's plugin

2.0.0:
- Add ``--sort`` option to ``mi`` command
- Add comment stats summary when using the ``-s, --summary`` option of the
  ``raw`` command
- Fix encoding bug
- Fix raw metrics (ensure that LOC = SLOC + Multi + Single Comments + Blank)
- Python 2.6 is not supported anymore
2017-07-24 16:44:31 +00:00
adam
7456adf380 3.1.1
* Restore previous IP binding

3.1.0
* allow user to override the output location of api docs
* fix tests based on API change in Sphinx
* Updated from global requirements
* Add binding option for WSGI server
* Ignore index URL lines in requirements.txt files
2017-07-24 16:35:46 +00:00
he
eed40cf94f Note update of security/openssh to 7.5.1nb1. 2017-07-24 16:33:58 +00:00
he
ef00a1fa4b Include 'pam' in the suggested/default list of options on NetBSD.
Add LICENSE setting, near as I can tell "modified-bsd".
Bump PKGREVISION.
2017-07-24 16:33:22 +00:00
adam
6c950e14aa 0.6.4:
Unknown changes.
2017-07-24 16:30:20 +00:00
maya
ef3551cd29 flex: add workaround for netbsd-8 which segfaults during the build 2017-07-24 14:34:49 +00:00
jakllsch
3d04bba2fe Updated devel/flex to 2.6.4 2017-07-24 14:19:31 +00:00
jakllsch
d81689e610 Update flex to 2.6.4.
Upstream news:

* Noteworthy changes in release 2.6.4 (2017-05-06) [stable]

** build

*** The indent target now knows about flex's new (as of 2.6.0)
    layout. The indent rules it would apply are not correct and do
    need to be fixed.

*** The files included in the flex distribution are now built by the
    version of flex that is included in the distribution.

*** The configure script has a better idea of which headers are
    required to build flex. It will also error when missing functions
    are detected.

*** We have lowered the versions of automake and gettext that
    configure.ac lists as required for building flex. In autogen.sh,
    we now check for how to call libtoolize and use what we find in
    the rest of the script.

*** Since files in lib/ are picked up as needed by src/, we no longer
    generate a Makefile for that directory.

*** Flex can be cross compiled.

** documentation

*** Some typos were removed from the manual.

** scanner

*** Some minor performance enhancements.

*** We honor user defined yy_* macros again. We are also more careful
    to not leak macro definitions into header files.

*** A number of portability fixes were introduced so building flex is
    more reliable on more platforms. Additionally, outdated function
    calls were removed.

*** When building the flex executable itself, %# comments from
    flex.skl are removed when generating the C source code array. This
    reduces the size of flex.

** test suite

*** All scripts in the test suite are now run by $(SHELL) and the
    needed portability fixes have been included.

*** Test suite dependencies are handled much better. This only matters
    if you are actively developing flex or its test suite.

*** Tests that depend on platform dependent features now properly skip
    when those platforms are not present.

*** When running "make check", you can now pas V=0 to silence more of
    the build. This is useful when you're less connncerned about the
    details of building and linking the test programs themselves.
2017-07-24 14:19:06 +00:00
taca
5ce030c84c Fix build problem when set PKGSRC_USE_STACK_CHECK to "yes", which reported
by wiz@ via private mail.

The problem exists basic use of auto variable.
2017-07-24 13:38:42 +00:00
maya
36f7575e15 Updated lang/libLLVM to 4.0.1 2017-07-24 13:14:09 +00:00
maya
dd4c0a7494 libLLVM: update to 4.0.1, a bugfix release. 2017-07-24 13:13:39 +00:00
wiz
d621b29e1c Pass ldflags to build, on BSDs.
Fixes RELRO build on NetBSD.
2017-07-24 12:27:33 +00:00
wiz
2ae0181bd6 Add RCS Id. Fix pkglint warning. 2017-07-24 12:26:35 +00:00
maya
cf81c000b1 Updated sysutils/xentools42 to 4.2.5nb23 2017-07-24 11:38:16 +00:00
maya
5179bc504b xentools{42,45,46,48}: don't force SSP. fixes build.
xentools42: avoid %m in printf, use strerror instead. bump PKGREVISION.
I still can't build it due to other new warnings (it uses -Werror)
2017-07-24 11:37:49 +00:00
minskim
3f80f489d9 Added devel/ruby-filesize version 0.1.1 2017-07-24 10:43:40 +00:00
minskim
1719a8cb9d Add ruby-filesize 2017-07-24 10:42:52 +00:00
minskim
b0d55ed6b5 Import ruby-filesize-0.1.1 as devel/ruby-filesize
filesize is a small class for handling filesizes with both the SI and
binary prefixes, allowing conversion from any size to any other size.
2017-07-24 10:41:12 +00:00
leot
e4051952b0 Update DESCR to reflect current 9.17 version (belatedly, whoops!). 2017-07-24 10:29:25 +00:00
adam
76424dcefe Updated devel/py-decorator to 4.1.2, devel/py-hypothesis to 3.14.0 2017-07-24 10:25:02 +00:00
adam
5c7965ac27 3.14.0:
Hypothesis now understands inline type annotations
2017-07-24 10:23:57 +00:00
leot
9885a49d38 Updated fonts/symbola-ttf to 9.17 2017-07-24 10:21:01 +00:00
adam
a24e877151 4.1.2:
Made it possible to define decorators converting coroutines into regular
functions
2017-07-24 10:20:59 +00:00
leot
d76e398ae6 Update fonts/symbola-ttf to 9.17.
Changes:
Unfortunately no change log is available but it updates available characters to
Unicode 9.0 version.
2017-07-24 10:16:47 +00:00
maya
04d19343cb flex 2017-07-24 10:08:15 +00:00
maya
85b5560f7c flex: apply upstream commit to avoid redefining yywrap.
we are still redefining some.

bump pkgrevision
2017-07-24 10:07:44 +00:00
maya
1b36677cbf clamav 2017-07-24 09:40:17 +00:00
maya
5c532ffba0 rename cl_fmap's gets to my_gets to allow gets to be overriden by macro,
allows us to force-enable fortify. as far as I can tell this is an opaque
type.

drop workaround for netbsd 1.x

bump pkgrevision
2017-07-24 09:39:42 +00:00
maya
18d0394264 Don't force enable ssp on xenkernel packages. fixes build 2017-07-24 08:53:45 +00:00
maya
34220ef43f Force disable fortify to fix the build.
artsdsp.c is extremely questionable and won't be possible to build with
fortify.

from gary duzan
2017-07-24 08:34:30 +00:00
maya
fba584b86b drop old gcc hack for sparc, conflicts with a non-existent package 2017-07-24 08:31:44 +00:00
maya
7ddbd3b915 Don't bother with a version check for alpha cflags 2017-07-24 08:19:08 +00:00
dbj
ff6222dc7e fix build without doxygen
bump pkgrevision for removing DEPENDS in favor of BUILD_DEPENDS
2017-07-24 07:30:07 +00:00
dbj
a334ae63d1 use BUILTIN_FIND_HEADERS instead of BUILTIN_FIND_FILES
fixes the case where header files aren't in /usr/include (Darwin SDKs)
2017-07-24 07:23:28 +00:00
maya
4ad8e76d0b inform 2017-07-24 03:19:44 +00:00
maya
89ac9e62d4 update to inform-6.33-6.12.1
(versioned as 6.33.20160609 based on the tarball date)

Version 6.33-6.12.1 (6 June 2016)
=================================

* Inform version is now 6.33, with Inform7-related patches and new features.

* The Inform Library is 6.12.1 with lots of bugfixes and enhancements.

* Package version scheme changed to indicate both compiler and library
  versions included.

* Include files trimmed to those known to be freely redistributable and
  checked to make sure they work.

* DM4 removed due to license incompatibilities.

* Added a manpage.

* Added pblorb.pl and scanblorb.pl utilities for dealing with Blorb files.

Version 6.32.1 (16 July 2012)
=============================

* Inform version is now 6.32, with more patches for use with Inform 7.

* The Inform program is now distributed under the Artistic License 2.0.

* The advent.inf example is now at release 9.

drop nathanw's maintainership by his request
tested by wes fraizer
2017-07-24 03:18:54 +00:00
schmonz
c00c07e926 Updated security/py-tlslite to 0.4.9 2017-07-23 22:30:17 +00:00
schmonz
d73cc2524a Update to 0.4.9. From the commit log:
- Fix IndexError on junk message (CVE-2015-3220).
- Fix unit-test failure (disable sha256 mac if maxversion < 1.2)
- Merge pull request #98 from davidben/chromium-patches-2
- Fix bug in SRP hashing.
- Merge pull request #106 from tomato42/name-fixes-trevp
- rename description_name
- rename level_name
- rename type_name
- rename cert_types
- rename _server_extensions
- rename _universal_extensions
- rename host_names
- rename server_names
- rename server_type
- rename ext_data
- rename ext_type
- Merge pull request #104 from tomato42/sni-fix
- fix parsing server side server_name extension
- travis.yml: follow redirects, debugging info logging
- Correctly enforce cipher suite version constraints.
- Fix Fault-based test framework.
- Fix client auth for TLS 1.2.
- If ignoreAbrubtClose is set, write failures don't break sessions.
- Fix CertificateRequest initialization.
- Merge pull request #93 from tomato42/gitignore
- ignore coverage html output folder
- Merge pull request #88 from tomato42/handshakesettings-fixes
- promote HandshakeSettings._getCertificateTypes to public
- add check for interdependance of minKeySize and maxKeySize
- unit tests for HandshakeSettings
- promote HandshakeSettings._filter() to public
- adding acknowledgements
- Merge pull request #87 from davidben/chromium-patches-1
- Apply minimal padding.
- Implement FALLBACK_SCSV.
- Fix #! line in httpsserver.sh.
- Fix executable bits on files.
- Merge pull request #86 from tomato42/tests-with-deps-3
- Merge pull request #85 from tomato42/clienthello-tests
- remove BadNextProtos
- test ClientHello.parse with SSLv2 ClientHello
- Fix compatibility issues with pycrypto and gmpy
- fix setting ClientHello.server_name multiple times
- clientHello.supports_npn test
- ClientHello.tack test
- ClientHello.srp_username test
- Merge pull request #84 from tomato42/messages-tests
- test coverage for getExtension and certificate_types
- test coverage for Alert
- Fix test failure on OSX.
- Adding acknowledgements for Mirko.
- Merge pull request #83 from MirkoDziadzka/session-cache
- remove unneeded import
- add tests to reproduce the problem
- fix session cache problem
- Merge pull request #82 from tomato42/test-coverage
- RecordHeader3 test coverage
- test coverage to RecordHeader2
- Trying this coveralls things for test coverage.
- Merge pull request #80 from tomato42/coverage
- add coverage checks to test-dev
- measure coverage in travis-ci
- Merge pull request #78 from tomato42/test-intermediate-10
- add check for code style
- Merge pull request #77 from tomato42/merged-2
- fix all problems with tests
- Merge pull request #68 from tomato42/fix-6568ad9
- fix bug introduced in 6568ad9
- Merge pull request #57 from tomato42/test-intermediate-3
- run tests for every commit in pull request or push [v2]
- make-based tests
- Merge pull request #54 from tomato42/revert-53-test-intermediate
- Revert "More detailed CI"
- Merge pull request #53 from tomato42/test-intermediate
- run tests for every commit in pull request or push
- Merge pull request #51 from tomato42/python26-fix
- add unittest2 import
- Trying travis
- Merge pull request #43 from tomato42/tests-fixes
- Merge pull request #46 from tomato42/cleanup
- don't pollute global namespace with `sieve` temporary variable
- characterisation tests for isPrime
- don't pollute global namespace with `length`
- Merge pull request #45 from tomato42/test-coverage-2
- fix pylint reported formatting issues
- fix missing import in tlslite.extensions
- better test coverage for TACKExtension
- don't use explicit short-circuit in compare
- better test coverage for __eq__ in TLSExtension
- remove duplicate check
- unit tests compatibility with Python2.6
- run self tests using both python2 and python3
- python 2.7.9 compatibility
- change certificate to self signed
- strict is deprecated and removed in 3.4
- deal with unclean socket shutdown
- Merge pull request #40 from tomato42/debugging-aids
- Merge pull request #42 from tomato42/docstring
- fix addExtension docstring
- add __repr__ to ClientHello
- add __str__ to ClientHello
- add __repr__ support to Alert
- add __str__ support to Alert
- add __repr__ to extensions
- add __repr__ to ServerHello
- add __str__ to ServerHello
- add __repr__ to RecordHeader3
- add __str__ handling to RecordHeader3
- Merge pull request #37 from tomato42/server-extensions-4
- Merge pull request #38 from tomato42/parsePEMKey-fixes
- be more precise in naming libraries
- make comment more descriptive in OpenSSL_RSAKey.parse()
- make OpenSSL wrapper handle PKCS#8 files
- characterisation tests for parsePEMKey
- Merge pull request #36 from tomato42/comments
- use extension parsers and serialisers in server hello
- convert server hello to using extensions list
- implement server side version of TACK extension
- fix typo in ClientHello docs
- remove some code duplication in ClientHello
- don't use reserved keyword for name of ServerName type field
- extend note about backwards compatibility for certificate_types
- extend extension handler to ServerHello extensions
- implement server side version of cert type extension
- add tests for cert_type and NPN ServerHello extensions
- Merge branch 'writer-fixes' of git://github.com/tomato42/tlslite-1
  into tomato42-writer-fixes
- Merge pull request #34 from tomato42/new-extensions-3
- raise exception when overflowing integers
- Writer characterisation tests
- rename tlsextension to extensions
- harmonise get_extension method name with other method names
- tests for the new extensions variable
- use array to store ClientHello extensions
- make TLSExtension parse() into a factory function
- implement the ClientHello version of cert_type extension
- implement SRP extension
- implement NextProtocolNegotiation extension
- codec: method to return remaining buffer size
- implement class for ServerNameIndication extension
- add class handling generic TLS Extensions
- Merge pull request #32 from tomato42/client-hello-ext-parser-tests
- add parser tests for extensions in ClientHello
- clean up also in unit_tests directory
- Merge pull request #30 from tomato42/epydoc-fixes
- Merge pull request #31 from tomato42/parser-fixes
- fix getFixBytes boundary checking
- add characterisation tests for Parser
- add graphs to generated documentation
- add docs/ directory to .gitignore
- add test for epydoc to test-dev target
- fix epydoc warnings
- Merge pull request #29 from tomato42/test-suite-2
- ServerHello unit tests
- simple unit tests for ClientHello class (v3)
- remove dead code
2017-07-23 22:30:03 +00:00
adam
5b61e69987 Updated www/nginx-devel to 1.13.3 2017-07-23 21:31:37 +00:00
adam
50b6d6db53 Changes with nginx 1.13.3:
*) Security: a specially crafted request might result in an integer
   overflow and incorrect processing of ranges in the range filter,
   potentially resulting in sensitive information leak (CVE-2017-7529).


Changes with nginx 1.13.2:

*) Change: nginx now returns 200 instead of 416 when a range starting
   with 0 is requested from an empty file.

*) Feature: the "add_trailer" directive.

*) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
   appeared in 1.13.0.

*) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.

*) Bugfix: a segmentation fault might occur in a worker process when
   using SSI with many includes and proxy_pass with variables.

*) Bugfix: in the ngx_http_v2_module.


Changes with nginx 1.13.1:

*) Feature: now a hostname can be used as the "set_real_ip_from"
   directive parameter.

*) Feature: vim syntax highlighting scripts improvements.

*) Feature: the "worker_cpu_affinity" directive now works on DragonFly
   BSD.

*) Bugfix: SSL renegotiation on backend connections did not work when
   using OpenSSL before 1.1.0.

*) Workaround: nginx could not be built with Oracle Developer Studio
   12.5.

*) Workaround: now cache manager ignores long locked cache entries when
   cleaning cache based on the "max_size" parameter.

*) Bugfix: client SSL connections were immediately closed if deferred
   accept and the "proxy_protocol" parameter of the "listen" directive
   were used.

*) Bugfix: in the "proxy_cache_background_update" directive.

*) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
   option before an SSL handshake.
2017-07-23 21:31:09 +00:00
adam
fe79fd15a4 Update distinfo 2017-07-23 21:22:28 +00:00
markd
1e41ccb649 Add missing dependencies (PR pkg/52423) 2017-07-23 21:11:59 +00:00
adam
fe6404f582 Updated www/nginx to 1.12.1 2017-07-23 21:09:00 +00:00
adam
db11a3e1da Changes with nginx 1.12.1
*) Security: a specially crafted request might result in an integer
    overflow and incorrect processing of ranges in the range filter,
    potentially resulting in sensitive information leak (CVE-2017-7529).
PkgSrc:
 *) Updated external modules
 *) Added RTMP module (Media Streaming Server)
2017-07-23 21:08:18 +00:00
markd
f7cc59d970 Add kqtquickcharts4 2017-07-23 21:05:21 +00:00
markd
d068212c66 Add kqtquickcharts 4.14.3
Beautiful and interactive charts for Qt Quick 1.0
2017-07-23 21:04:15 +00:00
adam
355a6835f1 Updated devel/epydoc to 3.0.1 2017-07-23 20:10:30 +00:00
adam
7556b81466 Changes 3.0.1:
Support for Parsing & Introspection
Docstrings for variables
Graphs & Diagrams
Syntax Highlighted Source Code
Improved Output
Improved Documentation Extraction
2017-07-23 20:10:02 +00:00