1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

401342 Commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
9596b5167f www/py-flask-wtf: update to 0.13 2016-10-02 12:27:55 +00:00
Thomas Zander
7a43e8d606 Remove python3 build limitation, new maintainer
Detailed log:
- Remove python version limit 3.3-3.4
- Set architecture neutral
- New maintainer:  Danilo G. Baio <dbaio@bsd.com.br>
- Bump PORTREVISION

PR:		213146
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-10-02 12:11:54 +00:00
Ruslan Makhmatkhanov
edf64b31b4 math/pecl-stats: configure PORTSCOUT
- configure PORTSCOUT
- fix typo on pkg-descr
- small change on COMMENT

PR:		212766
Submitted by:   Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2016-10-02 12:09:05 +00:00
Bernard Spil
d164220a7a security/openssl: Modernize port
- Group options
  - Migrate to <OPT>_CONFIGURE helpers
  - Use CONFIGURE_ARGS not EXTRACONFIGURE
  - Remove make-jobs unsafe (introduced 2009 / 0.9.8)
  - Remove base SHLIBVER_BASE check (introduced 2006)
  - Revert to default CPE_VERSION
  - Rework MAN3 option
  - Fix plist when SHARED disabled

Reviewed by:	mat
Differential Revision:	D8025
2016-10-02 11:51:00 +00:00
Pawel Pekala
af43b2e712 Update to version 0.11.7
PR:		213077
Submitted by:	maintainer
2016-10-02 11:22:46 +00:00
Hajimu UMEMOTO
c57638ba6f add patches for Emacs 25
PR:		213156
Submitted by:	Yasuhiro KIMURA <yasu [...] utahime.org>
2016-10-02 11:12:52 +00:00
Pawel Pekala
7de084e622 Update to version 4.1.7
PR:		213069
Submitted by:	maintainer
2016-10-02 11:08:59 +00:00
Pawel Pekala
581c76bab8 Update to version 1.5.10
In this release there is a fix for long downtime after connectivity
loss, which was a longstanding unsolved issue.  Features for tcp, TCP
Fast Open and timeout pressure to close connections when the tcp
connections are getting full.  Option to use ipv6 /64 for extra entropy.

Features
- Create a pkg-config file for libunbound in contrib.
- TCP Fast open patch from Sara Dickinson.
- Finegrained localzone control with define-tag, access-control-tag,
  access-control-tag-action, access-control-tag-data, local-zone-tag, and
  local-zone-override. And added types always_transparent, always_refuse,
  always_nxdomain with that.
- If more than half of tcp connections are in use, a shorter timeout
  is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
- [bugzilla: 787 ] Fix #787: outgoing-interface netblock/64 ipv6
  option to use linux freebind to use 64bits of entropy for every query
  with random local part.
- For #787: prefer-ip6 option for unbound.conf prefers to send
  upstream queries to ipv6 servers.
- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
- keep debug symbols in windows build.

PR:		213043
Submitted by:	maintainer
2016-10-02 10:30:40 +00:00
Olli Hauer
75590290b7 - restore svn:keywords 2016-10-02 09:22:09 +00:00
Olli Hauer
ca7e91d336 - update to 3.1.3
Changelog:
 20160911
  Bugfix (introduced: Postfix 3.0): the SMTP daemon did not
  reset a previous session's command counts before rejecting
  a client that exceeds request or concurrency rates. File:
  smtpd/smtpd.c.

 20160917
  Bugfix (introduced: Postfix 3.0): the unionmap did not
  propagate table lookup errors.  Based on patch by Roel van
  Meer.  Files: util/dict_union.c, util/dict_union_test.*.

 20160925
  Workaround (problem introduced: Postfix 2.11): to avoid
  false "not found" errors with MySQL map queries that contain
  UTF8-encoded text, specify "option_group = client" in Postfix
  MySQL configuration files.  This will be the default setting
  with Postfix 3.2 and later.
2016-10-02 09:17:28 +00:00
Dmitry Marakasov
1150f67f07 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Deobfuscate documentation installation
2016-10-02 09:01:49 +00:00
Olivier Duchateau
83a0be0cb9 - Update to 3.9.2
- Remove dependency on the python2 symlink

Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9.2_.282016-10-1.29
2016-10-02 06:56:05 +00:00
Ashish SHUKLA
5b974a37af GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]

editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]

editors/emacs-devel:
- Update to git revision 25dca60d

Mk/bsd.emacs.mk:
- Update version numbers[4]

PR:		212807 [1], 212808 [3], 212809 [4]
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
		TAKANO Yuji <takachan@running-dog.net> (private email) [2]
2016-10-02 05:07:22 +00:00
John Marino
e3117698b4 databases/mariadb101: Fix stage-QA for client
THere were 5 new programs built and installed by both the client and
the server.  This is not a unique case.  Previously they were allocated
to the client and removed by the post-install target of the server. In
this case, they've already been allocated to the server, so we need a
new post-install target for the client to remove them from the stage
directory so stage-QA checks pass.

While here, remove the now-unnecessary DragonFly configure argument
and change the backtick in a comment to an apostrophe to avoid the
makefile being interpreted as a shell script by some editors.  Also
remove redundant forward slashes on the server post-install target.

Approved by:	just-fix-it
2016-10-02 02:51:55 +00:00
Danilo Egea Gondolfo
c13e256231 - Update to 1.5.44
- This release covers a SQL injection and a possible shell code execute vulnerabilities

MFH:		2016Q3
2016-10-02 02:36:24 +00:00
Danilo Egea Gondolfo
58b978f4f8 - Update to 1.4.9
- Add some dependencies explicitly to make Q/A happy
- Use USE_LDCONFIG once the port installs a shared library
2016-10-02 02:27:14 +00:00
John Marino
1eadc6fe21 databases/mariadb101: Fix OPSYS logic
The intent was to check for GSSAPI BASE option set on FreeBSD 9, but
the effect was an IGNORE set for all non-FreeBSD platforms.  Fix the
logic to its original intent under the just-fix-it blanket.
2016-10-02 01:50:00 +00:00
John Marino
16c36744d1 lang/rust: Update distinfo.x86_64 for DragonFly support for v1.12
Preapproved by:	riggs
2016-10-02 01:07:32 +00:00
Jan Beich
aed0e3005c net-mgmt/collectd5: update write_riemann and fix zfs_arc plugins
PR:		213124
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-10-01 23:58:57 +00:00
Jan Beich
943851900e net-mgmt/riemann-c-client: add new port
PR:		210545
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Riemann-C-client is a C client library for the Riemann monitoring system,
providing a convenient and simple API, high test coverage and a copyleft
license, along with API and ABI stability.

https://github.com/algernon/riemann-c-client/#readme
2016-10-01 23:34:12 +00:00
Adam Weinberger
d7f028de60 Updte to 7.24.
Changes: https://metacpan.org/changes/distribution/ExtUtils-MakeMaker
2016-10-01 20:47:06 +00:00
Adam Weinberger
20bc2f9643 Update to 0.64. Set LICENSE and NO_ARCH, and use sed instead of
requiring perl for extraction.

Changes: https://metacpan.org/changes/distribution/ExtUtils-AutoInstall
2016-10-01 20:43:43 +00:00
Adam Weinberger
e165f5b530 Update to 2.40.
Changes: https://metacpan.org/changes/distribution/Data-Dump-Streamer
2016-10-01 20:35:50 +00:00
Adam Weinberger
4b65ec8c88 Update to 2.092.
Changes: https://metacpan.org/changes/distribution/Config-Model
2016-10-01 20:34:03 +00:00
Adam Weinberger
d1450b3e76 Update to version 2012. Update the COMMENT and pkg-descr to more
accurately describe this module.
2016-10-01 20:28:22 +00:00
Adam Weinberger
2356e727c2 Update to 2.94.
Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases
2016-10-01 20:21:03 +00:00
Adam Weinberger
6b573902dc Update to 7.13.
Changes: https://metacpan.org/changes/distribution/AnyEvent
2016-10-01 20:19:55 +00:00
Adam Weinberger
f4dd44f8f9 Update to 0.28, and add LICENSE and NO_ARCH.
Changes: Who knows? Upstream hasn't updated Changes in 5 years.
2016-10-01 20:17:36 +00:00
Adam Weinberger
5a56bb67ab Update to 0.036.
Changes: https://metacpan.org/changes/distribution/Astro-SIMBAD-Client
2016-10-01 20:02:56 +00:00
Adam Weinberger
b6ec693ea2 Update to 1.09.
Changes: https://metacpan.org/changes/distribution/Compress-LZO
2016-10-01 19:56:37 +00:00
Cy Schubert
aac4c84b60 Update 3.3.3 --> 3.3.9
PR:			212079
In collaboration wtih:	Peter Czanik (CzP) <peter.czanik@balabit.com>
			To support current sysutils/syslog-ng-devel.
Approved by:		yerenkow@gmail.com (maintainer)
2016-10-01 18:27:18 +00:00
Ed Schouten
289db90b46 Update cloudabi-utils to v0.18.
Yesterday I released v0.17, but discovered that that version and all
previous versions did not yet build on macOS Sierra. Fixing that, I've
released v0.18. For FreeBSD, it should be identical to v0.17, but at
least ensures that portscout remains silent.
2016-10-01 18:21:56 +00:00
Roman Bogorodskiy
4fa95101e5 devel/rubygem-ruby-libvirt: update to 0.7.0 2016-10-01 17:31:52 +00:00
Pawel Pekala
a6dcae5a90 Update to version 4.1.13
SUMMARY:
Some features, such as multi master check option that does not upgrade
from the first master that answers, but picks the best one.
Additional section handling for type SRV. And bug fixes.

FEATURES:
- multi-master-check: yes can be used to check all masters for the
  last version, using the higher version from the configured masters,
  from Manabu Sonoda.
- Support RR type OPENPGPKEY from RFC 7929.
- Can config key algorithms with the digest name, eg. 'sha256'.
- configure --disable-radix-tree for about 15% lower memory usage.
- for type SRV add A/AAAA to the additional section (if possible),
  just like we already do for type MX.
- more extensible edns option handling.

BUG FIXES:
- Fix compile warnings about unused result from write and strtol.
  and signcompare in minmax retrytime.
- Fix #812: fix that make depend fails after distribution.
- Fix #817: xfrd update failed loop.
- Add robustness against unallocated data in nsec3 trees.
- Fix README spelling error of BSD license (reported by Joerg Jung).
- Fix multimaster for not tried full zone transfer for a expired zone.
- Fix #827: fix compile with openssl 1.1.0 with api=1.1.0.

PR:		213021
Submitted by:	maintainer
2016-10-01 16:37:31 +00:00
Pawel Pekala
3f614ddda1 Update to version 1.3.5
PR:		213004
Submitted by:	maintainer
2016-10-01 16:22:39 +00:00
Ruslan Makhmatkhanov
593eb277cd net/py-pcapy: update to 0.10.10
- update to 0.10.10
- pass maintainership to submitter
- expand python version to 2.7+ because since this release pcapy now
  supports both python branches

PR:		213105
Submitted by:	 Mageirias Anastasios <anastasios@mageirias.com>
2016-10-01 16:22:16 +00:00
Adam Weinberger
554789969f - Don't set nocompatible in the gvimrc [1], bump PORTREVISION
See also https://groups.google.com/forum/#!topic/vim_use/66crU745cFc
- Mark as MAKE_JOBS_UNSAFE (thanks to Mat for the log):
make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0019/src/po/Makefile" line 4: Could not find ../auto/config.mk
make[2]: Fatal errors encountered -- cannot continue

PR:		197214 [1]
Submitted by:	jjuanino gmail
2016-10-01 16:18:56 +00:00
Pawel Pekala
f3dd96554e Update to version 8.1.5
PR:		213000
Submitted by:	Matthias Fechner (maintainer)
2016-10-01 16:11:14 +00:00
Antoine Brodin
7e76369bf3 Remove support for expired PostgreSQL 9.1 2016-10-01 15:58:41 +00:00
Antoine Brodin
932437960c Deprecate: depends on expired PostgreSQL 9.1 2016-10-01 15:57:43 +00:00
Pawel Pekala
d898903cda Update to version 1.5.2
PR:		212981
Submitted by:	maintainer
2016-10-01 15:54:04 +00:00
Christoph Moench-Tegeder
6adf212889 update thunderbird to 45.4.0
PR:		213141
Approved by:	jbeich, rene (mentor)
MFH:		2016Q4
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
2016-10-01 15:43:44 +00:00
Jan Beich
411f691479 graphics/py-opencv: drop python3 vestige after r422698
PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have
worked unless defined via make.conf. Note, USES=python only supports
overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*.

  $ make -V PYTHON_VERSION PYTHON_REL=3500
  python2.7

  $ PYTHON_REL=3500 make -V PYTHON_REL
  2712

  $ make -V PYTHON_REL PYTHON_VERSION=python3.5
  3502

PR:		204519 (for tracking)
2016-10-01 15:36:15 +00:00
Roman Bogorodskiy
e6e41597f2 audio/p5-MP3-Tag: update to 1.14 2016-10-01 15:34:01 +00:00
Pawel Pekala
8f25eef43e Update to version 5.9p6
PR:		212975
Submitted by:	maintainer
2016-10-01 15:10:14 +00:00
Pawel Pekala
00d1a3e64e Update to version 0.27.0
PR:		212963
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2016-10-01 14:59:03 +00:00
Pawel Pekala
9d7f5f6b4a Update to version 1.8.0
PR:		212961
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2016-10-01 14:48:19 +00:00
Thomas Zander
f5a0c66880 Update to upstream release 1.12.0 2016-10-01 14:28:38 +00:00
Pawel Pekala
8f5bd56efd - Update to version 2.9j [1]
- Add LICENSE_FILE
- Configure script is generated by GNU tools
- Use @sample for configuration file instead of
  deprecated @unexec, remove part of pkg-message
  about copying config file, it's done automatically now
- Regenerate patches with make makepatch

Version 2.9j of WWWOFFLE released : Sat 23 Mar 2016
---------------------------------------------------
Bug Fixes
 Fix to remove compilation warnings for [gs]etres[ug]id() functions.
 Don't delete newlines from within quoted strings when modifying HTML.
 Accept 'Transfer-Encoding: Chunked' instead of '... chunked'.
 Increase the socket backlog to queue requests better.
 Documentation changes for mailing lists, web-page and e-mail addresses.
 Accept data from servers that use gzip encoding but don't send the tail.
 Improve the error messages for gnutls problems. [*]
 Some gnutls fixes and improvements. [*]
 Fix an error with chunked encoding and compression from slow servers.
 Fix HTML (and CSS) parsing problems related to media types.

Improvements:
 Increase the root certificate and fake certificates to 2048 bits. [*]
 Change the certificate hash function to SHA256 (SHA1 is deprecated). [*]
 Use the SNI TLS extension for incoming and outgoing https connections. [*]

*NOTE* *These only apply if WWWOFFLE is compiled with SSL/https support*

PR:		212831 (based on) [1]
Submitted by:	Jochen Neumeister [1]
2016-10-01 14:28:18 +00:00
Palle Girgensohn
e83148747a powa-archivist requires PostgreSQL 9.4 or greater 2016-10-01 14:23:23 +00:00