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

395892 Commits

Author SHA1 Message Date
Pietro Cerutti
d324c7603e databases/speedtables: update to 1.9.3
Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.9.3
2016-06-23 09:12:04 +00:00
Pietro Cerutti
d03ec1ee5b lang/tcl87: update to fossil checkin a633d16fae65fb3a
http://core.tcl.tk/tcl/timeline?from=942948a1ea829133&to=a633d16fae65fb3a
2016-06-23 09:09:59 +00:00
Dmitry Marakasov
8236ed0669 - Switch to options helpers 2016-06-23 09:05:16 +00:00
Wen Heping
345f775cde - Update to 0.0.20160612
PR:		210422
Submitted by:	lightside@gmx.com(maintainer)
2016-06-23 08:08:39 +00:00
Li-Wen Hsu
41fc36f475 - Update to 5.28 2016-06-23 07:49:33 +00:00
Matthew Seaman
352365dbbb Security update to 4.6.3
See:  PMSA-2016-19 -- PMSA-2016-28 inclusive
https://www.phpmyadmin.net/security/

vuXML to follow

MFH:		2016Q2
2016-06-23 07:28:35 +00:00
Baptiste Daroussin
3724b470e6 Prefer relative symlink to be relocation friendly 2016-06-23 07:17:46 +00:00
Baptiste Daroussin
05422fd651 Prefer relative links to make packages more relocation friendly 2016-06-23 07:09:57 +00:00
Baptiste Daroussin
4b1ff6c288 Prefer relative symlinks to be relocation friendly 2016-06-23 06:47:40 +00:00
Baptiste Daroussin
3ad4abc822 Prefer relative symlinks to be relocation friendly 2016-06-23 06:45:18 +00:00
Baptiste Daroussin
c4dfb6416c Use relative symlinks to make the port relocation friendly 2016-06-23 06:41:27 +00:00
Baptiste Daroussin
7361664043 Prefer relative symlinks to make the package relocation friendly 2016-06-23 06:36:18 +00:00
Kurt Jaeger
cd5464b270 databases/cego: 2.30.7 -> 2.30.11
- Fix in CegoRecoveryManager::recoverTableSet, the lsn was incremented
  which lead to leaks in the transaction log. This could result in
  an incomplete recovery procedure
- Improvements for tableset recovery, external log manage field is
  checked in CegoAdminThread::medRecover before restore procedure is
  started.
- Fix in CegoLogManager::logAction, if online redo log is full, the
  current log entry has to be written anyway, otherwise a checkpoint
  is written and subsequent logAction call in CegoTableManager::logIt
  might lead to duplicate entries in case of a crash recovery
- Fixes for query and table cache added (addEntry method was still not clean)
- Added tableset runstate CHECKPOINT to be set during a tableset
  checkpoint is performed.
  Since this is a critical section in terms of data consistency,
  no system crash should occur while writing a checkpoint.
  If so, the tableset now is marked with status CHECKPOINT and cannot be
  used anymore ( tableset recovery from backup required )
- Patch in CegoDistManager::startTableSet, before starting redo log
  file recovery, the tableset state has to be set to RECOVERY
  Otherwise, occupied redo logs are not archived by the log manager.
  This problem might occur in case of a crash recovery with archive
  mode set to ON
- Patch in CegoQueryCache and CegoTableCache ( for each method addEntry )
  The usedSize calculation was not done correctly for replaces entries
- Added table and cache used size information to show tableset admin command
  This indicates the amount of memory, which is already allocated
  for cached data
- Added synrchonization for query and table cache handling.
  The lack of synchronization might lead to core dumps, if a cache
  entry is freed but also be used by a query
  So before cache cleanup, it has to be checked,
  if the corresponding cache entry is still in use
  If so, it has to be wait, until the cache is clean. For both
  caches ( query and table), the similar logic is used
- Added improvement for query cache handling
  If a stored function, which are used in the cached query, was
  modified, the cache entry will be invalidated
  For this, the CegoSelect::getTableList method was changed to
  CegoSelect::getObjectList and also the used functions are evaluated
  and added to this list.
- Adapted sysmtexp and sysmtimp X-port utilities for current schema definition
- Cache cleanup in CegoQuery class is performed now AFTER the
  modifying action.Otherwise, it may appear, that a cache entry is
  made after cache cleanup but also before the modifying action.
  This may lead to wrong results retrieved from obsolete query cache

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2016-06-23 05:20:40 +00:00
Kurt Jaeger
c49421c935 sysutils/{kfilemetadata|nepomuk-core|nepomuk-widgets}: bump PORTREVISION
x11/kde4-workspace: removed ${CAT} ${PKGMESSAGE}

PR:		210255
Submitted by:	tijl
2016-06-23 05:12:44 +00:00
Dmitry Sivachenko
df35566388 Install another EXAMPLES. 2016-06-23 04:12:49 +00:00
Cy Schubert
ae1eaa6806 Register a textproc/p5-XML-Parser runtime dependency for
fvwm-menu-desktop(1).

PR:		210478
2016-06-23 03:01:28 +00:00
Ryan Steinmetz
cc6fd7f10e - Update to 2.9.8.3 2016-06-23 01:56:42 +00:00
Renato Botelho
89ace70eb9 Update security/sudo to 1.8.17p1
MFH:		2016Q2
Sponsored by:	Rubicon Communications (Netgate)
2016-06-23 00:55:19 +00:00
Mikhail Teterin
6d1c754742 Fix a problem with the new patch. It is a no-op on FreeBSD,
but it prevented compillation on 32-bit Linux. This is the
version the author has just incorporated into his source.
2016-06-22 21:54:12 +00:00
Baptiste Daroussin
e682d8cb62 do not chmod u+w sample files when copying it
It is up to the package to decide the mode of the config files

Reported by:	garga
2016-06-22 21:44:25 +00:00
Baptiste Daroussin
4702f4204a Update to 1.8.99.7
- Lots of important fixes in the solver
- Fix pkg upgrade -f
- Reduce namecache contention a bit
- Prefix all temporary files with a . so they are hidden
- Explicitly tell the users which conflicts were found
- Do not fork pkg when being ptraced (only on FreeBSD)
- Implement repo pinning so once installed a package will keep coming from a
  given repo
- Fix repository priority handling on directly requested packages

Big thanks az@ and vsevolod@ for the thank less help provided
2016-06-22 21:22:06 +00:00
Pawel Pekala
ba846b0851 Register conflict with newly added databases/py-mysqlclient 2016-06-22 20:37:42 +00:00
Pawel Pekala
f8148bed7e MySQL database connector for Python (with Python 3 support).
WWW: https://github.com/PyMySQL/mysqlclient-python

PR:		209548
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 20:36:19 +00:00
Thierry Thomas
f30c1a5618 Upgrade to 1.7.3. 2016-06-22 20:18:42 +00:00
Kris Moore
163565a45a Nomad is a cluster manager and schedular that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.

https://www.nomadproject.io/

PR: 210456
Submitted by: John Hixson <jhixson@gmail.com>
2016-06-22 20:12:08 +00:00
Dmitry Sivachenko
830f0a4e80 Fix typo 2016-06-22 19:14:56 +00:00
Kurt Jaeger
958539e610 x11/kde4: update to kdelibs version 4.14.10
This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.

KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.

This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.

PR:		210255
Submitted by:	Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde)
Exp-run by:	antoine
2016-06-22 18:57:33 +00:00
Mikhail Teterin
ed2121c67d Ensure clean build with clang on both amd64 and i386. Respect the
SSH-option turned off (rsh was replaced with ssh unconditionally).

PR:		210449
2016-06-22 17:30:57 +00:00
Pawel Pekala
9dabc35adb Fast, standard compliant Bencode serialization.
WWW: https://pypi.python.org/pypi/better-bencode

PR:		209795
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:23:19 +00:00
Pawel Pekala
97a65c99c3 Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.

WWW: http://keras.io/

PR:		210119
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:14:44 +00:00
Joe Marcus Clarke
90ff995407 Update to 2.0.4. See https://www.wireshark.org/docs/relnotes/wireshark-2.0.4.html
for a list of changes in this release.
2016-06-22 17:05:47 +00:00
Marc Fonvieille
85ca179943 Update to r48963 from the FreeBSD docset.
Approved by:	doceng (implicit)
2016-06-22 16:54:07 +00:00
Mark Felder
649081a926 accessibility/redshift: Fix warnings
USE_XORG is required for proper dependency declaration

MFH:		2016Q2
Differential Revision:	https://reviews.freebsd.org/D6883
2016-06-22 16:37:59 +00:00
Bryan Drewery
6d5e251a5f - Update to 3.1.13
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3113
2016-06-22 16:18:34 +00:00
Joe Marcus Clarke
a01576da21 Update to 2.11.0. See
https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog?fileviewer=file-view-default
for a list of changes.
2016-06-22 16:10:39 +00:00
Jan Beich
2d4c884669 security/tor-devel: update to 0.2.8.4.r
Changes:	https://blog.torproject.org/blog/tor-0284-rc-released
PR:		210348
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	previous timeouts
2016-06-22 15:50:23 +00:00
Dmitry Marakasov
45083555c1 - Update to 9.0.51
PR:		210454
Submitted by:	loic.blot@unix-experience.fr (maintainer)
2016-06-22 15:46:37 +00:00
Mark Felder
06a6c65495 Additional facilities to supplement Python's stdlib logging module.
WWW: https://pypi.python.org/pypi/jaraco.logging
2016-06-22 15:21:50 +00:00
Mark Felder
cb37f91475 jaraco.itertools Tools for working with iterables. Complements itertools
and more_itertools.

WWW: https://github.com/jaraco/jaraco.itertools
2016-06-22 15:20:54 +00:00
Mark Felder
67326713e0 Additional functools in the spirit of stdlib's functools.
WWW: https://pypi.python.org/pypi/jaraco.text
2016-06-22 15:19:50 +00:00
Mark Felder
b0d8f6d263 Routines for obtaining the class names of an object and its parent
classes.

WWW: https://pypi.python.org/pypi/jaraco.classes
2016-06-22 15:18:32 +00:00
Mark Felder
990d738dc8 Correctly generate plurals, singular nouns, ordinals, indefinite
articles; convert numbers to words

WWW: http://pypi.python.org/pypi/inflect
2016-06-22 15:16:37 +00:00
Mark Felder
87717466a9 multimedia/plexmediaserver-plexpass: Update to 0.9.17.3
Changelog:	https://forums.plex.tv/discussion/comment/1202795#Comment_1202795
2016-06-22 15:04:07 +00:00
Jan Beich
c12acdb82b security/eschalot: add new port
PR:		210378
Submitted by:	yuri@rawbw.com

Echalot is a TOR hidden service name generator, it allows one to produce
a (partially) customized vanity .onion address using a brute-force method.

https://github.com/ReclaimYourPrivacy/eschalot
2016-06-22 15:02:01 +00:00
Mark Felder
1931e03af3 math/py-intspan: Update to 1.5.3 2016-06-22 14:50:07 +00:00
Jan Beich
520a94dcfc graphics/hiptext: add new port
PR:		210404
Submitted by:	yuri@rawbw.com

hiptext is command line tool for rendering images and videos inside terminals.

https://github.com/jart/hiptext
2016-06-22 14:31:00 +00:00
Dmitry Sivachenko
8b2430690c Add PKGNAMESUFFIX
Submitted by:	bapt
2016-06-22 14:16:07 +00:00
Dmitry Marakasov
97ce72672a - Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-22 13:40:14 +00:00
Mathieu Arnold
59bc68ef23 Update to 0.17.
Sponsored by:	Absolight
2016-06-22 13:36:27 +00:00
Mathieu Arnold
897b15bb39 Update to 0.49.
Sponsored by:	Absolight
2016-06-22 13:36:23 +00:00