1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

397939 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
7f5840ad26 - Install examples files by default
Suggested by:	Kostas Oikonomou <k.oikonomou@att.net>
2016-08-03 02:08:46 +00:00
Michael Reifenberger
671054d5e8 Try to fix shared library links.
While there update to version 3.15.4

PR:		211459
Reported by:	roklein@roklein.de
2016-08-02 22:38:00 +00:00
Kurt Jaeger
39ff10364f www/py-nevow: 0.10.0 -> 0.14.0
PR:		210511
Changes:	https://github.com/twisted/nevow/blob/master/NEWS.txt
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	nivit (maintainer timeout)
2016-08-02 21:24:37 +00:00
Kurt Jaeger
263d0845ef New port: net/py-cjdns
A library to interact with the cjdns Admin Interface.

WWW: https://github.com/hyperboria/python-cjdns

PR:		210767
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-08-02 20:50:24 +00:00
Jung-uk Kim
2b81980bdb Fix build with non-base OpenSSL without MD2 support.
PR:		211524
2016-08-02 20:43:05 +00:00
Ed Schouten
170c47577d Upgrade cloudabi-utils to 0.14.
Earlier today version 0.13 got released, but it turned out it contained
a pretty major bug in IPv6 address handling (which was also present in
previous versions). While we're at it, just do another release to tackle
that.
2016-08-02 20:08:21 +00:00
Thomas Zander
e780fadd03 Remove stochasting build-time tests
Detailed maintainer explanation:
Build time tests in the radamsa package are stochastic and
they experience sporadic failures. Simply remove them. They
are not necessary for radamsa to operate properly.

PR:		209792
Submitted by:	jau@iki.fi
Reviewed by:	riggs
2016-08-02 18:29:24 +00:00
Olli Hauer
5894099eb9 - fix build with libressl-devel
PR:		211502
Reported by:	Helmut Ritter
Obtained from:	http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/
2016-08-02 18:02:43 +00:00
TAKATSU Tomonari
257d5ee430 - Update to 3.4.2 2016-08-02 17:48:18 +00:00
Kurt Jaeger
951a132e81 security/w3af: 1.0-rc4 -> 1.6.49
- move from SF to new official repo at Github
- set LICENSE_FILE
- add 12 new dependencies
- remove do-patch section
- change BUILD_DEPENDS to RUN_DEPENDS
- apply shebangfix on tools/*
- add DOCS option
- submitter becomes maintainer

PR:		211061
Changes:	https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-08-02 17:29:23 +00:00
John Marino
a837c37202 devel/pcsc-ada: Upgrade version 0.7.2 => 0.7.3 2016-08-02 17:22:14 +00:00
Adam Weinberger
823c03539d Remove hard dependency on p5-IO-Socket-IP and bump PORTREVISION. 2016-08-02 16:17:19 +00:00
Adam Weinberger
f05e6818d5 Remove p5-IO-Socket-IP dependency and bump PORTREVISION. 2016-08-02 16:03:10 +00:00
Adam Weinberger
55801198c8 Only depend on p5-IO-Socket-IP if necessary. PORTREVISION bump for
possible dependency change.

IO::Socket::IP is in core (as is its dependency, Socket). On reasonably
new versions of Perl (i.e. anything newer than FreeBSD's default),
the version of those modules in core is sufficient.

At this point, likely any hard dependency on p5-IO-Socket-IP or
p5-Socket is probably wrong.
2016-08-02 15:53:51 +00:00
Pawel Pekala
bb25240dc9 - Update to version 3.1 [1]
- Port is architecture neutral

PR:		211504 [1]
Submitted by:	maintainer
2016-08-02 15:24:20 +00:00
Mark Felder
455e891edd sysutils/moosefs3-master: Update to 3.0.81
- Pet PORTLINT as well

Changelog:
* MooseFS 3.0.81-1 (2016-07-25)

  - (mount) fixed oom killer disabling (setting oom_adj and oom_score_adj)
  - (cli) fixed displaying inactive mounts
  - (mount) added fsync before removing any locks
  - (daemons) added disabling oom killer (Linux only)
  - (all) small fixes in manpages
  - (mount) fixed handling nonblocking lock commands (unlock and try) in both locking mechanisms
  - (daemons+mount) changed default settings for limiting malloc arenas (Linux only)

PR:		211527
2016-08-02 15:23:22 +00:00
Tijl Coosemans
a9e591d310 - Clean up the Makefile a bit.
- Remove redundant GNOME option.
- Remove duplicate distinfo and pkg-plist files.
- Remove /compat and /compat/linux from pkg-plist.  Other Linux ports ignore
  these too, and /compat isn't necessarily a directory (see hier(7)).
2016-08-02 13:33:38 +00:00
Jimmy Olgeni
5fbe26390f Quick fix for building www/erlang-webmachine with Erlang 19. 2016-08-02 13:05:28 +00:00
Jimmy Olgeni
3651222f73 Update devel/erlang-erlware_commons to version 0.21.0. 2016-08-02 12:58:51 +00:00
Jimmy Olgeni
9a8b20a3d7 Add devel/erlang-cf, an Erlang library for terminal color printing. 2016-08-02 12:58:18 +00:00
Tijl Coosemans
bf4a311fca - Depend on libthai.
- Generate pango.modules on installation.
2016-08-02 12:28:02 +00:00
Tijl Coosemans
1d27031c27 Add devel/linux-c6-libthai, required by x11-toolkits/linux-c6-pango. 2016-08-02 12:26:36 +00:00
Ed Schouten
5e95b2f279 Upgrade cloudabi-utils to the latest upstream version.
Compared to version 0.12, it now includes more complete parsing of YAML
input. For example, it now automatically infers the typing of integers,
booleans, etc. without requiring explicit !!int / !!bool tags.
2016-08-02 12:22:44 +00:00
Tijl Coosemans
a9c9c626bb In the 64 bit case create lib/libssl.so.7 instead of lib64/libssl.so.7.
The symlink exists for libflashsupport.so in linux-c6-flashplugin11, a
32 bit library.
2016-08-02 10:09:54 +00:00
Jimmy Olgeni
5824278b07 Update devel/elixir-tirexs to version 0.8.4. 2016-08-02 09:51:04 +00:00
Vanilla I. Shu
97189546c6 Update to 0.6.0. 2016-08-02 09:50:24 +00:00
TAKATSU Tomonari
33fc2d7d89 - Update to 1.1.1.0 2016-08-02 09:18:02 +00:00
Dmitry Marakasov
4bbb17d1b0 - Add LICENSE
- Add NO_ARCH
- Pet portlint
- Switch to options helpers
2016-08-02 09:00:58 +00:00
Pietro Cerutti
1d16e8be14 x11-toolkits/tk86: fix PLIST for non-default options
Reported by:	pi
2016-08-02 07:13:44 +00:00
Alexey Dokuchaev
683a24c631 - Add EXAMPLES to OPTIONS_DEFINE (missed in r404643 by amdmi3@), otherwise
packages will miss the *.icc files; this requires port revision bump
- Clean up COMMENT and port description by rewording bogus `X11-Servers' to
  more readable `X11 servers' and wrap one overly long line while at it
2016-08-02 06:11:31 +00:00
Li-Wen Hsu
6194b2fa72 - Update to 2.16 2016-08-02 05:27:07 +00:00
Jason Unovitch
41d49416dc Document Xen Security Advisories (XSAs 182, 183, and 184)
PR:		211482
Security:	CVE-2016-5403
Security:	CVE-2016-6259
Security:	CVE-2016-6258
Security:	https://vuxml.FreeBSD.org/freebsd/06574c62-5854-11e6-b334-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/04cf89e3-5854-11e6-b334-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/032aa524-5854-11e6-b334-002590263bf5.html
2016-08-02 02:07:56 +00:00
Jung-uk Kim
6d02d42b4d Fix build with ccache.
PR:		211514
2016-08-01 23:28:21 +00:00
Steve Wills
20186de031 textproc/py3-asciinema: revive and update port
Upstream switched back to python and only supports python 3.x, so revive the
python version of this port and update it. While here, mark the old version
deprecated and create the py3?-requests ports needed as dependencies.
2016-08-01 22:26:57 +00:00
Tijl Coosemans
b3107f563d Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH to define DISTINFO_FILE and PLIST. 2016-08-01 22:23:40 +00:00
Johan van Selst
748e31982b Update to OpenMSX 0.13.0
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_13_0/doc/release-notes.txt
2016-08-01 20:23:20 +00:00
Adam Weinberger
91a5912edc Update to 1.77. Switch to USES=ssl, and only install the examples
if the EXAMPLES knob is on.

Changes: https://metacpan.org/changes/distribution/Net-SSLeay
2016-08-01 20:20:54 +00:00
Adam Weinberger
7ed80029da Update to 7.01.
- Improved support for systemd.
  - Fixed a bug in Mojo::Server::Prefork where PID files would not contain a
    newline character.
2016-08-01 20:16:21 +00:00
Kurt Jaeger
4eb60b4129 New port: www/p5-Interchange6
Interchange6, the Open Source Shop Machine,
is the Modern Perl ecosystem for online business.
It uses the DBIx::Class database schema Interchange6::Schema.

This is a small module, implementing an API, used in Dancer plugins.

WWW: http://search.cpan.org/dist/Interchange6/

PR:		211358
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-08-01 20:11:19 +00:00
Johan van Selst
41424bdc52 Minor cleanup (no functional change)
Reported by:	marino
2016-08-01 19:36:24 +00:00
Kurt Jaeger
3d395569c4 New port: databases/p5-Interchange6-Schema
Database schema classes for Interchange6
Open Source eCommerce software.

WWW: http://search.cpan.org/dist/Interchange6-Schema/

PR:		211348
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-08-01 19:34:23 +00:00
Johan van Selst
7b1fe51a8c Update to 2016-06-15 version (bugfix release) 2016-08-01 19:31:26 +00:00
Johan van Selst
6ab25e9184 Update to 4.9.1 (bugfix release) 2016-08-01 19:27:34 +00:00
David Naylor
74de6fe3ce emulators/i386-wine-devel: update to 1.9.15. 2016-08-01 18:59:55 +00:00
Antoine Brodin
f13df4511d - Update devel/doxygen to 1.8.11
- Adjust plist of ports depending on it

PR:		211447
Submitted by:	maintainer
2016-08-01 18:26:33 +00:00
Kurt Jaeger
a3d5454f3f New port: devel/p5-MooseX-CoverableModifiers
Make Moose method modifiers Devel::Cover friendly

WWW: http://search.cpan.org/dist/MooseX-CoverableModifiers/

PR:		211357
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-08-01 18:23:34 +00:00
Olivier Duchateau
610eb33273 - Update to 3.9
- Switch to options helpers
- CA_BUNDLE option is set by default (https://www.mercurial-scm.org/wiki/SecureConnections)
- Little clean up CONTRIB_FILES
- Replace CGI by FastCGI in pkg-message (consequence of removal some files in
CONTRIB_FILES)

Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9_.282016-8-1.29
2016-08-01 17:51:07 +00:00
Antoine Brodin
89b1e497b3 Prevent collision with getline(3) 2016-08-01 17:46:35 +00:00
Pawel Pekala
8b9fbdfc25 - Update to version 2016.74
- Add license information

Changelog:
- Security: Message printout was vulnerable to format string injection.

  If specific usernames including "%" symbols can be created on a system
  (validated by getpwnam()) then an attacker could run arbitrary code as root
  when connecting to Dropbear server.

  A dbclient user who can control username or host arguments could potentially
  run arbitrary code as the dbclient user. This could be a problem if scripts
  or webpages pass untrusted input to the dbclient program.

- Security: dropbearconvert import of OpenSSH keys could run arbitrary code as
  the local dropbearconvert user when parsing malicious key files

- Security: dbclient could run arbitrary code as the local dbclient user if
  particular -m or -c arguments are provided. This could be an issue where
  dbclient is used in scripts.

- Security: dbclient or dropbear server could expose process memory to the
  running user if compiled with DEBUG_TRACE and running with -v

PR:		211298
Submitted by:	Piotr Kubaj (maintainer)
MFH:		2016Q3
2016-08-01 17:43:19 +00:00
Pawel Pekala
776a6b8a6a Update to version 1.18.10 2016-08-01 17:28:50 +00:00