1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

399766 Commits

Author SHA1 Message Date
Dmitry Marakasov
6257633bbc - Update to 0.7
- Regenerate patch
- Remove unneeded ncurses dependency
- While here, switch to options helpers and fix WWW

PR:		212041
Submitted by:	udvzsolt@gmail.com
Approved by:	kitche@kitchetech.com (maintainer)
2016-09-06 18:17:02 +00:00
Dmitry Marakasov
06768f6e83 - Switch to USES=zip:infozip to fix extraction problem on recent current
PR:		212311
Submitted by:	rhurlin@gwdg.de (maintainer)
2016-09-06 18:12:36 +00:00
Kurt Jaeger
34084c672a www/py-searx: 0.9.0 -> 0.10.0
- now works with www/py-flask at version 0.11
- submitter becomes maintainer

PR:		212424
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
2016-09-06 18:07:55 +00:00
Kurt Jaeger
4d971b2400 net/3proxy: 0.8.6 -> 0.8.7
- remove patches, now included upstream

PR:		212403
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
2016-09-06 18:03:38 +00:00
Dmitry Marakasov
15004661f2 - Add archives/py-python-lhafile
The interface is like zipfile extension included in regular
python distribution.

WWW: http://fengestad.no/python-lhafile/

PR:		211279
Submitted by:	cs@innolan.dk
2016-09-06 17:53:30 +00:00
Kurt Jaeger
fdcb2002fb New port: devel/kore
Kore is an easy to use web application framework for writing scalable
web APIs in C.  Its main goals are security, scalability and allowing
rapid development and deployment of such APIs.

Because of this Kore is an ideal candidate for building robust,
scalable and secure web things.

WWW: http://www.kore.io/

PR:		211603
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-09-06 17:40:00 +00:00
Tijl Coosemans
e7f2ff0875 Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}
with .src.rpm for fmake.
2016-09-06 17:26:54 +00:00
David Naylor
66455b6eda lang/pypy: update to 5.4.0
ChangeLog:
 - Incremental improvements to cpyext (passing 99% of numpy's test suite)
 - Update cffi to 1.8, supporting "limited API" mode for c-extensions on
   CPython >= 3.2
 - Improved tooling for PyPy's JIT.
 - Various new features, bug fixes and performance improvements, see:
   http://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.4.0.html
2016-09-06 17:22:14 +00:00
Tijl Coosemans
020777c870 - Add linux-*-tiff information to existing tiff vulnerabilities.
- Like r419692, cancel a gif2tiff vulnerability that upstream marked
  WONTFIX: http://bugzilla.maptools.org/show_bug.cgi?id=2536

PR:		211552
2016-09-06 17:08:31 +00:00
Olivier Duchateau
92fd489095 - Update to 1.17
- Add pkg-message, because PySocks (net/py-pysocks) 1.5.7 causes problems
with IPv6 (bug #964)
2016-09-06 17:07:55 +00:00
John Marino
8bbd0f98c3 ports-mgmt/synth: Upgrade version 1.50 => 1.51
This release changes the watchdog time limits from a fixed value to
one that is affected by the average load.  Using fixed values didn't
work well on extremely (and intentionally) loaded servers, e.g. an
overage load of 200 on an server with ncpu of 32.

The base times which were long to account for loading have been reduced,
and a multiplier of average-5 load / ncpu rounded to the nearest tenth
has been implemented (with 1.0 as the floor value).  For example, a 4-core
machine with an average 5-minute load of 6.0 will multiply the base
timeout by 1.5.  This approach worked well in an extreme test against the
entire ports tree.
2016-09-06 17:02:11 +00:00
Renato Botelho
76ca71bb66 Take maintainership 2016-09-06 16:55:27 +00:00
Roman Bogorodskiy
8a934ece93 audio/mpg123: add SNDIO option and cleanups
- add a SNDIO option that enables building of the audio/sndio output
   module
 - replace CPPFLAGS/LDFLAGS with USES=localbase
 - use INSTALL_TARGET=install-strip to strip libraries
 - bump PORTREVISION due to packaging change

PR:		212406
Submitted by:	Tobias Kortkamp
2016-09-06 16:28:46 +00:00
Lev A. Serebryakov
25139d644f Add forotten patch file
Submitted by:	Olli Hauer <ohauer@FreeBSD.org>
2016-09-06 15:48:27 +00:00
Michael Landin
5ccb3e3d37 - Fix build error on 9x
Reported by:	pkg-fallout@
2016-09-06 15:42:55 +00:00
Dmitry Marakasov
abbd729733 - Update to 1.84
- Add missing depends

PR:		212311
Submitted by:	rhurlin@gwdg.de
2016-09-06 15:36:49 +00:00
Dmitry Marakasov
fa1eb8c928 - Update to 0.9.8.20160729
PR:		211812
Submitted by:	olevole@olevole.ru
Approved by:	maintainer timeout (portmaster@bsdforge.com, 3 weeks)
2016-09-06 15:35:19 +00:00
Dmitry Marakasov
40560b03b6 - Fix build with --disable-silent-rules
With verbose build all utilities are called with --help and
--version arguments just to show their output. This, however,
may fail:

    PATH=/wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools:$PATH /wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools/crm_standby --help
    Error signing on to the CIB service: Socket is not connected
    Error signing on to the CIB service: Socket is not connected

So just remove these calls, they have no use anyway.

PR:		212075
Approved by:	portmgr blanket
2016-09-06 14:27:29 +00:00
Mark Felder
4dec6bdd8b irc/inspircd: Update to 2.0.23
This update also resolves an authentication bypass vulnerability.

Reported by:	<dijit sh drk sc>
MFH:		2016Q3
2016-09-06 14:24:18 +00:00
Mark Felder
7cda5a90ee Document vulnerability in irc/inspircd
No CVEs have been assigned at this time.
2016-09-06 14:22:55 +00:00
Adam Weinberger
625a339252 Update to 1.4. 2016-09-06 14:18:21 +00:00
Ben Woods
612cfe0ea1 net-p2p/gtk-gnutella: Update to 1.1.10
- Add undeclared dependencies detected by qa-stage script
- Move helper text from Makefile to pkg-help

Approved by:	adamw, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D7788
2016-09-06 14:09:58 +00:00
John Marino
ef1a4679e2 www/nginx: Change default log locations to avoid /var/log pollution
The nginx error log default will always be touched regardless of the value
of the error_log directive in nginx.conf.  This is not a bug.  It also
breaks shell tab completion for the sane default of /var/log/nginx.

This change aligns the compiled-in default and the configuration default
of error log to a new default /var/log/nginx directory.

PR:		195916
Approved by:	maintainer timeout (15 months)
2016-09-06 13:57:38 +00:00
Tijl Coosemans
724e374022 Use infrastructure to depend on Linux libGLU.
PR:		209163
Submitted by:	marc.priggemeyer@gmail.com
2016-09-06 13:42:20 +00:00
Dmitry Marakasov
848e5914a1 - Disable strict configure options checking in preparation for portswide --disable-silent-rules
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:34:06 +00:00
Dmitry Marakasov
47d41661c4 - Fix configure handling, this is not really a GNU configure
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:33:01 +00:00
Dmitry Marakasov
f96623cf61 - Fix configure handling, this is not really a GNU configure
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:32:57 +00:00
Dmitry Marakasov
11985cbe3d - Make configure script handle --disable-silent-rules gracefully
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:30:48 +00:00
Lev A. Serebryakov
141a03b98d Update to 1.3.9
Simplify Makefile

PR:		212345, 206359
Submitted by:	Olli Hauer <ohauer@FreeBSD.org>, John Hein <z7dr6ut7gs@snkmail.com>
2016-09-06 13:19:52 +00:00
Lev A. Serebryakov
9651b9d542 Update to latest commit
PR:		212400
Submitted by:	Dmitry Marakasov <amdmi3@FreeBSD.org>
2016-09-06 13:12:45 +00:00
Wen Heping
97c898a50c - Update to 2.089
Changes: http://cpansearch.perl.org/src/DDUMONT/Config-Model-2.089/Changes
2016-09-06 13:04:37 +00:00
Wen Heping
7dda7bd200 - Update to 0.4.4
PR:		212408
Submitted by:	ports@caomhin.org(maintainer)
2016-09-06 13:02:51 +00:00
Veniamin Gvozdikov
b85b2bf643 - Update to 1.6.8.767 2016-09-06 11:11:49 +00:00
Mathieu Arnold
c7bac86f43 Bump PORTREVISION after last commit.
Sponsored by:	Absolight
2016-09-06 11:03:23 +00:00
Wen Heping
c0067134d0 - Update to 3.0.10 2016-09-06 10:49:00 +00:00
Veniamin Gvozdikov
09f3be9c93 - Update 1.6.8.741
- Updated MASTER_SITE
2016-09-06 10:13:30 +00:00
Dmitry Marakasov
524a8e2f6a - Add LICENSE
- Silence patching
- Switch to options helpers
2016-09-06 09:01:29 +00:00
Dmitry Marakasov
0b8c59b678 - Update to 0.5.2
- Add NO_ARCH
- Switch to options helpers
2016-09-06 08:57:09 +00:00
Dmitry Marakasov
0359cb7e73 - Pass environment to the compiler, fixing build with ccache
- Fix WWW:
- Unsilence installation

Approved by:	portmgr blanket
2016-09-06 08:57:04 +00:00
Philippe Audeoud
a70a65aff0 - Update to 1.03 2016-09-06 08:37:57 +00:00
Matthias Andree
ef45ea2c9f Add CVE-2016-7123 for resolved mailman CSRF.
PR:		212378
Reported by:	Sevan Janiyan
Security:	CVE-2016-7123
Security:	9e50dcc3-740b-11e6-94a2-080027ef73ec
2016-09-06 08:37:03 +00:00
Wen Heping
c437531413 - Update to 0.074
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.074/Changes
2016-09-06 07:34:16 +00:00
Wen Heping
603b5b9ec3 - Update to 1.11
Changes: http://search.cpan.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.11/ChangeLog
2016-09-06 07:15:55 +00:00
Wen Heping
52423ae0c3 - Update to 0.8.20
PR:		212399
Submitted by:	jrm@ftfl.ca(maintainer)
2016-09-06 06:34:59 +00:00
David Naylor
b65a927004 devel/eric6: update to 6.1.9
ChangeLog:
 - bug fixes
2016-09-06 06:16:04 +00:00
Jimmy Olgeni
2b6f874766 Update databases/elixir-postgrex to version 0.12.0. 2016-09-06 04:57:00 +00:00
Ryan Steinmetz
91656c3298 - Correct typo in previous commit
- Bump PORTREVISION

Submitted by:	danfe@
2016-09-06 02:40:43 +00:00
Ryan Steinmetz
f80534c148 - Remove reference to nonexistent file
- Bump PORTREVISION

PR:		212385
Submitted by:	Damon Zwolinski
2016-09-06 02:22:40 +00:00
Danilo Egea Gondolfo
5ffd116454 - Update to 1.10.4 2016-09-06 02:21:38 +00:00
John Marino
db5323ba58 textproc/cmark: Prevent building port twice when running tests
PR:		212393
submitted by:	maintainer
2016-09-05 22:57:56 +00:00