1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

13463 Commits

Author SHA1 Message Date
Sergey A. Osokin
a00b010d72 Upgrade from 2.8.18 to 2.8.19.
<ChangeLog>

--[ Redis 2.8.19 ] Release date: 16 Dec 2014

# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                   fixes small issues.

02d465c Don't log admin commands in MONITOR. (antirez)
4d8f426 List of commands flagged as admin commands modified. (antirez)
e47e460 Lua cmsgpack lib updated to latest version. (antirez)
5509c14 Add symlink to redis-sentinel during make install (Rhommel Lamas)
7de1ef7 SORT: Don't sort Set elements if not needed. (antirez)
e945a54 Fix zero-ordering SORT when called against lists (Matt Stancliff)
d81c383 Update redis_init_script.tpl (Ben Dowling)
dba57ea FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei)
888ea17 zipmap.c: update comments above (Sun He)
86ebc13 replaced // comments  #2150 (Deepak Verma)
3d73f08 redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user)
76d53a6 sds.c: Correct two spelling mistakes in comments (Sun He)
4848cf9 sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
d2f584f sds.c: Correct some comments (Sun He)
2ed3f09 Update whatisdoing.sh (Serghei Iakovlev)
77b997d Include stropts only if __sun is defined. (antirez)
d409371 Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
23b96c0 Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström)
a47a042 Mark whatisdoing.sh as deprecated in top-comment. (antirez)
b5737d2 getting pid fixes (Serghei Iakovlev)
a598e08 sparkline.c: AddSample skip Empty label (Sun He)
7d480ab sparkline.c: mov label-ini into the AddSample Function (Sun He)
2f3c860 Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
0c211a1 Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez)

</ChangeLog>
2015-01-03 20:10:55 +00:00
Pawel Pekala
135f7f9d5d - Update to version 3.75
- Add LICENSE

PR:		196379
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2015-01-03 18:48:18 +00:00
Raphael Kubo da Costa
ceffa531f5 Update to 3.2.0.
This eliminates the conflict with the regular sqlite3 port.

PR:		195812
Submitted by:	yuri@rawbw.com
Approved by:	jharris@widomaker.com (maintainer)
2015-01-03 16:47:01 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Sean Bruno
f5f737f97e For ARMv6, declare FPSETMASK 0 and FEDISABLEEXCEPT 1. This allows mysql server to
build on ARMv6.

No need to bump portrevision for everyone else here as this only affects ARM users.

PR:		195750
Submitted by:	mikael.urankar@gmail.com
Approved by:	mentor (implicit)
2015-01-01 22:41:56 +00:00
Sunpoet Po-Chuan Hsieh
760914f27a - Add LICENSE
- Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported Perl releases
2015-01-01 16:25:55 +00:00
Sunpoet Po-Chuan Hsieh
501091cb0c - Update to 1.97
- Add LICENSE

Changes:	http://search.cpan.org/dist/DBIx-Tree/Changes
2015-01-01 16:21:30 +00:00
Sunpoet Po-Chuan Hsieh
c018ac04a6 - Remove deprecated PTHREAD_*
- Use REINPLACE_CMD instead of PERL
- Add PORTSCOUT
- Simplify Makefile
2015-01-01 16:09:50 +00:00
Sunpoet Po-Chuan Hsieh
c9b058d4e0 - Update to 1.46
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2015-01-01 16:09:44 +00:00
Sunpoet Po-Chuan Hsieh
5ef0254543 - Add PORTSCOUT 2015-01-01 16:09:28 +00:00
Guido Falsi
46eed1b607 Update to 0.9991 2014-12-31 18:58:39 +00:00
Kurt Jaeger
59362c3feb databases/sqlrelay: 0.56 -> 0.58
Changes:
http://software.firstworks.com/2014/10/sql-relay-057-is-out.html
http://software.firstworks.com/2014/12/sql-relay-058-is-out.html

PR:		196366
2014-12-31 12:33:36 +00:00
Antoine Brodin
38e8f93368 Update devel/doxygen to 1.8.9
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
2014-12-31 06:45:10 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Xin LI
87fffb2da7 Pass maintainer to sunpoet@. 2014-12-30 18:28:32 +00:00
Alex Dupre
3540d6b127 Drop gcc specific params from include flags. 2014-12-30 13:31:19 +00:00
Matthew Seaman
ef05ee043b Update to 4.3.4
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.4/phpMyAdmin-4.3.4-notes.html/view
2014-12-29 21:36:30 +00:00
Ruslan Makhmatkhanov
d918506f5b databases/py-PyGreSQL: fix fetch, convert to USES 2014-12-29 21:24:19 +00:00
Ruslan Makhmatkhanov
9cd3f97006 databases/py-MySQLdb56: fix typo 2014-12-29 21:18:45 +00:00
Thomas Zander
2d5f3565ef Update to version 3.8.7.4
PR:		196294
Submitted by:	pavelivolkov@gmail.com (maintainer)
2014-12-29 09:54:28 +00:00
Thomas Zander
992e9ac445 Update to version 3.8.7.4
PR:		196275
Submitted by:	rsimmons0@gmail.com
Approved by:	pavelivolkov@gmail.com (maintainer)
2014-12-29 09:23:02 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Mathieu Arnold
5f0ddc3d5e Update to 5.3.0.
Sponsored by:	Absolight
2014-12-24 11:54:02 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Antoine Brodin
30ad956649 Samples should be named .sample 2014-12-23 13:58:19 +00:00
Baptiste Daroussin
7072f45ae6 Get rid of gnomehier 2014-12-22 23:14:07 +00:00
Xin LI
d6a7e1fc3e - Convert to new options helper
- Remove unnecessary PHP_MODNAME
 - Use =

Submitted by:	sunpoet
2014-12-22 18:11:00 +00:00
Matthew Seaman
c60572c5c3 Update to 4.3.3
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.3/phpMyAdmin-4.3.3-notes.html/view
2014-12-21 15:02:08 +00:00
Sunpoet Po-Chuan Hsieh
410dcbe828 - Update to 2.10
- Sort PLIST

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2014-12-20 18:18:49 +00:00
Sunpoet Po-Chuan Hsieh
4a5c002294 - Sort PLIST 2014-12-20 18:18:44 +00:00
Baptiste Daroussin
3f86adbc94 Cleanup plist 2014-12-20 17:40:53 +00:00
Pawel Pekala
bb4bca7ee1 - Update databases/spatialite to version 4.2.0 [1]
- Add LICENSE info [1]
- Fix WWW line in pkg-descr [1]
- Bump all affected ports

PR:		196150 [1]
Submitted by:	maintainer [1]
2014-12-20 17:12:36 +00:00
Mikolaj Golub
d145690b6a Update to 1.2.2. 2014-12-20 08:52:15 +00:00
Kurt Jaeger
8ab0a80b44 databases/p5-DBD-Pg: 3.4.1 -> 3.4.2
Fixes bug where single-quoted type arguments to the table_info()
method were causing a SQL error. [Greg Sabino Mullane]
  https://rt.cpan.org/Public/Bug/Display.html?id=99144

PR:		196140
Submitted by:	freebsdpr-20121114@billmail.scconsult.com
2014-12-19 20:22:36 +00:00
Mathieu Arnold
ed3239bfdb Update to 5.2.0.
Sponsored by:	Absolight
2014-12-19 14:14:30 +00:00
Palle Girgensohn
60b705aaf6 Release PostgreSQL 9.4
Major enhancements in PostgreSQL 9.4 include:

Add jsonb, a more capable and efficient data type for storing JSON data

Add new SQL command ALTER SYSTEM for changing postgresql.conf configuration
file entries

Reduce lock strength for some ALTER TABLE commands

Allow materialized views to be refreshed without blocking concurrent reads

Add support for logical decoding of WAL data, to allow database changes to be
streamed out in a customizable format

Allow background worker processes to be dynamically registered, started and
terminated The above items are explained in more detail in the sections below.

URL:	http://www.postgresql.org/docs/9.4/static/release-9-4.html
2014-12-18 15:42:17 +00:00
Xin LI
1f9c96462b Update to 10.0.15.
- InnoDB is now disabled by default.  MariaDB ships with
   XtraDB as drop-in replacement of InnoDB but keeps the
   original InnoDB as an option you have to set specifically
   to enable it.
 - Added support for Mroonga storage engine.
 - Removed mytop script, which the latest version can be
   installed via databases/mytop.
 - Moved INNODB option to the Server part (as OQGraph)
 - Updated -server log only as this only affects -server.

Submitted by:	Bernard Spil <spil oss gmail com> (maintainer)
2014-12-17 07:10:58 +00:00
Alex Dupre
b76a2f8e82 Update to 2.6.6 release. 2014-12-15 13:29:08 +00:00
Matthew Seaman
88f4cd6577 Include postgresql loadable module and related sample SQL files into
plist.

PR:		195718
Submitted by:	maintainer (5u623l20@gmail.com)
2014-12-14 17:59:53 +00:00
Timur I. Bakeyev
abf2d18101 Fix spelling 2014-12-14 12:25:38 +00:00
Sunpoet Po-Chuan Hsieh
102b1b90fc - Update to 3.2.0
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2014-12-13 16:59:30 +00:00
Matthew Seaman
8d804be422 Update to 4.3.2
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.2/phpMyAdmin-4.3.2-notes.html/view
2014-12-13 09:42:42 +00:00
Kurt Jaeger
3760d7547a databases/p5-DBD-mysql: 4.028 -> 4.029
- Added fix to tests to create test database if not exists (constant
  failure on Travis) (CaptTofu)
- Support the fraction of (Oracle) MySQL Fabric that is supported by the
  most recent Connector/C (Steffen Mueller smueller@cpan.org)
- Milan Sorm <sorm@is4u.cz> for work on statistics_info
- Fix for RT 97625, use after free()
  Reini Urban rurban@cpan.org and Giovanni Bechis <giovanni@bigio.snb.it>
2014-12-12 23:04:14 +00:00
Sergey A. Osokin
a55f80ac6d Upgrade from 2.8.17 to 2.8.18.
<ChangeLog>

--[ Redis 2.8.18 ] Release date: 4 Dec 2014

# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                   adds new features to Redis, and contains non critical
                   fixes.

* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
        instances on crashes. (Salvatore Sanfilippo)
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
        Michael Grunder, Salvatore Sanfilippo)
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
        an Enterprise Grade product. (Salvatore Sanfilippo)

* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
        http://redis.io/topics/replication. (Salvatore Sanfilippo).
* [NEW] Transparent Huge Pages detection and reporting in logs and
        LATENCY DOCTOR output. (Salvatore Sanfilippo)
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
        cmsgpack upgrade. (Matt Stancliff)
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
        The second argument is the key prefix. Default is "key:" (Salvatore
        Sanfilippo)
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
        warn about it if not. (Salvatore Sanfilippo)

</ChangeLog>
2014-12-12 04:27:33 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Kubilay Kocak
215c7e652e databases/memcached: Update to 1.4.21
- Update to 1.4.21
- Remove doc patches (upstreamed)
- Remove unconditional CFLAGS because:
  a) -fstack-protector is now a default
  b) -I${LOCALBASE}/include casues SASL headers to be found even when
     --disable-sasl is set (SASL option disabled). Removal of these flags
     does not affect libevent header discovery
- While I'm here, whitespace alignment

Differential Revision:	https://reviews.freebsd.org/D1284
Approved by:	swills (maintainer)
2014-12-10 12:05:49 +00:00
Baptiste Daroussin
85433cc045 Cleanup plist 2014-12-09 10:29:13 +00:00