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

382930 Commits

Author SHA1 Message Date
Johan van Selst
b1e7714310 - Update to version 0.9.2.1
- MASTER_SITES moved to Github
2015-12-14 11:35:58 +00:00
Jimmy Olgeni
4de5b42491 Upgrade devel/elixir-gettext to version 0.9.0. 2015-12-14 11:09:51 +00:00
Kubilay Kocak
b4658183a6 devel/py-icalendar: Allow build with Python 3.x
Allow building with Python 3.x (Supported since 3.6)

While I'm here,

 * Add LICENSE_FILE

PR:		204935
Submitted by:	Christian Geier <catcher+freebsdbugzilla lostpackets de>
Approved by:	maintainer <jun-g daemonfreaks com>
MFH:		2015Q4
2015-12-14 11:02:39 +00:00
Kubilay Kocak
8d288bf5db security/py-fail2ban: Modernize and cleanup
- Use autoplist, update pkg-plist accordingly, deprecate py3kplist
- Remove unnecessary PYDISTUTILS_PKGVERSION and --install-purelib args
- Cleanup a REINPLACE to be more explicit
- Add do-test target
- Regenerate patches (makepatch compatible)
- Add NO_ARCH
- Sort and group USE{S,_*} entries

PR:		204373
Approved by:	maintainer <theis gmx at>
2015-12-14 10:52:47 +00:00
Mathieu Arnold
6da239e9ca Fix MASTER_SITES, should have been part of the update.
Sponsored by:	Absolight
2015-12-14 09:46:51 +00:00
Kurt Jaeger
93bfd73b8b New port: net/ns3
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use. ns-3 is free
software, licensed under the GNU GPLv2 license, and is publicly
available for research, development, and use.

WWW: https://www.nsnam.org/

PR:		203083
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2015-12-14 08:44:26 +00:00
Johan van Selst
df48714f08 Add http link, as ftp seems temporarily down 2015-12-14 08:20:25 +00:00
Emanuel Haupt
77f042404e Update to 13.2.1 2015-12-14 07:06:45 +00:00
Kurt Jaeger
9144fe1912 databases/cego: 2.27.0 -> 2.27.2
- Fix for system tables in CegoAttrDesc::evalReferences, for system
  tables the evalTableReferences method has to be called, otherwise
  attributes for system tables can not be accessed
- Add dbCheck for Fetch & Cache ( check047 ), all base checks are
  run now with querycache ON and OFF
- Fix in CegoSelect::nextTuple, the cache schema was not set up
  properly, if nextTuple was just called with empty jfl. This happens
  in case of procedure cursors, ( CegoProcFetch ), where the field
  value list is for all method calls empty
- Fix for CegoExpr::getAggregationList(), missing break operations
  in switch block. This bug might lead to error messages regarding
  aggregation queries like
  CGCLT > select sum(a) + 0 from t1;
  Error : Invalid expression sum(t1.a) + 0 for aggregation
- Modification for admin command set tsroot. Also the base path for
  all defined datafiles is set now to new tsroot
- Fix in CegoBTreeCursor and CegoBTreeManager. Several conditons
  have been changed from fileId && pageId to fileId || pageId
  This bug may results in invalid btree objects in case of btree
  spawn over several datafiles ( the pageId might be 0 in the next
  file )
- Fix in CegoGroupSpace::insertTuple, the grouping tuple has to be
  searched using getTableAlias instead of getTableName, otherwise the
  following query returns wrong results
  select count(*), a from t1 group by a; --works
  select count(*), a from t1 tx group by a; -- broken
  A check for this has been added in dbcheck suite

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-12-14 06:42:12 +00:00
Greg Lewis
08fe58a557 . Update to 7u91
PR:		204268
2015-12-14 04:09:59 +00:00
Adam Weinberger
1dc5524ab1 Update perl 5.22 to 5.22.1.
Changes: https://metacpan.org/changes/release/SHAY/perl-5.22.1
2015-12-14 03:15:37 +00:00
Eitan Adler
fe6465bb1b Reset maintainer 2015-12-14 02:52:14 +00:00
Dmitry Marakasov
521ea8cb3f - Fix fetch 2015-12-14 01:25:30 +00:00
Dmitry Marakasov
f6fae5d52a - Fix fetch 2015-12-14 01:21:52 +00:00
Dmitry Marakasov
70e1239f7d - Add LICENSE
- Fix fetch, update WWW

Approved by:	portmgr blanket
2015-12-14 01:21:49 +00:00
Dmitry Marakasov
5790aba132 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-12-14 01:10:06 +00:00
Dmitry Marakasov
98b556e580 - Switch to options helpers 2015-12-14 01:09:57 +00:00
Dmitry Marakasov
bf3ab1d1ed - Add NO_ARCH
- Switch to options helpers
2015-12-14 01:09:53 +00:00
Dmitry Marakasov
b839e0e308 - Switch to options helpers
- Add missing option
2015-12-14 01:09:42 +00:00
Dmitry Marakasov
1d26247835 - Add LICENSE
- Switch to options helpers
2015-12-14 01:08:30 +00:00
Dmitry Marakasov
5eb3f499d9 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-12-14 01:07:57 +00:00
Dmitry Marakasov
4bd7f5e792 - Switch to new test framework
Approved by:	portmgr blanket
2015-12-13 22:34:54 +00:00
Raphael Kubo da Costa
5b3f3dd953 At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.

Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).

PR:		204672
2015-12-13 21:56:50 +00:00
Koop Mast
7f63a1808f Update to version 13 to make if fetchable again.
Obtained from:	gnome devel repo
2015-12-13 21:46:45 +00:00
Rene Ladan
3d96ca1252 Document new vulnerabilities in www/chromium < 47.0.2526.80
Obtained from:	http://googlechromereleases.blogspot.nl/2015/12/stable-channel-update_8.html
2015-12-13 21:34:24 +00:00
Pawel Pekala
8180836496 Switch to USES=execinfo
PR:		205299
Submitted by:	me
Approved by:	maintainer
2015-12-13 21:32:07 +00:00
Baptiste Daroussin
eb8a531560 Fix a bunch of false positive that are fetchable
Reported by:	ak
2015-12-13 20:42:23 +00:00
Koop Mast
1efaab2644 Fix included dcraw vulnability.
Fix integer overflow in PluginPCX.cpp. [1]

Add dcraw files to dos2unix so patching is easier.

Obtained from:	Debian freeimage package (both patches)
Security:	33459061-a1d6-11e5-8794-bcaec565249c [1]
2015-12-13 20:26:24 +00:00
Koop Mast
3970d847b0 * Update the freeimage entry in the dcraw vulnability.
* Document integer overflow in freeimage.
2015-12-13 20:23:41 +00:00
Raphael Kubo da Costa
66b08a476e Properly all compileall.py.
Do it like we already do in devel/py-qt4-core: call compileall.py with -d so
that the .pyc and .pyo files do not have ${STAGEDIR} in them.

While at it, also call python with -O to generate .pyo files.
2015-12-13 19:58:30 +00:00
Baptiste Daroussin
3f50572b7c Remove false positive, this port actually do fetch
Reported by:	thierry@
2015-12-13 19:33:02 +00:00
Thomas Zander
2450da4445 Update to upstream version 4.1.4
PR:		205121
Submitted by:	yuri@rawbw.com (maintainer)
2015-12-13 18:35:57 +00:00
Jimmy Olgeni
a430cabc42 Upgrade devel/erlang-ssl_verify_hostname to version 1.0.6. 2015-12-13 18:26:36 +00:00
Raphael Kubo da Costa
34b4bf30e4 Drop runtime dependency on devel/py-qt4-core.
The py-qt4-dbussupport port is a standalone Python module that only links
against Qt and does not depend on anything from PyQt.
2015-12-13 18:25:43 +00:00
Pawel Pekala
31e84113fe - Update to version 1.2.3 [1]
- Convert to USES=execinfo localbase [2]

PR:		205279
Submitted by:	maintainer [1], myself [2]
2015-12-13 18:23:06 +00:00
Danilo Egea Gondolfo
fd1fce64b7 - Update to 2.5.0
- Add EXAMPLES option
2015-12-13 18:08:45 +00:00
Thomas Zander
97fa245239 Update to upstream version 0.9.6
PR:		205140
Submitted by:	cheffo@freebsd-bg.org (maintainer)
2015-12-13 18:01:07 +00:00
Raphael Kubo da Costa
bd3f98c51f Mention the right Qt version in COMMENT. 2015-12-13 17:15:59 +00:00
Ruslan Makhmatkhanov
acc9175716 graphics/gimp-gmic-plugin: actualize MASTER_SITES and WWW 2015-12-13 16:26:12 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Olli Hauer
5f8c55ba37 - update to 7.01
FreeBSD related changes:
========================
Nmap 7.01 [2015-12-09]

o [NSE] [GH#254] Update the TLSSessionRequest probe in ssl-enum-ciphers to
  match the one in nmap-service-probes, which was fixed previously to correct a
  length calculation error. [Daniel Miller]

o [NSE] [GH#251] Correct false positives and unexpected behavior in http-*
  scripts which used http.identify_404 to determine when a file was not found
  on the target. The function was following redirects, which could be an
  indication of a soft-404 response. [Tom Sellers]

o [NSE] [GH#241] Fix a false-positive in hnap-info when the target responds
  with 200 OK to any request. [Tom Sellers]

o [NSE] [GH#244] Fix an error response in xmlrpc-methods when run against a
  non-HTTP service. The expected behavior is no output. [Niklaus Schiess]

o [NSE] Fix SSN validation function in http-grep, reported by Bruce Barnett.
2015-12-13 15:49:09 +00:00
Olivier Duchateau
8da8504c76 Update to 0.12.3
PR:		205073
Submitted by:	<yamagi@yamagi.org> (maintainer)
2015-12-13 14:33:26 +00:00
Michael Moll
9081d6bc94 www/rubygem-asana: update to 0.5.0 2015-12-13 14:27:48 +00:00
Thomas Zander
40e7ec9ec0 Update to upstream version 1.5.0; add OPTION to depend on gdb from ports 2015-12-13 14:21:05 +00:00
Michael Moll
920b1078c0 devel/rubygem-devise: update to 3.5.3 2015-12-13 14:12:43 +00:00
Ruslan Makhmatkhanov
7dc5035612 devel/py-zope.interface: update to 4.1.3
- update to 4.1.3
- do not silence installation message

PR:		204877
Submitted by:	sunpoet
2015-12-13 13:46:28 +00:00
Ruslan Makhmatkhanov
69fca33250 devel/py-grab: update to 0.6.30 2015-12-13 13:45:04 +00:00
Ruslan Makhmatkhanov
c7688d07b7 www/py-flask-restful: update to 0.3.5 2015-12-13 13:44:31 +00:00
Ruslan Makhmatkhanov
5c9f3e5de6 audio/py-eyed3: update to 0.7.9 2015-12-13 13:43:58 +00:00
Raphael Kubo da Costa
75d49a5727 Update pkg-descr after r403155.
Clarify that this port is actually providing Qt event loop support for
dbus-python.
2015-12-13 13:18:51 +00:00