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

442798 Commits

Author SHA1 Message Date
Bryan Drewery
fe0ff6cbfc Make BROKEN lines more clear 2018-04-05 19:57:06 +00:00
Thomas Zander
e204684ec0 Remove superfluous files erroneously introduced in r460797
Reported by:	ashish (via mail)
2018-04-05 19:35:13 +00:00
Mark Felder
bb289ec3eb multimedia/plexmediaserver-plexpass: 1.12.2.4929
Changelog:	https://forums.plex.tv/discussion/comment/1645660#Comment_1645660
2018-04-05 19:34:12 +00:00
Sunpoet Po-Chuan Hsieh
ccc6c7226b Update to 5.7.1
Changes:	https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
2018-04-05 19:12:57 +00:00
Sunpoet Po-Chuan Hsieh
7dbcb9f29e Update to 1.4.0
Changes:	https://github.com/jmespath/jmespath.rb/releases
2018-04-05 19:12:51 +00:00
Sunpoet Po-Chuan Hsieh
efaa092c8e Update to 4.5.3
Changes:	https://www.mercurial-scm.org/wiki/WhatsNew
2018-04-05 19:12:46 +00:00
Sunpoet Po-Chuan Hsieh
568bc64988 Update to 1.07
Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2018-04-05 19:12:41 +00:00
Sunpoet Po-Chuan Hsieh
2811974fff Update to 0.105
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2018-04-05 19:12:36 +00:00
Sunpoet Po-Chuan Hsieh
c70ce4deb9 Update to 0.093
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2018-04-05 19:12:31 +00:00
Sunpoet Po-Chuan Hsieh
af45e0ca16 Update to 0.14.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-04-05 19:12:26 +00:00
Sunpoet Po-Chuan Hsieh
c36a1f22b8 Update to 0.14.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-04-05 19:12:21 +00:00
Sunpoet Po-Chuan Hsieh
f8ac51d498 Update to 0.14.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-04-05 19:12:15 +00:00
Sunpoet Po-Chuan Hsieh
8a567d7b76 Add PORTSCOUT 2018-04-05 19:12:10 +00:00
Mark Felder
5614a0dba0 security/kr: Does not build on i386 2018-04-05 19:11:56 +00:00
Sunpoet Po-Chuan Hsieh
84569b49e9 Add rubygem-flipper-active_support_cache_store013 0.13.0 (copied from rubygem-flipper-active_support_cache_store)
- Update RUN_DEPENDS
- Add PORTSCOUT
2018-04-05 19:11:55 +00:00
Sunpoet Po-Chuan Hsieh
1bd15f974d Add rubygem-flipper-active_record013 0.13.0 (copied from rubygem-flipper-active_record)
- Update RUN_DEPENDS
- Add PORTSCOUT
2018-04-05 19:11:27 +00:00
Sunpoet Po-Chuan Hsieh
21c7970604 Add rubygem-flipper013 0.13.0 (copied from rubygem-flipper)
- Add PORTSCOUT
2018-04-05 19:10:04 +00:00
Greg Lewis
7ac7256c8b . Update to 2018d. 2018-04-05 18:35:42 +00:00
Bryan Drewery
804e4b49f3 Update to 7.7p1
- Update x509 patch to 11.3
- Remove SCTP option as it has not had a patch available since 7.2.

Changes: https://www.openssh.com/txt/release-7.7

Notable changes:
 * ssh(1)/sshd(8): Drop compatibility support for some very old SSH
   implementations, including ssh.com <=2.* and OpenSSH <= 3.*. These
   versions were all released in or before 2001 and predate the final
   SSH RFCs. The support in question isn't necessary for RFC-compliant
   SSH implementations.
2018-04-05 18:20:50 +00:00
Jan Beich
6b53aeb15f devel/git-cinnabar: update to 0.5.0.b2.16
Changes:	826f1d8...1113749
2018-04-05 17:35:00 +00:00
Jason E. Hale
aae1055590 Fix 301 redirects in the UrlBuilder class
- http scheme redirects to https
- Mobile website (m.last.fm) redirects to www.last.fm
- Localized hosts redirect e.g. www.lastfm.de to www.last.fm/de
- New localePath() function has been added to handle the localized
  base path since the library was localizing using the host before.
  This is not an official fix, but upstream is pretty dead.
Move USES upward
Convert CMAKE_ARGS to CMAKE_ON
2018-04-05 17:20:36 +00:00
Steve Wills
f3c1ddc38b accessibility/redshift: take maintainership since I use this 2018-04-05 17:20:04 +00:00
Mark Felder
1f8e1b395c net/py-pdagent: Further increase security
Limit access to alert data files which could hold sensitive information

PR:		227273
2018-04-05 17:11:39 +00:00
Kurt Jaeger
5fd30ea130 databases/cego: update 2.39.11 -> 2.39.12
- Patch in CegoClient to catch format exceptions like
  "Invalid datetime string <0> for format <%d.%m.%Y %H:%M:%S>"
  This may happen, if on server side bad union selects are defined like
  create view v1 as
    select a as a, b as b from t1
    union all
    select a as a, 0 as b from t2;
  where b is a datetime data type. In this case, invalid formatted
  strings occur on the client side, which are catched now.
- Patch in CegoDatabaseManager::useObject to support lock
  delay values > 1 sec. The DBM_LOCKDELAY value in CegoDefs has now
  increased to 2500 msec. In some cases for heavy updates
  ( e.g. clob updates ) this might be useful to avoid ugly exclusive
  lock delay messages in database log file
- Fix in CegoTableManager::updateTuple. If the update fails ( this
  might happen, if another transaction actually updates the corresponding
  tuple ), any allocated lob values are freed now. Otherwise the
  data pages for the lob values were allocated with no more references.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-04-05 17:10:43 +00:00
Mark Felder
6b5b6162df Give back to the ports pool
I do not have a FreeBSD install with a graphical desktop to test updates
on at this time.
2018-04-05 16:42:19 +00:00
Mark Felder
c439b9df73 net-mgmt/py-pdagent: Add dedicated user/group
- Also add pkg-message informing how to permit users and services access

PR:		227273
2018-04-05 16:37:19 +00:00
Antoine Brodin
23a8be9f53 Mark BROKEN: depends on conflicting dependencies
pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py

Reported by:	pkg-fallout
2018-04-05 16:31:06 +00:00
Matthias Fechner
dfc0cda77b Update to version 0.82.0 which is required for gitlab 10.5.x.
Reviewed by:	mat, tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14867
2018-04-05 16:21:14 +00:00
Wen Heping
5caa730831 - Update to 2.17
Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-GMP-2.17/Changes
2018-04-05 15:21:30 +00:00
Max Brazhnikov
b13b99a093 math/qtiplot:
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership
2018-04-05 14:26:33 +00:00
Wen Heping
f056651427 - Update to 5.0.8
PR:		227062
Submitted by:	yasu@utahime.org(maintainer)
2018-04-05 14:25:18 +00:00
Mark Felder
0c69a64777 Document FreeBSD-SA-18:05.ipsec 2018-04-05 14:15:35 +00:00
Mark Felder
bb7bb07e56 Document FreeBSD-SA-18:04.vt 2018-04-05 14:15:04 +00:00
Dmitry Sivachenko
2b34f8282c Update to version 1.8.6. 2018-04-05 14:06:57 +00:00
Ed Maste
19a964f914 devel/love08: fix build when lld is the system linker
Ports that use openal (such as this one) fail to link with lld as the
system linker due to disagreement in the handling of preemption of
protected visibility symbols in shared objects.

In the case of devel/love08 detected at configure time as:
configure: error: Can't LÖVE without OpenAL

PR:		226980
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-04-05 14:04:54 +00:00
Ed Maste
a8e2115b02 devel/love07: fix build when lld is the system linker
Ports that use openal (such as this one) fail to link with lld as the
system linker due to disagreement in the handling of preemption of
protected visibility symbols in shared objects.

In the case of devel/love07 detected at configure time as:
configure: error: Can't LÖVE without OpenAL

PR:		226980
Sponsored by:	The FreeBSD Foundation
2018-04-05 14:00:35 +00:00
Mathieu Arnold
8d91fc67d5 Add PHP flavors to phpMyAdmin.
Approved by:	matthew
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14970
2018-04-05 13:16:25 +00:00
Jimmy Olgeni
45736561e4 databases/couchdb: use lang/erlang-runtime19 in preparation for
the Erlang 20 upgrade.
2018-04-05 12:55:36 +00:00
Steven Kreuzer
db97bfc48e Update to version 1.1.3 2018-04-05 12:49:20 +00:00
Emanuel Haupt
e158253949 Fix build with clang 6.
PR:             226176 (related)
Notified by:    emaste (fix provided via mail)
2018-04-05 12:39:29 +00:00
Bradley T. Hughes
cd0fa90fa3 devel/awscli: Update 1.14.68 -> 1.15.0 2018-04-05 12:25:00 +00:00
Bradley T. Hughes
34991ad230 devel/py-botocore: Update 1.9.21 -> 1.10.0 2018-04-05 12:24:29 +00:00
Bradley T. Hughes
c8e3e31ea7 www/node: Update 9.10.1 -> 9.11.1
https://nodejs.org/en/blog/release/v9.11.0/
https://nodejs.org/en/blog/release/v9.11.1/
2018-04-05 12:23:53 +00:00
Matthias Fechner
49251ee77a Fixed typo in PORTSCOUT line of net/rubygem-octokit46.
Reported by:	sunpoet
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14964
2018-04-05 12:18:47 +00:00
Tobias Kortkamp
2fca3f6578 www/palemoon: Update to 27.8.3
Changes:	http://www.palemoon.org/releasenotes.shtml
PR:		227291
Approved by:	lichray@gmail.com (maintainer)
MFH:		2018Q2
2018-04-05 10:39:17 +00:00
Jan Beich
0bb67dc8ae games/openra: update GeoLite2 to April snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1702260, actual 1694435
2018-04-05 10:28:36 +00:00
Tobias Kortkamp
6aa30cdfad security/signify: Update to 0.7
MFH:	2018Q2
2018-04-05 10:24:04 +00:00
Li-Wen Hsu
4da77caf71 - Change {owner,group} to prometheus
PR:		227284
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2018-04-05 10:20:41 +00:00
Dmitry Marakasov
5f837182e8 - Update WWW
Approved by:	portmgr blanket
2018-04-05 09:33:31 +00:00
Dirk Meyer
8a5725a888 - use a better configuration example 2018-04-05 09:15:24 +00:00