129
I Use This!
Very High Activity

News

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Posted over 9 years ago by [email protected] (koobs)
devel/py-pygithub: Update to 1.26.0 - Update PORTVERSION and distinfo checksum (1.26.0) - Add LICENSE_FILE - Update test target - Enable NO_ARCH (architecture independence)
Posted over 9 years ago by [email protected] (koobs)
devel/py-dateutil: Update to 2.4.2 - Update PORTVERSION and distinfo checksum (2.4.2) - six is only a RUN_DEPENDS, remove from BUILD_DEPENDS - Enable NO_ARCH (architecture independence) - Add test target
Posted over 9 years ago by [email protected] (junovitch)
Document bsh remote code execution vulnerability PR: 207334 Submitted by: pfg (maintainer) Security: CVE-2016-2510 Security: https://vuxml.FreeBSD.org/freebsd/9e5bbffc-d8ac-11e5-b2bd-002590263bf5.html
Posted over 9 years ago by [email protected] (junovitch)
lang/bsh: update 2.0b5 -> 2.0b6 Changes: https://github.com/beanshell/beanshell/releases/tag/2.0b6 PR: 207334 Submitted by: pfg (maintainer) Security: CVE-2016-2510 Security: https://vuxml.FreeBSD.org/freebsd/9e5bbffc-d8ac-11e5-b2bd-002590263bf5.html MFH: 2016Q1
Posted over 9 years ago by [email protected] (koobs)
[NEW] devel/include-what-you-use: Clang tool to analyze #includes in C and C++ sources "Include what you use" means this: for every symbol (type, function, variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc or foo.h should ... [More] include a .h file that exports the declaration of that symbol. (Similarly, for foo_test.cc, either foo_test.cc or foo.h should do the including.) Obviously symbols defined in foo.cc itself are excluded from this requirement. This puts us in a state where every file includes the headers it needs to declare the symbols that it uses. When every file includes what it uses, then it is possible to edit any file and remove unused headers, without fear of accidentally breaking the upwards dependencies of that file. It also becomes easy to automatically track and update dependencies in the source code. WWW: http://include-what-you-use.org [Less]
Posted over 9 years ago by [email protected] (koobs)
devel/py-doit: Update to 0.29.0 - Update PORTVERSION and distinfo checksum (0.29.0) - Update COMMENT (more informative version from upstream) - Add LICENSE_FILE - Add and update RUN and TEST dependencies - Update test target - Enable NO_ARCH (architecture independence)
Posted over 9 years ago by [email protected] (junovitch)
Document libsrtp DoS via crafted RTP header vulnerability PR: 207003 Reported by: pi Security: CVE-2015-6360 Security: https://vuxml.FreeBSD.org/freebsd/6171eb07-d8a9-11e5-b2bd-002590263bf5.html
Posted over 9 years ago by [email protected] (koobs)
[NEW] devel/py-cloudpickle: Extended pickling support for Python objects cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for ... [More] cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the `__main__` module. WWW: https://github.com/cloudpipe/cloudpickle [Less]
Posted over 9 years ago by [email protected] (junovitch)
Respace entry so `make validate' passes
Posted over 9 years ago by [email protected] (koobs)
devel/py-dateutil: Update to 2.4.2 - Update PORTVERSION and distinfo checksum (2.4.2) - six is only a RUN_DEPENDS, remove from BUILD_DEPENDS - Enable NO_ARCH (architecture independence) - Add test target