/devel/py-repoze.lru/

-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/py-pdagent: Remove command_args. It was a no-op.feld2017-09-151-1/+0
|
* Add a port of LLVM 5.0.0 release.brooks2017-09-1513-0/+3513
| | | | Sponsored by: DARPA, AFRL
* Update to 1.1.1adamw2017-09-152-8/+8
|
* www/node4: unbreak with ICU >= 59jbeich2017-09-151-0/+10
| | | | | | | | | | | | | | | | | | ../deps/v8/src/runtime/runtime-i18n.cc:587:3: error: no member named 'Normalizer' in namespace 'icu'; did you mean 'UNormalizer2'? icu::Normalizer::normalize(u_value, normalizationForms[form_id], 0, result, ^~~~~~~~~~~~~~~ UNormalizer2 /usr/local/include/unicode/unorm2.h:119:29: note: 'UNormalizer2' declared here typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ ^ ../deps/v8/src/runtime/runtime-i18n.cc:587:8: error: incomplete type 'UNormalizer2' named in nested name specifier icu::Normalizer::normalize(u_value, normalizationForms[form_id], 0, result, ~~~~~^~~~~~~~~~~~ /usr/local/include/unicode/unorm2.h:118:8: note: forward declaration of 'UNormalizer2' struct UNormalizer2; ^ PR: 222224
* net-mgmt/nstat: create portswills2017-09-156-0/+522
| | | | | | | | | nstat is a replacement for the most frequently used parts of vmstat, netstat (bw), and pmc-memory.x The advantage of using nstat is that it can run all in a single session, rather than having to use 3 terminal sessions to monitor a machine. Submitted by: gallatin (private email)
* sysutils/file: Update to 5.32feld2017-09-152-4/+4
| | | | PR: 222243
* www/node: Update 8.4.0_1 -> 8.5.0bhughes2017-09-152-5/+4
| | | | | Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12369
* Remove expired port:rene2017-09-1514-194/+1
| | | | 2017-09-13 security/clambc: Practically unmaintained, featuring issues elsewhere solved 6 years ago
* The PagerDuty Agent is a program that lets you easily integrate yourfeld2017-09-156-0/+117
| | | | | | monitoring system with PagerDuty. WWW: https://github.com/PagerDuty/pdagent
* - Update to 20170902antoine2017-09-153-8/+20
| | | | - Build python2 and python3 bindings
* Update patch with better one provided upstream.madpilot2017-09-152-6/+25
| | | | Obtained from: https://trac.wildfiregames.com/changeset/19947
* games/gzdoom: create portswills2017-09-158-0/+194
| | | | | | | | | | | | | | | | | | | | | | | GZDoom is a GL-enhanced fork of ZDoom, a source port of ID Software's DOOM engine. It is based on the source code of id Software's DOOM. GZDoom boasts enhanced modding support, as well as support for the following games: * Ultimate Doom * Doom II * Final Doom * Heretic * Hexen * Strife * Chex Quest (1 & 3) * Action Doom II * Harmony v1.1 * Hacx * The Adventures of Square WWW: http://gzdoom.drdteam.org/ PR: 213907 Submitted by: kevans
* Update to 20170909antoine2017-09-152-4/+5
|
* Connect sdlpop to buildswills2017-09-151-0/+1
| | | | | PR: 221611 Pointyhat to: swills
* games/sdlpop: create portswills2017-09-155-0/+1176
| | | | | | | | | | An open-source port of Prince of Persia, based on the disassembly of the DOS version. WWW: https://github.com/NagyD/SDLPoP PR: 221611 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (with changes)
* www/mod_md-devel: Update to 0.9.5brnrd2017-09-142-5/+6
|
* lang/io: unbreak on i386gahr2017-09-145-3/+34
|
* Add support for opensmtp in check_mailq.mat2017-09-144-2/+115
| | | | | | | | PR: 222237 Submitted by: mmokhi Obtained from: https://github.com/nagios-plugins/nagios-plugins/commit/d56818f5121b05439c7b7a1655d96ab39e066797 Obtained from: https://github.com/monitoring-plugins/monitoring-plugins/pull/1495 Sponsored by: Absolight
* security/py-{acme,certbot}: update to 0.18.1cpm2017-09-144-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common: - Update PORTVERSION and distinfo checksum (0.18.1) security/py-certbot: - Fix permissions error when upgrading certbot-auto - Fix user-agent string and help/error message output when the new certbot-auto path is used. If certbot-auto was running as an unprivileged user and it upgraded from 0.17.0 to 0.18.0, it would crash with a permissions error and would need to be run again to sucessfully complete the upgrade. This has been fixed and certbot-auto should upgrade cleanly to 0.18.1. Certbot usually uses "certbot-auto" or "letsencrypt-auto" in error-messages and the User-Agent string instead of "certbot" when you are using one of these wrapper scripts. Proper detection of this was broken with Certbot's new installation path in /opt in 0.18.0 but this problem has been resolved. More details about these changes can be found on the GitHub repo: https://github.com/certbot/certbot/milestone/45?closed=1 Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0180---2017-09-06 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer, py-certbot) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D12362
* lang/io: mark as IGNOREd on FreeBSD_11_i386: needs MMX instructionsgahr2017-09-141-0/+1
|
* Update to 0.16.tcberner2017-09-143-4/+6
|
* lang/io: mark as IGNOREd on FreeBSD_10_i386: needs SSE instructionsgahr2017-09-141-0/+1
|
* Redirect all output to syslog by means of daemon(8) having syslog supporteugen2017-09-142-3/+34
| | | | | | | | | | in recent FreeBSD versions and by means of piping it to logger(1) for previous FreeBSD versions: add influxd_facility and influxd_priority variables (defaults to daemon.info). Bump PORTREVISION. PR: 221960 Submitted by: Sascha Holzleiter Approved by: cheffo (maintainer)
* Update to 2.9.0.tcberner2017-09-143-9/+16
|
* www/gitlab: Update from 9.3.10 to 9.3.11tz2017-09-143-28/+24
| | | | | | | | | | | Changelog: https://github.com/gitlabhq/gitlabhq/blob/v9.3.11/CHANGELOG.md This fixes an XSS security issue. The mentioned security issues in the gems are already fixed by updates of them gems itself. Security: CVE-2017-5029 Security: CVE-2016-4738 Security: https://vuxml.FreeBSD.org/freebsd/6a177c87-9933-11e7-93f7-d43d7e971a1b.html
* Document GitLab vulnerabilitiestz2017-09-141-0/+76
| | | | | | Security: CVE-2017-5029 Security: CVE-2016-4738 Security: https://vuxml.FreeBSD.org/freebsd/6a177c87-9933-11e7-93f7-d43d7e971a1b.html
* Update 4.00 --> 4.02.cy2017-09-142-5/+5
|
* - Add LICENSEamdmi32017-09-142-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32017-09-142-1/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 0.301matthew2017-09-142-3/+4
| | | | ChangeLog: http://cpansearch.perl.org/src/CAPOEIRAB/WWW-Salesforce-0.301/Changes
* * Updated to 0.27.1ultima2017-09-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Add time.Duration and time.ParseDuration template funcs - Add cond (ternary) template func - Prepare for template metrics - Add strings.TrimLeft and TrimRight - compare, hugolib, tpl: Add Eqer interface - Only strip p tag in markdownify if only one paragraph - Cleanup strings.TrimPrefix and TrimSuffix - Improve the base template (aka baseof.html) identification - Implement "related content" - Add Page.Equals - Rewrite replaceDivider to reduce memory allocation - Set up Hugo release flow on CircleCI - Maintain the scroll position if possible - Add an iFrame title to the YouTube shortcode - Remove the theme submodule from /docs - Add support for multiple config files via --config a.toml,b.toml,c.toml - Render task list item inside label for correct accessibility - Normalize UniqueID between Windows & Linux - Fix taxonomy term base template lookup - Fix published front matter handling PR: 222239 Submitted by: ben.lavery@hashbang0.com (maintainer) Approved by: lifanov (implicit approval)
* unMessage is a peer-to-peer instant messaging application designed to enhanceultima2017-09-144-0/+48
| | | | | | | | | | | | | | | | | | | | privacy and anonymity. Features: Transport makes use of Twisted, Tor Onion Services and txtorcon Encryption is performed using the Double Ratchet Algorithm implemented in pyaxo (using PyNaCl) Authentication makes use of the Socialist Millionaire Protocol implemented in Cryptully Transport metadata is minimized by Tor and application metadata by the unMessage protocol User interfaces are created with Tkinter (graphical) and curses (command-line) WWW: https://github.com/AnemoneLabs/unmessage PR: 222043 Submitted by: Yuri Victorovich (maintainer) Reviewed by: lifanov (mentor), matthew (mentor), koobs Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12312
* Python bindings to the libopus, IETF low-delay audio codec.ultima2017-09-144-0/+32
| | | | | | | | | | | | | | It allows python applications to use the Opus audio codec to encode and decode audio, usually in order to reduce the network bandwidth that is used by the application. WWW: https://github.com/onbeep/opuslib PR: 222038 Submitted by: Yuri Victorovich (maintainer) Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet, mat Approved by: lifanov (mentor), matthew (mentor), koobs Differential Revision: https://reviews.freebsd.org/D12309
* graphics/drm-next-kmod: update to later github snapshot which includes ↵jmd2017-09-144-14/+20
| | | | | | | | | improvements made in response to bug reports and removes the collision of the port's drm.ko with base drm.ko. Also increase the FreeBSD version check in response to PR 221937. Additionally, improve pkg-message and note that radeonkms is also available in this port. PR: 221937 Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12348
* graphics/intel-backlight: change to FreeBSDDesktop github to support newer ↵jmd2017-09-142-6/+7
| | | | | | | | | Intel GPUs. Take maintainership over on behalf of FreeBSDDesktop team. Reviewed by: swills (mentor), grembo (previous maintainer) Approved by: swills (mentor), grembo (previous maintainer) Obtained from: FreeBSDDesktop Differential Revision: https://reviews.freebsd.org/D12196
* - Add redis supportzi2017-09-141-2/+9
| | | | | | | | - Add CPE information - Don't bump PORTREVISION as this is a NOOP PR: 208127 Submitted by: wollman@
* security/py-service_identity: upgrade to 17.0.0asomers2017-09-142-3/+4
| | | | | PR: 222181 Approved by: Axel.Rau@Chaos1.DE (maintainer)
* java/intellij: Update to version 2017.2.4.bsam2017-09-143-14/+14
|
* Update to 7.0.1matthew2017-09-142-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* Drop the MCRYPT option. MCRYPT has been deprecated by upstream PHPmatthew2017-09-141-3/+3
| | | | | | | and the mcrypt project itself is abandonware. PR: 222290 Reported by: olivierw1+bugzilla-freebsd@hotmail.com
* Upgrade to 0.0.3dvl2017-09-142-4/+4
|
* Update distinfo as jonof-jfaudiolib was rerolled upstreammartymac2017-09-141-3/+3
| | | | (archive contents are exactly the same)
* devel/openmp: update to 5.0.0jbeich2017-09-143-11/+10
| | | | | Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_500/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
* Add sysutils/znapzendjlaffaye2017-09-147-0/+126
| | | | | PR: 218708 Submitted by: Anton Eriksson <skalmanman@gmail.com>
* - devel/pear-File_Iterator: Update from 1.3.3 to 1.4.2joneum2017-09-142-9/+22
| | | | | | | | - Unbreak this port - switch to GitHub Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12152
* - Unbreak this portjoneum2017-09-142-10/+20
| | | | | | | - switch to GitHub Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12146
* - security/tor-devel: Update from 0.3.1.5-alpha to 0.3.1.6-rcjoneum2017-09-142-5/+5
| | | | | | | | | | -Changelog: https://lists.torproject.org/pipermail/tor-talk/2017-September/043518.html PR: 222071 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reported by: nusenu <freebsd-vheg@riseup.net> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12243
* Update devel/rebar3 to version 3.4.4.olgeni2017-09-142-4/+4
|
* Update lang/racket to version 6.10.1.olgeni2017-09-143-5/+5
|
* Update lang/racket-minimal to version 6.10.1.olgeni2017-09-143-5/+5
|
* www/yarn: Updating to version 1.0.1pizzamig2017-09-133-12/+25
| | | | | | | | Adding an option to avoid the installation of the yarn script, that collides with a hadoop2 utility Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12332
* sysutils/n98-magerun: update 1.97.12 -> 1.98.0pi2017-09-132-8/+15
| | | | | | | | - Submitter becomes maintainer PR: 220112 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Relnotes: http://magerun.net/n98-magerun-12-release-bundle/
* Provide a sample cronjobdvl2017-09-132-0/+14
|
* Enable the DEBUG, GCRYPT and PING options by default.des2017-09-131-0/+3
| | | | | | | | | DEBUG is required for any sort of troubleshooting, GCRYPT is required to encrypt communication with the server, and PING is one of the most basic sensors which everybody uses. My hope is that with these three options, more people will be able to use collectd without having to recompile it. Approved by: maintainer
* mail/opendmarc: update 1.3.1 -> 1.3.2pi2017-09-133-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature request #86: Change meaning of "RequiredHeaders" such that header validity is always checked, but messages are only rejected on that basis when the flag is set. Based on a patch from Andreas Schulze. Feature request #127: Log SPF results when rejecting. Requested by Patrick Wagner; patch from Andreas Schulze, follow-up patch from Juri Haberland. Feature request #138: Inculde policy and disposition information in an Authentication-Results comment. Based on a patch from Juri Haberland. Feature request #139: Include the client host name if known in failure reports. Suggested by Roland Turner; patch by Andreas Schulze. Fix bug #95: Assume IPv6 for SPF operations. Patch from Juri Haberland. Fix bug #120: Fix control logic around the SPF result. Reported by Christophe Wolfhugel; patch from Andreas Schulze. Fix bug #122: Don't skip the HELO milter phase when SPF is enabled. Reported by Christophe Wolfhugel. Fix bug #157: Fix logging of implicit authserv-ids. Reported by Andreas Schulze; patch from Juri Haberland. Fix bug #158: Log ignored connections. Patch from Andreas Schulze. Fix bug #160: Fix "SyslogFacility" handling. Patch from Juri Haberland. Fix bug #163: Use a larger buffer for the raw MAIL FROM value. Based on a patch from Andreas Schulze. Fix bug #174: Trim "!" suffixes from reporting addresses. Problem noted by Juri Haberland. Fix bug #186: When reloading the configuration file, the public suffix list was read in with the wrong comment indicator. Patch from Federico Omoto. LIBOPENDMARC: Fix bug #115: Fix type mismatch. Patch from Sebastian A. Siewior via Scott Kitterman. LIBOPENDMARC: Fix bug #121: Fix IPv6 CIDR matching in SPF code. Patch from Christophe Wolfhugel. LIBOPENDMARC: Fix bug #125: Compile time IPv6 fix. Reported by Christophe Wolfhugel. LIBOPENDMARC: Fix bug #131: Fix alignment bug. Patch from Andreas Schulze. LIBOPENDMARC: Fix bug #147: Fix stripping of whitespace from DMARC DNS records. Based on a patch from Job Noorman. LIBOPENDMARC: Fix bug #149: Apply "sp" setting, if present and applicable. Patch from Petr Novak. LIBOPENDMARC: Fix bug #154: Fix "rf" and "fo" processing logic. LIBOPENDMARC: Fix bug #156: Fix variable name. Patch by Andreas Schulze. LIBOPENDMARC: Fix bug #165: Fix logic in checking which SPF identifier was used. Patches from Marco Favero and Juri Haberland. LIBOPENDMARC: Fix bug #167: Don't return "fail" when we should return "none". Patch from Marco Favero. REPORTS: Fix bug #134: Handle SMTP errors correctly. Patch from Andreas Schulze. REPORTS: Fix bug #141: Set the HELO parameter correctly. Reported by Alan Smith; patch from Andreas Schulze. REPORTS: Fix bug #143: Fix logic in table truncation. Reported by Wayne Andersen; patch from Juri Haberland. REPORTS: Fix bug #162: Always report "sp" in aggregate reports. Patch from Juri Haberland. REPORTS: Fix bug #166: Fix report start/end time logic. Patch from Juri Haberland. REPORTS: Fix bug #188: Don't delete inputs too early in opendmarc-reports. Patch from Juri Haberland. TOOLS: Fix bug #161: "Forensic" reports were renamed "Failure" reports. Patch from Andreas Schulze. TOOLS: Fix bug #164: Handle IPv6 test addresses. Reported by Andreas Schulze; patch from Juri Haberland. DOCS: Patch #189: Replace the DMARC RFC with an HTML page referencing the relevant specs, since Debian doesn't consider RFCs to be "free". Patch from Scott Kitterman via Juri Haberland. PR: 220902 Submitted by: Dan Mahoney <freebsd@gushi.org> (maintainer), Lukasz Wasikowski <lukasz@wasikowski.net>
* Update to 0.1.2.araujo2017-09-132-4/+18
| | | | Sponsored by: iXsystems, Inc.
* devel/gdb: Fix build on MIPS and powerpcpizzamig2017-09-133-2/+27
| | | | | | | | | Fixing build on big-endian 64bit platforms, like MIPS and powerpc Submitted by: jhb Reviewed by: andreast Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12182
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30sunpoet2017-09-131-0/+3
|
* www/gitlab: Update from 9.2.10 to 9.3.10tz2017-09-13