1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

397065 Commits

Author SHA1 Message Date
Kurt Jaeger
a132c8afc2 New port: x11/py-xdot
xdot.py is an interactive viewer for graphs written in Graphviz's dot
language. It uses internally the Graphviz's xdot output format as an
intermediate format, and PyGTK and Cairo for rendering.
xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.

WWW: https://pypi.python.org/pypi/xdot

PR:		211059
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:36:50 +00:00
Kurt Jaeger
da3fa3feeb databases/cego: 2.30.15 -> 2.30.17
- Fixed for point-in-time recovery, Date format handling was not
  done correectly
- Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now
  calculated based on the page offset of the corresponding datafile
  ( this information is provided by CegoFileHandler::getRegPageOffset )
  This leads to a much better distribution and usage of the available
  buffer pool pages
- Fix in CegoTableManager::createBTree, the creation of the btree object
  must be done in a dedicated exception block, otherwise the btree
  object is dropped, if it already exists.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-15 17:34:38 +00:00
Kurt Jaeger
63c3e79a02 devel/lfcbase: 1.8.5 -> 1.8.7
- A space character was missing in exception message for date format lists
- Some exception improvements in Chain class

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-07-15 17:32:53 +00:00
Kurt Jaeger
e39c008565 New port: textproc/py-guess-language
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.

WWW: https://pypi.python.org/pypi/guess-language

PR:		211058
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:29:26 +00:00
Carlos J. Puga Medina
6434756a27 - Update to 0.2.1
- Update MAINTAINER to my @FreeBSD.org address
- Update pkg-plist

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7219
2016-07-15 17:26:08 +00:00
Kurt Jaeger
731f924cec New port: textproc/py-esmre
Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.

WWW: https://pypi.python.org/pypi/esmre

PR:		211057
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-15 17:15:19 +00:00
Mark Felder
cba90a8663 Rename vuxml entry, add new detailed reference as primary.
This new reference has much more detailed information. It appears even
the latest version of struts is affected and this may affect many
products using the Apache Commons FileUpload Utility such as Jenkins,
Lucene-Solr, etc. Unfortunately it's difficult to identify which version
of the Apache Commons FileUpload Utility products may have, so this vuxml
may be expanded as more products are successfully identified.

PR:		211105
Security:	CVE-2016-3092
2016-07-15 17:13:52 +00:00
Mark Felder
dcc5437b46 Package name for jakarta-struts is actually apache-struts
Pointyhat:	me

PR:		211105
2016-07-15 16:56:01 +00:00
Mark Felder
af9d1e2a3a Also add jakara-struts to the vuxml entry for CVE-2016-3092
PR:		211105
2016-07-15 16:54:27 +00:00
Mark Felder
9b7e833b7b Document tomcat vulnerability
PR:		211105
Security:	CVE-2016-3092
2016-07-15 16:48:51 +00:00
Mark Felder
b66440513f Document libreoffice vulnerability
PR:		211111
Security:	CVE-2016-4324
2016-07-15 16:41:21 +00:00
Mark Felder
7eb73d63e7 Update name in vuxml of person who reported CVE-2016-5102 2016-07-15 16:34:00 +00:00
Mark Felder
7419bfc443 graphics/tiff: Patch vulnerabilities
These two patches were obtained from OpenBSD. An additional CVE is not
yet addressed, but upstream indicates they are removing the gif2tiff
utility as the mitigation in the upcoming 4.0.7.

PR:		211113
MFH:		2016Q3
Security:	CVE-2016-5875
Security:	CVE-2016-3186
2016-07-15 16:22:53 +00:00
Mark Felder
34cd680a2d Document tiff vulnerabilities
Security:	CVE-2016-5102
Security:	CVE-2016-5875
Security:	CVE-2016-3186

PR:		211113
2016-07-15 16:19:21 +00:00
Conrad Meyer
57576b7f7e devel/elfutils: Add missing LIB_DEPENDS on libargp 2016-07-15 15:59:57 +00:00
Steve Wills
142856484e www/gohugo: create port
Hugo is a general-purpose website framework. Technically speaking, Hugo is a
static site generator. Unlike other systems which dynamically build a page
every time a visitor requests one, Hugo does the building when you create your
content. Since websites are viewed far more often than they are edited, Hugo is
optimized for website viewing while providing a great writing experience.

Sites built with Hugo are extremely fast and very secure. Hugo sites can be
hosted anywhere and run without dependencies on expensive runtimes like Ruby,
Python or PHP and without dependencies on any databases.

WWW: http://gohugo.io

PR:		211127
Submitted by:	Ben Lavery <ben.lavery@hashbang0.com> (with minor changes)
2016-07-15 15:01:39 +00:00
Mark Felder
894aa44247 multimedia/plexmediaserver-plexpass: Update to 1.0.1
Changelog:	https://forums.plex.tv/discussion/comment/1217894#Comment_1217894
2016-07-15 14:35:44 +00:00
Adam Weinberger
1dd9c17db2 If base was built WITHOUT_KERBEROS and dovecot2 was built with kerberos
from ports, pigeonhole's build will fail because it can't find libkrb5.so.

To fix this, introduce the usual GSSAPI option block. Also, add a
BUILD_FAIL_MESSAGE asking you to make sure that the GSSAPI option here
matches the GSSAPI option from dovecot2.

PR:		211025
Submitted by:	dewayne heuristicsystems com au
Patch by:	maintainer (Larry Rosenman)
2016-07-15 14:31:18 +00:00
Matthias Andree
a3ebddf90c Update to new upstream release 1.43.1.
1.43.1 has seen several FreeBSD portability fixes upstream, so we could
finally upgrade the port. Tweaking the test set for non-high-end
computers took a while.

Make set of self-tests configurable. Add Perl and GNU dd to build
dependency list when needed so tests can pass in a poudriere build.

Assorted other tweaks.

Upstream's change log:
  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 and
  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43
2016-07-15 12:16:01 +00:00
Li-Wen Hsu
d85f2b8ee4 - Update to 2016.6.1 2016-07-15 12:01:19 +00:00
Raphael Kubo da Costa
f8420dd1b4 Add patches for CVE-2016-2334 and CVE-2016-2335.
While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly
bumping PORTREVISION in archivers/p7zip-codec-rar.

PR:		211114
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2016Q3
Security:	a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49
Security:	d706a3a3-4a7c-11e6-97f7-5453ed2e2b49
2016-07-15 11:25:07 +00:00
Raphael Kubo da Costa
391c843c6c Document CVE-2016-2334 and CVE-2016-2335 in archivers/p7zip.
PR:		211114
2016-07-15 11:23:23 +00:00
Dmitry Marakasov
5f176978ec - Switch to options helpers
- Silence mkdirs
- Regenerate patches with `make makepatch`
2016-07-15 09:00:37 +00:00
Ed Schouten
e8c42b2893 Update cloudabi-utils to the latest upstream version: 0.12.
This version only includes a couple of changes to the userspace
emulator (which isn't needed on FreeBSD >= 11.0):

- Support for sleeping on condition variables with monotonic clocks.
- More reliable emulation/handling of process descriptors (pdfork()).
2016-07-15 07:39:50 +00:00
Matthew Seaman
7b620790b4 Update to 0.13
Patch removed; this release specifically fixes that problem.

ChangeLog:     http://cpansearch.perl.org/src/ALEXMV/RT-Extension-MandatoryOnTransition-0.13/Changes
2016-07-15 07:23:15 +00:00
TAKATSU Tomonari
4f35f92e27 - Update to 1.1-12
- Fix LICENSE
- Add "compiles" argument to USES=cran
2016-07-15 06:02:09 +00:00
Mikhail Teterin
cff6a920d7 Use a different work-around for SSE4-only _mm_insert_epi32().
Functionally equivalent, it may be a little bit faster.
2016-07-15 05:11:30 +00:00
Mikhail Teterin
4eaa4a9dbe Ensure, SSE4 is still used on systems, where the feature is present.
Duh...
2016-07-15 04:55:42 +00:00
Mikhail Teterin
afb2268a38 Finish up the port, which got committed too early by accident:
. Note, that it works on CPUs with at least SSSE3
	  instruction set -- the original code assumes SSE4,
	  but that was relatively easy to patch
	. Do not attempt to build, if SSSE3 not among CPU-options
	. Fix up formatting warnings (reported upstream)
	. Fix a crash on i386. Unfortunately, 5 of the 40
	  self-tests still fail on i386 -- the problem reported
	  upstream
2016-07-15 03:05:26 +00:00
Mikhail Teterin
0961917ac3 Add port of "lepton" -- a tool for manipulating files in LEP-format,
which was recently open-sourced by Dropbox.

The patch
2016-07-15 01:27:43 +00:00
John Baldwin
2fab2693cf Import several patches recently merged upstream.
- Fix fork following to honor 'detach-on-fork'
- Fix vfork following to post a fake vfork_done event to fix breakpoints
  in vfork parents (a real vfork_done event is pending but requires kernel
  changes currently in review).
- Fix x86 debug registers to work with multiple threads (PR 157755)
- Add support for 'info auxv' on both live processes and cores.
- Add support for 'catch syscall'.  Note that catching system calls by
  names requires parsing an XML file mapping system call names to
  numbers.  The port now installs the XML syscall files to the data
  directory.  In addition, the EXPAT option is now enabled by default as
  expat is used to parse the XML files.
- Bump PORTREVISION.

PR:		157755, 210874
Approved by:	luca.pizzamiglio@gmail.com (maintainer), bdrewery
2016-07-15 01:10:15 +00:00
Sergey A. Osokin
2ef427c69d Upgrade third-party brotli module from 4f08382 to ada972b. 2016-07-14 22:50:05 +00:00
Matthias Andree
1137aaea12 Update to new upstream release JabRef 3.5.
ChangeLog: <https://github.com/JabRef/jabref/blob/v3.5/CHANGELOG.md#35---2016-07-13>
2016-07-14 22:49:55 +00:00
Sergey A. Osokin
bcc05a1be4 Upgrade brotli to the latest 0.4.0 release.
Bump PORTREVISION.
2016-07-14 22:38:50 +00:00
Shaun Amott
6f1c746de1 New port: devel/libflatarray.
LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.

PR:		ports/208359
Submitted by:	kurt@kmk-computers.de
2016-07-14 22:25:27 +00:00
Pawel Pekala
f3528bc209 Update to version 0.2.8.5-rc
PR:		210932
Submitted by:	Neel Chauhan
Approved by:	maintainer
2016-07-14 20:47:55 +00:00
Mark Felder
c4f75c03c5 www/varnish4: Update pkg-descr with modern links and email address
MFH:		2016Q3
2016-07-14 20:28:12 +00:00
Pawel Pekala
eeacc01ee8 - Update WWW
- Update MASTER_SITES since author quit using GitHub
- Remove DOCS since documents are no longer distributed
- Define LICENSE, DIST_SUBDIR
- Bump PORTREVISION for plist change (DOCS)

PR:		210867
Submitted by:	Koichiro IWAO (maintainer)
2016-07-14 20:12:08 +00:00
Mark Felder
500b9100bf www/varnish4: Update to 4.1.3
Changelog:	https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst

Will MFH as upstream recommends the latest release of this branch due to
important bugfixes.

MFH:		2016Q3
2016-07-14 20:07:28 +00:00
Pawel Pekala
6467b64680 Simple, elegant HTML, XHTML and XML generation.
WWW: http://pypi.python.org/pypi/html

PR:		210735
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-14 18:53:10 +00:00
Conrad Meyer
718a7c599f elfutils-0.163_4
- Correct gnulib dependency to PATCH_DEPENDS, per Bapt.
- Rely on USE_AUTOTOOLS :env to pull in automake for BUILD.
- Move re-automake rule to pre-configure, when the tool is available.
- Adapt installed gelf.h header to define needed non-standard Elf types as
  needed, rather than trying to add them to base elf headers.

Reviewed by:	portlint
Sponsored by:	EMC / Isilon Storage Division
2016-07-14 18:45:54 +00:00
Muhammad Moinur Rahman
426df6c6b8 astro/qmapshack: Update version 1.6.1=>1.6.3
- Upstream FreeBSD support

PR:		210808
Submitted by:	cmt
2016-07-14 18:39:51 +00:00
Carlos J. Puga Medina
bca2c77b6a - Update to 2.2
- Add USES=dos2unix
- Add patch to don't show README.rst content while socli is building.
- Added tag based search

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7205
2016-07-14 18:29:36 +00:00
Pawel Pekala
45e86809f1 gist is a command line interface for working with GitHub gists. It provides
several methods for inspecting a users gists, and the ability to easily
create them.

WWW: http://github.com/jdowner/gist
WWW: https://pypi.python.org/pypi/python-gist

PR:		210600
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-14 18:25:21 +00:00
Kris Moore
fefdf164b0 - Fix fetching distfiles
- Cleanup some formatting

Approved by: Maintainer <john@pcbsd.org>
2016-07-14 17:55:25 +00:00
Pawel Pekala
3185385419 - Update to version 3.3.0
- New maintainer's email

- Enable automatic workarounds of looped dependencies
- Fixe a problem that had emerged when pkg(8) was updated

PR:		210955
Submitted by:	maintainer
2016-07-14 17:28:34 +00:00
Pawel Pekala
9dad9657ae Update to version 1.1.3
PR:		211080
Submitted by:	maintainer
2016-07-14 17:01:34 +00:00
Pawel Pekala
6bb54bdd8b Trim excess tabs, no-op change 2016-07-14 16:53:06 +00:00
Kurt Jaeger
2f8d12d5ae New port: security/py-vulndb
Python SDK to access the vulnerability database:
https://github.com/vulndb/data

WWW: https://pypi.python.org/pypi/vulndb

PR:		211055
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-14 16:52:08 +00:00
Pawel Pekala
9fc61c1ed0 Update to version 0.8.14
PR:		211078
Submitted by:	Joseph Mingrone (maintainer)
2016-07-14 16:49:41 +00:00