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

379713 Commits

Author SHA1 Message Date
Don Lewis
c7e328bb68 Upgrade to nmsg revision 0.10.0.
nmsg (0.10.0)

  [ Henry Stern ]
  * Add JSON input and output support, including new libnmsg functions
    nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
    and nmsg_message_to_json(); new -j and -J command line options for
    nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
    plugin API.

  [ Chris Mikkelson ]
  * nmsg_chalias_free(): Check for null aliases list.

Sponsored by:	Farsight Security, Inc.
2015-10-28 02:36:18 +00:00
Don Lewis
aadb18327d Upgrade to wdns version 0.8.0.
wdns (0.8.0)

  [ Henry Stern ]
  * wdns_str_to_rcode(): New function.

  * wdns_str_to_name_case(): New function.

Sponsored by:	Farsight Security, Inc.
2015-10-28 02:34:45 +00:00
Vanilla I. Shu
a0176eecf6 Add p5-CHI-Driver-DBI 1.27, use DBI for CHI unified cache interface
storage.

PR:		204057
Submitted by:	jeremybbaggs@gmail.com
2015-10-28 02:18:58 +00:00
Brooks Davis
0c59cb6e64 Fix the build when cc isn't a C++11 compiler. 2015-10-28 00:42:31 +00:00
Jason Unovitch
12c656fa52 Hook devel/myrepos to the build (chase r400363) 2015-10-28 00:39:03 +00:00
Muhammad Moinur Rahman
86fe2d43b0 devel/py-omniorb: Update version 4.2.0=>4.2.1
- Rearrange USES in alphabetical order
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
2015-10-28 00:37:46 +00:00
Jonathan Anderson
c629fe88a1 Add new port: devel/libdistance.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).

Reviewed by:	garga
Approved by:	brooks
Differential Revision:	https://reviews.freebsd.org/D3730
2015-10-28 00:07:10 +00:00
Muhammad Moinur Rahman
93e0bd397f devel/omniORB: Update version 4.2.0=>4.2.1
- Remove OPTIONS EXAMPLES as the mentioned file is a config file which has
  been moved to @sample framework
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
2015-10-27 23:51:18 +00:00
Pawel Pekala
f32802ec51 Update to version 3.7.0
PR:		203488
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer
2015-10-27 23:50:39 +00:00
Alonso Schaich
f77ca01949 Use tcberner's patch to fix build with recent svn
The subversion port was upgraded to version 1.9. devel/kdevplatform fails to
build against it.

Bring in the patch attached to the bug tracking system by Tobias C. Berner.
See #203843 for more information.

PR:		203843
Submitted by:	Tobias C. Berner (tcberner@gmail.com) via Bug Tracking System
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D4003
2015-10-27 22:56:56 +00:00
Michael Moll
bf9093d09e textproc/rubygem-liquid: update to 3.0.6
and preserve 2.6.3 as textproc/rubygem-liquid2
2015-10-27 22:49:57 +00:00
Bryan Drewery
70b8294d37 Indent and remove more libutil functions. 2015-10-27 22:15:21 +00:00
Bryan Drewery
9f96a60a08 Fix reversed logic for utmp vs utx 2015-10-27 21:53:58 +00:00
Sergey A. Osokin
c5998978de Upgrade from 1.9.5 to 1.9.6.
<ChangeLog>

*) Bugfix: a segmentation fault might occur in a worker process when
   using HTTP/2.
   Thanks to Piotr Sikora and Denis Andzakovic.

*) Bugfix: the $server_protocol variable was empty when using HTTP/2.

*) Bugfix: backend SSL connections in the stream module might be timed
   out unexpectedly.

*) Bugfix: a segmentation fault might occur in a worker process if
   different ssl_session_cache settings were used in different virtual
   servers.

*) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
   appeared in 1.9.4.
   Thanks to Kouhei Sutou.

*) Bugfix: time was not updated when the timer_resolution directive was
   used on Windows.

*) Miscellaneous minor fixes and improvements.
   Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.

</ChangeLog>
2015-10-27 21:53:16 +00:00
Bryan Drewery
90e2067994 Woops, openpty is libutil as fixed before but missed in previous commit. 2015-10-27 21:52:02 +00:00
Bryan Drewery
7bdc59db49 Correct a comment 2015-10-27 21:47:14 +00:00
Thierry Thomas
a6afcfd303 Upgrade to 5.1.9.
Changelog at https://github.com/htacg/tidy-html5/releases/tag/5.1.9
2015-10-27 21:45:11 +00:00
Thierry Thomas
823c3c1d77 Upgrade to 1.7.5.
Changelog at https://github.com/libuv/libuv/releases/tag/v1.7.5
2015-10-27 21:45:06 +00:00
Bryan Drewery
aa86b52989 Add more cached values.
- This now supports checking OPSYS and OSVERSION.
- Add some comments about how to generate some of this automatically.

With hat:	portmgr
2015-10-27 21:44:10 +00:00
Bryan Drewery
d5d85cccc3 Remove functions provided by libutil.
With hat:	portmgr
2015-10-27 21:42:05 +00:00
Niclas Zeising
bbb44dfce6 Remove some debugs and works in progress that snuck in with previous commit.
MFH:		2015Q4
2015-10-27 21:08:10 +00:00
Niclas Zeising
078eae66a2 Update to 5.34
This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.

MFH:		2015Q4
Security:	4b9393b8-7c0c-11e5-a010-080027ddead3
2015-10-27 20:56:51 +00:00
Niclas Zeising
8bcc103ea0 Add entry for x11/xscreensaver for a lock bypass vulnerability 2015-10-27 20:53:54 +00:00
Pawel Pekala
1438ec6583 Update to version 1.4.1
PR:		203411
Submitted by:	Walter Schwarzenfeld
Approved by:	maintainer
2015-10-27 20:52:31 +00:00
Pawel Pekala
6fd363fb0c Update to version 5.0.6
Changelog:
* bugfix: #1504514 next Previous buttons not translated when importing ofx file
* bugfix: #1504359 assignment with same name should not be possible
* bugfix: #1503682 app crash opening a file from previous version
* bugfix: #1502997 || input in split should not be possible
* bugfix: #1502496 auto assignment don't set payee on split txn
* bugfix: #1502444 auto assignment can mark untouched txn as changed
* bugfix: #1502034 translate homebank.appdata.xml
* bugfix: #1501968 splits without category are lost during QIF import
* bugfix: #1501962 statistics report crashes HomeBank after adding a new tag
* bugfix: #1501144 auto assignment changes split category when only payee is
  defined in assignment definition
* bugfix: #1501138 wrong number of txns in pop-up after auto assignment
* bugfix: #1501129 auto assignment dialog not active when no category defined
* bugfix: #1501098 litre symbol is not translatable
* bugfix: #1500043 remove period from short description
* bugfix: #1498622 translation: add developer note to FI Fee
* bugfix: #1497630 translation: typing errors
* bugfix: #1497521 txn dialog +/- button reset amount to 0
2015-10-27 20:35:37 +00:00
Ganael LAPLANCHE
c5827527a7 Update to 2.3.2 2015-10-27 20:13:34 +00:00
Ganael LAPLANCHE
e0622e7419 Update to version 20150716 2015-10-27 20:12:49 +00:00
Mark Felder
347cd583d2 Add varnish-libvmod-saintmode , varnish Module (vmod) for detecting
failing backends.
2015-10-27 20:04:25 +00:00
Mark Felder
1db8cd0ba6 Extend the entry for www/varnish4 to note the syntax change for binding
to multiple listening addresses.
2015-10-27 19:44:39 +00:00
Thomas Zander
64c4e5fd10 Update to upstream version 15.2
PR:		204035
Submitted by:	mickael.maillot@gmail.com (maintainer)
2015-10-27 19:15:56 +00:00
Dmitry Marakasov
59d1ab0a42 - Remove correct file, fix stage-qa
- Add NO_ARCH

Approved by:	portmgr blanket
2015-10-27 19:14:04 +00:00
Dmitry Marakasov
c78fd04ab5 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2015-10-27 18:52:44 +00:00
Guido Falsi
7e8a49a1b6 - Update to 2015.09.21
- Add License
- Add SIMD option disabled by default to avoid creating official
  packags with CPU specific optimizations
- Add pkg-message explaining how to get an optimized binary
- Assign maintainership to submitter

PR:		203334
Submitted by:	jwbacon at tds.net
Approved by:	Maintainer timeout
2015-10-27 18:49:48 +00:00
Raphael Kubo da Costa
93c313cb64 Update to 0.7.5.
Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.5/
2015-10-27 18:48:55 +00:00
Bryan Drewery
8747fba8d2 - Fix defining of strndup(3) prototype due to improperly defined
_POSIX_C_SOURCE and _XOPEN_SOURCE.  strndup(3) came in POSIX.1-2008.
2015-10-27 18:31:02 +00:00
Steve Wills
e7cb3e0761 databases/memcached: fix build with ccache on 64bit systems
PR:		203219
2015-10-27 18:01:28 +00:00
Antoine Brodin
65be594eb2 Revert r399375 and unbreak on FreeBSD 9 2015-10-27 17:45:02 +00:00
Roman Bogorodskiy
57831d4b5d audio/deadbeef: fix GUI option handling
The audio/deadbeef port has a GUI radio option that allows to choose between
GTK2 and GTK3 sub-options. Apparently, choosing sub-options does not directly
affect the parent option, for example, choosing GTK2 doesn't turn the GUI
option. As it's used in PLIST_SUB, it could result in a broken package, e.g.
without gui even if GTK2 is enabled.

Fix that by adding appropriate _IMPLIES for sub-options and manually turn
off the parent option if none of sub-options was enabled.

Bump PORTREVISION so users could get a new package with GTK2 UI as it supposed
to be.

PR:		203974
Approved by:	vg (maintainer)
2015-10-27 16:59:14 +00:00
Kurt Jaeger
6829d1a0ab mail/mimedefang: set correct users for working directories, pet portlint
PR:		203660
Submitted by:	Pavel Timofeev <timp87@gmail.com>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2015-10-27 16:49:27 +00:00
Dmitry Marakasov
e2e8ee92bd - Fix plist
- Add NO_ARCH

PR:		203767
2015-10-27 16:24:33 +00:00
Mark Felder
57dc9f2ace multimedia/plexmediaserver{-plexpass}: Update LD_LIBRARY_PATH in rc script
Occasionally a user would be unable to run plex due to a crash on startup.
The problem was identified as the libstdc++.so.6 from GCC being picked
up first instead of the one from compat9x.

PR:		204034
2015-10-27 16:06:26 +00:00
Brooks Davis
ea278f079f Add missing USES=libedit.
Submitted by:	amdmi3
2015-10-27 16:06:23 +00:00
Sunpoet Po-Chuan Hsieh
1cf41fa12a - Update to 2015.10.25 2015-10-27 15:55:27 +00:00
Sunpoet Po-Chuan Hsieh
a82bdb4a2a - Update to 2015.10.25 2015-10-27 15:55:22 +00:00
Sunpoet Po-Chuan Hsieh
ca96ba16e2 - Update to 2015.10.25 2015-10-27 15:55:18 +00:00
Sunpoet Po-Chuan Hsieh
5ff922c171 - Update to 20150428 2015-10-27 15:55:13 +00:00
Sunpoet Po-Chuan Hsieh
03d72c8a9e - Update to 2015.10.25 2015-10-27 15:55:08 +00:00
Sunpoet Po-Chuan Hsieh
ddb8cf4d08 - Add LICENSE
Approved by:	portmgr (blanket)
2015-10-27 15:55:04 +00:00
Sunpoet Po-Chuan Hsieh
c8b94c3c33 - Update to 0.9.3.0 and unbreak this port on Ruby 2.2
- While I'm here, add a workaround for stage-qa:

Changes:	https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=CHANGES;hb=HEAD
PR:		203966
Submitted by:	Valery Komarov <komarov@valerka.net> (maintainer)
2015-10-27 15:54:59 +00:00
Sunpoet Po-Chuan Hsieh
d929b71224 - Update to 1.8.4
Changes:	http://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000375.html
PR:		204003
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-27 15:54:54 +00:00