| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 209088
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Module-Build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kgdb targets use runtime assertions on native targets to verify
that the helper arrays documenting the layout of things like the PCB
and trapframe structures match. Ideally these asserts would be
compile time assertions, but they cannot be checked at compile time.
Instead, they are checked at runtime during gdb startup.
However, the layout of the i386 PCB changed when the AVX changes were
merged to i386. The constants in the i386 target assume the post-AVX
layout, but gdb packages on stable branches might be built against
pre-AVX worlds. In that case, those gdb binaries will trigger these
assertions on every invocation.
As a workaround, disable the PCB-related assertions on pre-AVX worlds.
If kgdb is run against a pre-AVX kernel it will not be able to parse
the PCB correctly, but userland debugging should work fine. kgdb
built against a pre-AVX world but run against an AVX kernel should
work fine.
PR: 209061
Reported by: trasz
Approved by: luca.pizzamiglio@gmail.com (maintainer), swills
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The most important feature that this new release adds is the IMAPSIEVE
capability, which allows executing Sieve scripts at IMAP events. It also
adds the ability to obtain trace logs from Sieve execution at actual
delivery (or from IMAP), rather than only using the sieve-test command
line tool.
This release also fixes a bug in the Sieve extprograms plugin that has
been bothering a few people for a while now.
Changelog v0.4.14:
* The address test now allows specifying the X-Original-To header.
+ Implemented the Sieve imapsieve extension and its IMAP counterpart
(RFC 6785) as a set of plugins. This allows running Sieve scripts at
IMAP activity, rather than at delivery. There are also facilities for
the familiar sieve_before/sieve_after administrator scripts. A user
script is defined for a mailbox using an IMAP METADATA entry, whereas
administrator scripts are configured using mailbox matching rules
defined in the plugin settings.
+ Adjusted the Sieve ihave extension to allow capability tests to be
performed at runtime. This way, scripts can be written that work both
at delivery and from IMAP.
+ Implemented support for runtime trace debugging. This means that
detailed information about which commands, actions and tests are
performed is written to a file. That file is created in the
configured directory, but only if that directory exists. This way, a
particular user can be easily singled out for debugging. This works
much like the Dovecot rawlog facility. The trace output is identical
to what is produced using sieve-test with its "-t" command line
option.
+ Added a "sieve_user_email" setting that configures the user's primary
email address. This is mainly useful to have a user email address
available in IMAP, where envelope data is unavailable.
+ Implemented the dovecot-specific "vnd.dovecot.report" extension. This
allows sending report messages in the Message Abuse Reporting Format
(RFC 5965).
- extprograms plugin: Fixed epoll() panic caused by closing the output
FD before the output stream.
- Made sure that the local part of a mail address is encoded properly
using quoted string syntax when it is not a dot-atom.
PR: 209084
Submitted by: maintainer (Larry Rosenman)
|
|
|
|
|
|
| |
This fixes running ruby on rails under nginx and passenger.
Approved by: swills (mentor, ruby)
|
|
|
|
|
| |
PR: 208639
Submitted by: xmj
|
|
|
|
|
| |
PR: 208640
Submitted by: xmj
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC2...v5.24.0-RC3
Sponsored by: Absolight
|
|
|
|
| |
https://www.aleksey.com/xmlsec/news.html
|
|
|
|
|
| |
http://anonscm.debian.org/viewvc/pgp-tools/trunk/debian/changelog?view=markup
Remove patch that is now included upstream
|
|
|
|
|
|
|
|
| |
while here, update WWW and do a little cosmetics
PR: 209065
Submitted by: woodsb02@gmail.com
Approved by: rene (mentor)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Reported by: pkg-fallout
Pointy hat to: sunpoet
|
|
|
|
| |
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
|
|
|
|
| |
- Add NO_ARCH
|
|
|
|
|
| |
PR: 209083
Submitted by: IWAMOTO Kouichi
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cronic is a small shim shell script for wrapping cron jobs so that cron only
sends email when an error has occurred. Cronic defines an error as any
non-trace error output or a non-zero result code. Cronic filters Bash
execution traces (or anything matching PS4) from the error output, so jobs can
be run with execution tracing to aid forensic debugging.
WWW: http://habilis.net/cronic
PR: 208747
Submitted by: David Harrigan <dharrigan@gmail.com>
|
|
|
|
|
|
|
| |
- Update MAINTAINER email
PR: 209028
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Update MAINTAINER email
PR: 209031
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
|
| |
- Update MAINTAINER email
PR: 209030
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
|
|
|
|
|
| |
PR: 209080
Submitted by: mose@gandi.net(maintainer)
|
| |
|
|
|
|
|
| |
PR: 209082
Submitted by: bacon4000@gmail.com(maintainer)
|
|
|
|
|
|
| |
The emulator now depends on a recent enough version of FreeBSD that has
a modern Capsicum implementation to work properly, which was when
__FreeBSD_version was bumped to 1001511.
|
|
|
|
|
| |
PR: 208418
Submitted by: crest_maintainer@rlwinm.de (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2015-7704
Security: CVE-2015-8138
Security: CVE-2016-1547
Security: CVE-2016-1548
Security: CVE-2016-1549
Security: CVE-2016-1550
Security: CVE-2016-1551
Security: CVE-2016-2516
Security: CVE-2016-2517
Security: CVE-2016-2518
Security: CVE-2016-2519
Security: b2487d9a-0c30-11e6-acd0-d050996490d0
MFH: 2016Q2
With hat: so
|
| |
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please note: several vendor's modules:
o) http_geoip
o) http_image_filter
o) http_perl
o) http_xslt
o) mail
o) stream
as well as third-party modules, like:
o) brotli
o) dynamic_upstream
o) echo
o) eval
o) headers_more
o) http_redis
o) lua
o) njs
o) passenger
o) setmisc
o) small_light
have been reconfigured as dynamic modules.
Also, the spdy module has been removed from 1.10.x branch and replaced
by httpv2 module.
In case of using of any of those modules it's highly recommend to review
and update the nginx configuration file - nginx.conf.
|
|
|
|
|
|
|
| |
Previous update had a Makefile change to quiet a warning, but poudriere
throws an error for setting MK_MAN
MFH: 2016Q2
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) 1.10.x stable branch.
</ChangeLog>
|
|
|
|
| |
- While here enable MYSQL option by default
|
| |
|
| |
|
|
|
|
| |
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
|
|
|
|
| |
https://www.wolfssl.com/wolfSSL/Docs-wolfssl-changelog.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original implementation of mfid from Yahoo! disabled the RAID
controller's Patrol Reads. The user is given no warning that this is
happening. This update to mfid removes this functionality and comes with
a large pkg-message warning to inform the user about the previous
behavior as well as steps to re-enable Patrol Reads for their RAID card.
Thank you to Terrence Koeman for noticing this behavior, and jhb for
confirming the history of this code.
While here, change the MASTER_SITE to my LOCAL distfiles location.
MFH: 2016Q2
|
| |
|
| |
|
|
|
|
| |
ftp://ftp.tin.org/pub/news/clients/tin/v2.3/CHANGES
|
| |
|
| |
|
| |
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html
Remove local patch for --rsyncable, which is now included upstream
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
errors with libc++ 3.8.0:
dnspacket.cc:645:6: error: call to 'abs' is ambiguous
if(abs(trc->d_time - now) > trc->d_fudge) {
^~~
This is because abs() is being called with unsigned arguments. Import
upstream commit f2d05dd to fix it.
Approved by: tremere@cainites.net
PR: 208725
MFH: 2016Q2
|
| |
|
|
|
|
|
|
|
|
|
| |
Sometimes Ubiquiti updates and pulls old versions for no obvious reason and
this causes the quarterly branch build process to repeatedly email me
with errors. The license for Unifi does not restrict hosting copies of
the distfile, so I will use a backup mirror will solve this.
MFH: 2016Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pigeonhole.
* doveconf now warns if it sees a global setting being changed when
the same setting was already set inside some filters. (A common
mistake has been adding more plugins to a global mail_plugins
setting after it was already set inside protocol { .. }, which
caused the global setting to be ignored for that protocol.)
* LMTP proxy: Increased default timeout 30s -> 125s. This makes it
less likely to reach the timeout and cause duplicate deliveries.
* LMTP and indexer now append ":suffix" to session IDs to make it
unique for the specific user's delivery. (Fixes duplicate session
ID warnings in stats process.)
+ Added dict-ldap for performing read-only LDAP dict lookups.
+ lazy-expunge: All mails can be saved to a single specified mailbox.
+ mailbox { autoexpunge } supports now wildcards in mailbox names.
+ doveadm HTTP API: Added support for proxy commands
+ imapc: Reconnect when getting disconnected in non-selected state.
+ imapc: Added imapc_features=modseq to access MODSEQs/HIGHESTMODSEQ.
This is especially useful for incremental dsync.
+ doveadm auth/user: Auth lookup performs debug logging if
-o auth_debug=yes is given to doveadm.
+ Added passdb/userdb { auth_verbose=yes|no } setting.
+ Cassandra: Added user, password, num_threads, connect_timeout and
request_timeout settings.
+ doveadm user -e <value>: Print <value> with %variables expanded.
- Huge header lines could have caused Dovecot to use too much memory
(depending on config and used IMAP commands). (Typically this would
result in only the single user's process dying with out of memory
due to reaching service { vsz_limit } - not a global DoS).
- dsync: Detect and handle invalid/stale -s state string better.
- dsync: Fixed crash caused by specific mailbox renames
- auth: Auth cache is now disabled passwd-file. It was unnecessary and
it broke %variables in extra fields.
- fts-tika: Don't crash if it returns 500 error
- dict-redis: Fixed timeout handling
- SEARCH INTHREAD was crashing
- stats: Only a single fifo_listeners was supported, making it
impossible to use both auth_stats=yes and mail stats plugin.
- SSL errors were logged in separate "Stacked error" log lines
instead of as part of the disconnection reason.
- MIME body parser didn't handle properly when a child MIME part's
--boundary had the same prefix as the parent.
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mojolicious
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/MojoX-Renderer-Xslate
|
|
|
|
| |
PR: 209071 (this PR only addresses half of the issue)
|
|
|
|
|
|
| |
PR: 208839
Submitted by: Ultima1252 gmail com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209068
Submitted by: gahr
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209052
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209050
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209049
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209048
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209047
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209045
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209044
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209043
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
- Move to new home [1]
- Define LICENSE [2]
- Strip python C module [3]
- Add USES=desktop-file-utils [3]
- Apply style (echo, makepatch) [2]
Noticed by: portscout [1], portlint [2], stage-qa [3]
|
|
|
|
|
| |
Changes:
https://github.com/flightaware/tclbsd/compare/v1.6...v1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and ${battery_bar} [1]
- Remove a bogus __FreeBSD_kernel__ check in freebsd.c
- Re-gen patches with "make makepatch"
- Bump PORTREVISION
PR: 208651 [1]
Submitted by: Helge Oldach <freebsd@oldach.net>
Approved by: maintainer timeout (17 days)
MFH: 2016Q2
|
| |
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 209053
Submitted by: olivierd
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Update MAINTAINER email
PR: 209032
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
|
| |
- Add security/ed25519ll to run dependencies when digital signature is enabled
- Update web site URL
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These resource agents are used by two cluster resource management
implementations:
- Pacemaker
- rgmanager
More information about OCF resource agents is available in the OCF Resource
Agent Developer's guide, in the doc/dev-guides subdirectory.
WWW: http://www.linux-ha.org/wiki/Resource_agents
PR: 209005
Submitted by: David Shane Holden <dpejesh@yahoo.com>
|
| |
|
|
|
|
| |
PR: 209051
|
|
|
|
|
|
| |
Reviewed by: mat cs
Approved by: mat cs
Differential Revision: https://reviews.freebsd.org/D5510
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following maintenance operations were performed:
- Recreate all patches with `make makepatch`
- Add LICENSE
- Update MAINTAINER to kami@freebsd.org
- games/ioquake3
- Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu
- Add support for slaves using different SDL versions
- games/ioquake3-devel
- Update to GIT revision 2808
- Use SDL2
- games/iourbanterror
- Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over
- Update 4.2.018 to 4.2.023
- games/urbanterror-data
- Update 4.2.018 to 4.2.023
- Fix install without DOCS
Reviewed by: cs
Approved by: cs
Differential Revision: https://reviews.freebsd.org/D5816
|
|
|
|
|
|
|
|
| |
Also clean up/modernise Makefiles.
Reviewed by: cs
Approved by: cs
Differential Revision: https://reviews.freebsd.org/D5743
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
check in pyport.h for working around a very old ctype issue.
If the workaround for this issue is enabled, pyport.h redefines
toupper() and some other ctype macros, and this wreaks havoc when
including newer libc++ headers (or any other system header which tries
to declare those functions).
Approved by: portmgr (antoine)
PR: 208486
MFH: 2016Q2
|
|
|
|
|
| |
- Use GitHub instead of CHEESESHOP, because tarball on the Python Package
Index (PyPI) seems not downloadable
|
|
|
|
|
|
|
| |
Remove support for obsolete FreeBSD versions
Reassign maintainer to hamradio@
Cleanups to make sure it compiles cleanly on clang and gcc
Cleanup to (hopefully) allow building on non x86 architectures (untested)
|
|
|
|
|
|
| |
It turned out that the last release of cloudabi-utils contained buggy
copies of cloudabi-reexec, the trampoline executable that is used to
start the execution of CloudABI programs.
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Update web site's URL
Release notes: https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.6
|
|
|
|
| |
Pointed to: mat@
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Configuring for py27-icalendar-3.9.2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 67
test_suite='icalendar.tests'
SyntaxError: keyword argument repeated
*** Error code 1
Approved by: just fix it
|
| |
|
|
|
|
|
|
| |
PR: 208855
Reported by: Ting-Wei Lan, Walter Schwarzenfeld
Submitted by: cmt via r401981
|
|
|
|
|
|
|
|
|
|
|
| |
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to USES=firebird.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
|
|
|
|
|
|
|
|
|
|
| |
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a plugin for the Roundcube webmailer to access CardDAV servers like
owncloud, davical, a Google addressbook or a davmail server. RCMCardDAV
supports autodiscovery of your addressbook url via well-known URLs so you can
just point it to your servers base url.
WWW: http://www.benjamin-schieder.de/carddav.html
|
| |
|
|
|
|
|
|
|
|
| |
request.
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D6065
|
|
|
|
|
|
|
| |
ports.
PR: 208952
Submitted by: Mikael Urankar <mikhael.urankar@gmail.com>
|
| |
|
|
|
|
|
| |
Reported by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
and it doesn't build with Python 3. So build it with Python 2 only. [1]
- Add NO_ARCH
PR: 205848
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 208752
Submitted by: olivierd
|
|
|
|
|
|
| |
Tweak portscout so it only checks for 3.18.x versions. The version
of mate-themes matches with the GTK+ 3 version. So we should not try to
find the newest, which is 3.20.x atm.
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC1-2-gde1d2c7...v5.24.0-RC2
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Changes:
http://search.cpan.org/~timb/DBI-1.636/Changes
|
|
|
|
|
|
| |
- Remove "Bernard Spil" from the MAINTAINER field
Reported by: junovitsch
|
|
|
|
|
| |
We can't directly patch .lrs files since they use length/value strings.
Instead, patch the form and regenerate the resource file.
|
|
|
|
|
|
| |
Sponsored by: Citrix Systems R&D
Approved by: bapt
Differential revision: https://reviews.freebsd.org/D6083
|
|
|
|
| |
Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/fog/fog-google/commits/master
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 208936
Submitted by: Hans <j3377622@trbvm.com>
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Strip shared library
Changes: http://search.cpan.org/dist/HTML-Strip/Changes
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Pod-Spell/Changes
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/LaTeX-Driver/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
|
|
|
|
| |
- Add NO_ARCH
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- While I'm here, sort PLIST
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Strip shared library
Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Software-License/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MCE/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/App-GitGot/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Data-Table/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-PP/Changes
|
|
|
|
|
|
|
|
|
|
|
|
| |
Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide
variety of applications.
Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte public
key. Given the user's 32-byte secret key and another user's 32-byte public key,
Curve25519 computes a 32-byte secret shared by the two users. This secret can
then be used to authenticate and encrypt messages between the two users.
WWW: http://search.cpan.org/dist/Crypt-Curve25519/
|
|
|
|
|
| |
- Switch to options helpers
- Remove needless PDF_DOC option, always install pdf docfile
|
|
|
|
|
|
|
|
|
|
|
| |
- fix zfsinstall script on -current;
- add expose: tcp/udp port forwarding from master host to jail
- jrctl: filesystem bandwidth/ops limit by iops and bps
- ability to use the pre compiled base from other sources via specify path to archve ( #57 )
- bhyve fixes: soft shutdown
PR: ports/209013
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
|
| |
PR: 208974
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/tqdm/tqdm/releases
PR: 209002
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USERS/GROUPS framework
- Install the dnsdist binary in ${PREFIX}/sbin
- Fix rc script
- Fix pkg-plist
Changelog: http://dnsdist.org/changelog/#dnsdist-100
Reported by: Bryan Seitz <seitz@bsd-unix.net>
Approved by: junovitch (mentor)
Differential Revision: D6066
|
| |
|
|
|
|
|
|
| |
Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC. For all other architectures
it already defaults to the value we were setting.
|
|
|
|
|
|
| |
PR: 208815
Submitted by: amdmi3
Approved by: hsn@sendmail.cz (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
Remove expansion of lat/lon field as upstream says it will never be
necessary again.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use GitHub instead of SourceForge as download site
- Pass --docdir option to configure to fix documentation path
- Install info file
- Add autoreconf and shared-mime-info to USES
- Build the port with version 3.0 of wxWidget
- Remove post-install target
- Remove files/patch-data_Makefile.am, files/patch-src_MathCtrl.cpp,
files/patch-src_MathCtrl.h, files/patch-wxmaxima.desktop
- Add a patch to fix the installation directory of man page
- Update URL of web site
|
|
|
|
|
| |
PR: 208951
Submitted by: David Harrigan <dharrigan@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
otherwise.
PR: 208142
Reported by: coder@tuxfamily.org
|
|
|
|
|
|
|
|
|
|
|
| |
with parsing comments.
Several users reported a problem building security/gnutls because
hogweed.pc (provided by security/nettle) contains the following line:
Requires: # nettle
Older versions of pkgconf try to look for a package named "#" and fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option to enable support for Protobuf Binary Format (export/import).
- Move sqlite dependency to USES.
- Fix pkg-descr ('based on Qt4' -> 'based on Qt5').
- Bump PORTREVISION.
- While here, pet portlint by adding INSTALLS_ICONS
PR: 208684
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Approved by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
| |
It should be possible to enable on other other architectures, but I have no
way to build the PLIST_FILES variables.
PR: 208900, 208923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to first BETA of OpenSSL 1.1
- Bump SHLIB_VERSION for 1.1 to 9
- Add missing libressl-devel conflict
- Mark jobs-safe
- Add upstream clang fix (Issue 888)
- Fix renamed shared engines (remove 'lib' prefix)
- Remove "overwrite base" check
- Do not install html docs
Reviewed by: feld (mentor), koobs (mentor)
Approved by: feld (mentor)
Differential Revision: D5900
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The
variable controls the creation and chown'ing of missing files and
directories in /var. [1]
- Add an UPDATING entry for this
PR: 206022 [1]
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Sponsored by: Essen Linuxhotel Hackathon 2016
|
| |
|
|
|
|
|
|
|
|
|
| |
Build compiler-rt alongside LLVM. It requires clang headers that we don't
install because they are incompatible with FreeBSD headers. To make this
work, configure and build compiler-rt in the post-build phase against the
built, but not yet installed llvm tree.
PR: 208900, 208923
|
|
|
|
| |
Reported by: Mike Harding <mvharding at gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 208334
Submitted by: woodsb02@gmail.com
Reviewed by: riggs, jbeich
Differential Revision: https://reviews.freebsd.org/D6077
|
|
|
|
|
|
|
| |
PR: 208490
Submitted by: dim
Approved by: maintainer timeout
MFH: 2016Q2 (build fix blanket)
|
|
|
|
|
| |
PR: 208121
Submitted by: <matthew@reztek.cz> (maintainer), gblach
|
|
|
|
|
|
|
| |
IBM is not a Java vendor in the Ports Tree anymore.
Approved by: fixit blanket
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
PR: 209011
Approved by: portmgr (bapt)
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
| |
- Update maintainer's e-mail address
PR: 208777
Submitted by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- SysV IPC leak
- Restart race
- Allow to specify a custom PATH in rc.conf
- Bump PORTREVISION
PR: 207896
Submitted by: kbowling
Approved by: maintainer
MFH: 2016Q2
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 208973
Submitted by: Fred <fred@trinitech.co.uk>
Approved by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An interactive console text-based command-line Twitter client written in Perl
WWW: http://oysttyer.github.io/docs/userGuide.html
WWW: https://github.com/oysttyer/oysttyer
According to
http://www.floodgap.com/software/ttytter/
it is the official next version of net-im/ttytter.
|
|
|
|
|
|
|
| |
- Change to new MASTERSITES
PR: 208917
Submitted by: maintainer / author
|
|
|
|
|
|
|
|
|
| |
A privacy-respecting, hackable metasearch engine.
WWW: https://github.com/asciimoo/searx
PR: 208915
Submitted by: Loic BLOT <loic.blot@unix-experience.fr>
|
|
|
|
|
|
| |
PR: 208924
Submitted by: Bob Eager <rde@tavi.co.uk> / <bob@eager.cx>
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
PR: 208962
Submitted by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
| |
- Build DOCS with dvipsk
PR: 208983
Submitted by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
| |
PR: 208790
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), dieterich@ogolem.org
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
PR: 208982
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
|
| |
ftp/filezilla: 3.16.0 -> 3.17.0
Changes:
https://filezilla-project.org/changelog.php
PR: 208999, 209000
Submitted by: <matthew@reztek.cz> (maintainer)
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/ClusterLabs/libqb/releases
PR: 209004
Submitted by: David Shane Holden <dpejesh@yahoo.com> (maintainer)
|
|
|
|
|
|
| |
No functional change to devel/llvm-cheri, just plist generalization.
Sponsored by: DARPA, AFRL
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
version 6.0.1 and 20160421 and should be pretty close to the first
release GCC 6.1.
In particular, this is free of known critical regressions, so is
fair game for anyone to give a try who would normally steer clear
of pre-release versions.
|
| |
|
|
|
|
|
|
|
| |
PR: 208996
Submitted by: me
Approved by: Nikolai Lifanov <lifanov at mail.lifanov.com>
(maintainer)
|
|
|
|
|
| |
PR: 208671
Submitted by: Junji Nakanishi <jun-g@daemonfreaks.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Add Python SoundCloud ABI Library 0.5.0
- Include README.rst
- Add test target
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5967
|
| |
|
|
|
|
| |
Bump PORTREVISION so that this change gets picked up.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
psycopg2cffi is an implementation of the psycopg2 module using cffi, the C
Foreign Function Interface for Python. psycopg2 is a PostgreSQL database
adapter for the Python programming language.
WWW: https://github.com/chtd/psycopg2cffi
PR: 208686
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols
from a pcap file.
Can also remove IEEE 802.1Q (virtual lan - vlan) header.
WWW: https://loicpefferkorn.net/ipdecap/
PR: 208993
Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
simpleeval is a single-file library for easily adding evaluatable expressions
into python projects. It can allow a user to, for example, set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms had
gone off, and if there is music playing at the time.
WWW: https://github.com/danthedeckie/simpleeval
PR: 208688
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
|
| |
|
|
|
|
|
| |
ChangeLog: https://feh.finalrewind.org/archive/2.15/
https://feh.finalrewind.org/archive/2.15.2/
|
| |
|
| |
|
| |
|
|
|
|
|
| |
MFH: 2016Q2
Security: 9d04936c-75f1-4a2c-9ade-4c1708be5df9
|
|
|
|
|
|
|
| |
This library allows to you to read and write rpm packages. Written in pure ruby
because librpm is not available on all systems
WWW: https://rubygems.org/gems/arr-pm
|
|
|
|
|
|
| |
Structured+contextual logging experiments in Ruby
WWW: https://github.com/jordansissel/ruby-cabin
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
the home of development for the GCC 7 series, so track this with a new
gcc7-devel port, starting with the 20160417 snapshot of GCC 7.0.0.
For the coming months, this will be highly volatile and likely broken
in various ways at various points in time, so not recommended for any
production use.
|
|
|
|
|
|
| |
PR: 208984
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
starting, else RabbitMQ will not run.
MFH: 2016Q2
|
|
|
|
|
|
|
|
|
| |
These are simple Ruby bindings for the liblzma library
(http://tukaani.org/xz/), which is best known for the extreme compression
ratio. Since FFI is used to implement the bindings, no compilation is needed
and they should work with JRuby as well.
WWW: http://quintus.github.io/ruby-xz
|
|
|
|
|
|
| |
PR: 208980
Submitted by: Joe Barbish <qjail1@a1poweruser.com>
Sponsored by: Essen Linuxhotel Hackathon 2016
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- regenerate patches with makepatch
Sponsored by: Essen Linuxhotel Hackathon 2016
|
| |
|
|
|
|
|
|
|
|
| |
PR: 208958
Submitted by: mat
Reviewed by: tijl
Approved by: maintainer
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- use PLIST_FILES
- don't use USE_AUTOTOOLS
Sponsored by: Essen Linuxhotel Hackathon 2016
|
| |
|
|
|
|
|
|
|
|
|
| |
Corefines is a collection of general purpose refinements for extending the core
capabilities of Ruby's built-in classes. It also provides a compatibility mode
for older Ruby versions and alternative Ruby implementations that don't support
refinements (yet).
WWW: https://github.com/jirutka/corefines
|
|
|
|
|
|
|
|
|
|
| |
- Use Java 1.8+
- Bump PORTREVISION
PR: 208531
Submitted by: Johan Ström <johan@stromnet.se>
Approved by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
|
|
|
|
| |
- add TOKUDB option
- various Makefile tweaks suggested by mat
PR: 206394, 208060
Submitted by: pservit@gmail.com
Reviewed by: mat
Sponsored by: Essen Linuxhotel Hackathon 2016
Differential Revision: D5602
|
|
|
|
|
|
| |
MFH: 2016Q2
Security: https://vuxml.freebsd.org/freebsd/f87a9376-0943-11e6-8fc4-00a0986f28c4.html
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
| |
Security: https://vuxml.freebsd.org/freebsd/f87a9376-0943-11e6-8fc4-00a0986f28c4.html
Security: http://www.phpmyfaq.de/security/advisory-2016-04-11
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
| |
PR: 208878
Submitted by: jbeich
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Plug a memory leak
- Add a switch to allow running in foreground
- Make the default actually really timeout at 1 min not 6s
- Change the loop mechanism to actually listen/poll on the xset s. and use the poll timeout to decide when to lock
Sponsored by: Essen Hackathon 2016
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unneeded patches (applied upstream)
- Fix inline assembler error on 9.x
- Fix pkg-plist
Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000386.html
PR: 208907
Approved by: junovitch (mentor)
Exp-run: antoine
Differential Revision: D5989
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
The only change compared to version 0.9 is that it attempts to fix the
build on systems that don't have utimensat(), such as FreeBSD 10.1.
Reviewed by: bapt (sitting next to me)
|
|
|
|
|
|
| |
PR: 208634
Submitted by: rootservice@gmail.com
Approved by: mokhi64@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE_FILE
- Remove unnecessary PHP_MODNAME
- Pet portlint
- Update BROKEN: use lowercase for leading character
Changes: https://pecl.php.net/package-changelog.php?package=event
PR: 208956
Submitted by: Mickael Maillot <mickael.maillot@gmail.com>
Approved by: John Chen <johnpupu@gmail.com> (maintainer)
|