summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-24Add a patch that fixes a deprecated use of defined(). Now w3mman works again.leot3-3/+19
PKGREVISION++.
2015-08-24add devel/py-cached-propertyrichard1-1/+2
2015-08-24Add py-cached propertyrichard5-1/+33
A cached-property for decorating methods in classes. History: 1.2.0 (2015-04-28) Overall code and test refactoring, thanks to @gsakkis Allow the del statement for resetting cached properties with ttl instead of del obj._cache[attr], thanks to @gsakkis. Uncovered a bug in PyPy, https://bitbucket.org/pypy/pypy/issue/2033/ attributeerror-object-attribute-is-read, thanks to @gsakkis Fixed threaded_cached_property_with_ttl to actually be thread-safe, thanks to @gsakkis 1.1.0 (2015-04-04) Regression: As the cache was not always clearing, we've broken out the time to expire feature to its own set of specific tools, thanks to @pydanny Fixed typo in README, thanks to @zoidbergwill 1.0.0 (2015-02-13) Added timed to expire feature to cached_property decorator. Backwards incompatiblity: Changed del monopoly.boardwalk to del monopoly['boardwalk'] in order to support the new TTL feature.
2015-08-24Updated www/py-django to 1.8.4adam1-1/+2
2015-08-24Changes 1.8.4:adam3-7/+10
* Denial-of-service possibility in logout() view by filling session store. * Bugfixes: - Added the ability to serialize values from the newly added UUIDField. - Added a system check warning if the old TEMPLATE_* settings are defined in addition to the new TEMPLATES setting. - Fixed QuerySet.raw() so InvalidQuery is not raised when using the db_column name of a ForeignKey field with primary_key=True. - Prevented an exception in TestCase.setUpTestData() from leaking the transaction. - Fixed has_changed() method in contrib.postgres.forms.HStoreField. - Fixed the recording of squashed migrations when running the migrate command. - Moved the unsaved model instance assignment data loss check to Model.save() to allow easier usage of in-memory models. - Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField.
2015-08-24Remove patch that was integrated in upstream for 0.52.wiz1-16/+0
2015-08-24Updated devel/p5-CPAN-Perl-Releases to 2.32mef1-1/+2
2015-08-24- Update to 2.32mef2-6/+6
----------------------------------------- version 2.32 at 2015-08-22 23:16:21 +0000 Updated for v5.20.3-RC1 - Update to 2.30 (previous commit log was wrong, so list here, sorry) Updated for v5.23.2
2015-08-24Updated devel/p5-Proc-ProcessTable to 0.52mef1-1/+2
2015-08-24Update to 0.52mef2-8/+6
-------------- 0.52 2015-08-23 * Incorporated mainly bugfixes (see github repor for details); OS affected: NetBSD, cygwin, AIX, bsdi, Linux * Added test for another odd command name ([]) * Added some scripts for process tracking. Still in beta-phase.
2015-08-24Updated devel/deforaos-coder to 0.1.0nb1 [khorben 2015-08-24]khorben1-1/+3
2015-08-24Do not install the desktop entry for gdeasm for nowkhorben5-5/+21
2015-08-24Package DeforaOS Coder 0.1.0khorben4-29/+76
This release brings: - improvements to simulator(1) (device chooser, button emulation...) - improvements to sequel(1) (console log, user interface...) - spanish translation Unfortunately gdeasm(1) is still not packaged yet, as some dependencies are still missing in pkgsrc. This is also true for the new debugger(1) interface (still in its infancy though).
2015-08-24Depend on x11/modular-xorg-xephyr for simulator(1)khorben1-2/+4
Bump PKGREVISION as this modifies the resulting package.
2015-08-24Only attempt to move the manual pages if really neededkhorben1-1/+5
2015-08-23Add support for CFLAGSkhorben1-2/+2
No functional change intended.
2015-08-23Only attempt to move the manual pages if really neededkhorben1-1/+5
2015-08-23Fix build with clang and support for setting CFLAGSkhorben5-2/+57
2015-08-23Complete the previous commitkhorben1-1/+3
2015-08-23Only attempt to move the manual pages if really neededkhorben1-1/+3
2015-08-23Remove two bl3.mk files that shouldn't be there.wiz2-28/+0
No headers or libraries to link to.
2015-08-23Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.wiz3-8/+8
2015-08-23Updated comms/py-gammu to 2.3nb1leot1-1/+2
2015-08-23Use egg.mk. Bump PKGREVISION.leot2-7/+8
2015-08-23force manpage suffix to 4 for SunOSrichard1-1/+6
2015-08-23add the security patches for XSA-137, XSA-138, XSA-139 and XSA-140 fromspz6-3/+818
upstream.
2015-08-23Fix build with clang and support for setting CFLAGSkhorben3-2/+21
2015-08-23Updated x11/deforaos-panel to 0.3.2khorben1-1/+2
2015-08-23Apply patches for XSA-128 to XSA-140 from upstreamspz61-340/+2036
do a patch refresh in xentools42 rather than split the patches for pass-through.c over 5 files, delete xentools42/patches/patch-CVE-2015-2756 and assemble all in xentools42/patches/patch-qemu-xen-traditional_hw_pass-through.c
2015-08-23Package DeforaOS Panel 0.3.2khorben10-151/+20
This release brings: - updated API and ABI for applets - internal refactoring - more documentation - spanish translation - new applet, "brightness" - new tool for gathering desktop preferences, settings(1) - fewer dependencies ("player" applet moved away) This release will be completed with the packaging of the DeforaOS Integration project, where the "player" applet can now be found. This release also renames the applet "main" to "menu"; this may break existing configuration settings. This release does not fix the usability issues suspected with the "wpa_supplicant" applet and corresponding wifibrowser(1) tool. A memory leak is also among the known issues.
2015-08-23Note update of mail/roundcube package to 1.1.2nb2.taca1-1/+2
2015-08-23Remove wrong Apache dependency.taca1-10/+2
It is not the version of Apache but using Apache modules. Bump PKGREVISION.
2015-08-23Note update of mail/roundcube package to 1.1.2nb1.taca1-1/+2
2015-08-23Update dependency to pear-Net_LDAP3 as its PKGNAME has changed.taca2-3/+4
Bump PKGREVISION.
2015-08-23Utilize PEAR_PACKAGE_XML and add prefix ${PHP_PKG_PREFIX} to PKGNAME astaca1-13/+5
other PHP/pear packages.
2015-08-23Add PEAR_PACKAGE_XML.taca1-3/+24
It specifies build package with pear command using package.xml or not. Default is yes.
2015-08-23Updated security/scrypt to 1.2.0wiz1-1/+2
2015-08-23Update to 1.2.0:wiz2-8/+7
Significant changes since 1.1.6: * You can now specify "-" as the input file, meaning standard input. * Lots and lots of code reorganization, including changes to the build system. * scrypt now consults the hw.memsize sysctl on relevant platforms to figure out how much memory is available. (This should help on OS X.) * scrypt now detects and uses AESNI instructions for encryption/decryption. * scrypt now detects and uses SSE2 instructions automatically (and thus there is no longer an --enable-sse2 option to the configure script).
2015-08-23Updated devel/deforaos-libsystem to 0.2.2khorben1-1/+2
2015-08-23Package DeforaOS libSystem 0.2.2khorben4-21/+25
Among the changes: - extended String API (trimming) - reworked the Array and Config classes - build with SSP and PIE by default - fixes and improvements to the build system - additional tests
2015-08-23Updated net/mitmproxy to 0.13leot2-3/+3
2015-08-23Updated net/py-netlib to 0.13.1leot1-1/+2
2015-08-23Update net/mitmproxy to mitmproxy-0.13.leot3-23/+55
Changes: 22 July 2015: mitmproxy 0.13 * Misc bug fixes 3 June 2015: mitmproxy 0.12.1 * mitmproxy console: mouse interaction - scroll in the flow list, click on flow to view, click to switch between tabs. * Update our crypto defaults: SHA256, 2048 bit RSA, 4096 bit DH parameters. * BUGFIX: crash under some circumstances when copying to clipboard. * BUGFIX: occasional crash when deleting flows. 18 May 2015: mitmproxy 0.12 * mitmproxy console: Significant revamp of the UI. The major changes are listed below, and in addition almost every aspect of the UI has been tweaked, and performance has improved significantly. * mitmproxy console: A new options screen has been created ("o" shortcut), and many options that were previously manipulated directly via a keybinding have been moved there. * mitmproxy console: Big improvement in palettes. This includes improvements to all colour schemes. Palettes now set the terminal background colour by default, and a new --palette-transparent option has been added to disable this. * mitmproxy console: g/G shortcuts throughout mitmproxy console to jump to the beginning/end of the current view. * mitmproxy console: switch palettes on the fly from the options screen. * mitmproxy console: A cookie editor has been added for mitmproxy console at long last. * mitmproxy console: Various components of requests and responses can be copied to the clipboard from mitmproxy - thanks to @marceloglezer. * Support for creating new requests from scratch in mitmproxy console (@marceloglezer). * SSLKEYLOGFILE environment variable to specify a logging location for TLS master keys. This can be used with tools like Wireshark to allow TLS decoding. * Server facing SSL cipher suite specification (thanks to Jim Shaver). * Official support for transparent proxying on FreeBSD - thanks to Mike C (http://github.com/mike-pt). * Many other small bugfixes and improvemenets throughout the project.
2015-08-23Update net/py-netlib to py-netlib-0.13.1.leot3-16/+113
Changes: 0.13.1: o Misc bug fixes 0.13: o Misc bug fixes 0.12.2: o Add support for upstream certificate validation when using SSL/TLS with an instance of TCPClient o Remove certffi o Various HTTP/2 support improvements 0.12.1: o Implement basic HTTP/2 frame classes o Add ALPN support to TCP abstraction 0.12: o Bump dummy cert expiry to 5 years. o Add support for web sockets
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz125-225/+250
2015-08-23Added security/py-certifi version 2015.04.28leot1-1/+2
2015-08-23Updated security/nettle to 3.1.1wiz2-3/+3
2015-08-23Update to 3.1.1, now that gnutls is fixed to build with it.wiz8-112/+58
NEWS for the Nettle 3.1.1 release This release fixes a couple of non-critical bugs. Bug fixes: * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler. The shared library names are libnettle.so.6.1 and libhogweed.so.4.1, with sonames still libnettle.so.6 and libhogweed.so.4. It is intended to be fully binary compatible with nettle-3.1. NEWS for the Nettle 3.1 release This release adds a couple of new features. The library is mostly source-level compatible with nettle-3.0. It is however not binary compatible, due to the introduction of versioned symbols, and extensions to the base64 context structs. The shared library names are libnettle.so.6.0 and libhogweed.so.4.0, with sonames libnettle.so.6 and libhogweed.so.4. Bug fixes: * Fixed a missing include of <limits.h>, which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). Interface changes: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. The functions are undocumented, and luckily they're apparently also unused by applications, so I don't expect any problems from this change. New features: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm, where the implementation of certain functions is selected at run-time depending on available cpu features. Configure with --enable-fat to try this out. If it turns out to work well enough, it will likely be enabled by default in later releases. * Support for building the hogweed library (public key support) using "mini-gmp", a small but slower implementation of a subset of the GMP interfaces. Note that builds using mini-gmp are *not* binary compatible with regular builds, and more likely to leak side-channel information. One intended use-case is for small embedded applications which need to verify digital signatures. * The shared libraries are now built with versioned symbols. Should reduce problems in case a program links explicitly to nettle and/or hogweed, and to gnutls, and the program and gnutls expect different versions. * Support for "URL-safe" base64 encoding and decoding, as specified in RFC 4648. Contributed by Amos Jeffries. Optimizations: * New x86_64 implementation of AES, using the "aesni" instructions. Autodetected in fat builds. In non-fat builds, it has to be enabled explicitly with --enable-x86-aesni. Build system: * Use the same object files for both static and shared libraries. This eliminates the *.po object files which were confusing to some tools (as well as humans). Like before, PIC code is used by default; to build a non-pic static library, configure with --disable-pic --disable-shared. Miscellaneous: * Made type-checking hack in CBC_ENCRYPT and similar macros stricter, to generate warnings if they are used with functions which have a length argument smaller than size_t.
2015-08-23Add py-certifi.leot1-1/+2
2015-08-23Import security/py-certifi as py-certifi-2015.04.28 (needed to updateleot4-0/+44
net/mitmproxy). Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project.