Commit graph

377265 commits

Author SHA1 Message Date
Don Lewis
42a11ebd64 Upgrade to 0.5.0:
* Add reader.reload() method that calls dnstable_reader_reload_setfile()

Sort USE_PYTHON

Sponsored by:	Farsight Security, Inc.
2015-09-24 05:19:12 +00:00
Don Lewis
68065d6140 Upgrade to 0.4.0:
* Add LZ4/LZ4HC compression types

Sponsored by:	Farsight Security, Inc.
2015-09-24 04:58:09 +00:00
Don Lewis
1e9cde1f8b Upgrade to 0.8.0:
* Replace Jansson with YAJL for JSON rendering, which results in a
    substantial performance improvement.

  * dnstable_dump: Add "--rrset_names" and "--rdata_names" options which dump
    the RRSET_NAME_FWD and RDATA_NAME_REV indices.

  * New function dnstable_reader_reload_setfile(), which calls
    mtbl_fileset_reload_now() on a dnstable_reader object's underlying
    mtbl_fileset object, if present. This requires libmtbl >= 0.8.0.

Sponsored by:	Farsight Security, Inc.
2015-09-24 04:40:44 +00:00
Ryan Steinmetz
2323174b38 - Fix missing bracket
- Bump PORTREVISION

PR:		202930
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2015-09-24 03:54:43 +00:00
Ryan Steinmetz
4b77a6656c - Resolve build failure in certain cases when LDAP support is enabled
PR:		201957
Reported by:	Emmanuel Vadot <manu@bidouilliste.com>
2015-09-24 03:50:05 +00:00
Jason Unovitch
32248a97f6 Revise Moodle multiple security vulnerabilities from r397210 to reflect
recently published advisory

Security:	CVE-2015-5264
Security:	CVE-2015-5272
Security:	CVE-2015-5265
Security:	CVE-2015-5266
Security:	CVE-2015-5267
Security:	CVE-2015-5268
Security:	CVE-2015-5269
Security:	c2fcbec2-5daa-11e5-9909-002590263bf5
2015-09-24 02:56:06 +00:00
Dmitry Marakasov
769e644cdd - Switch to options helpers 2015-09-23 23:42:08 +00:00
Dmitry Marakasov
183a38bb97 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-23 22:59:25 +00:00
Dmitry Marakasov
076885f7f6 - Drop 8.x support
Approved by:	portmgr blanket
2015-09-23 22:59:06 +00:00
Dmitry Marakasov
43eff73c3e - Switch to options helpers
Approved by:	portmgr blanket
2015-09-23 22:59:01 +00:00
Dmitry Marakasov
11951e2ae9 - Switch to options helpers
- Pet portlint

Approved by:	portmgr blanket
2015-09-23 22:58:32 +00:00
Matthias Andree
f42f6951bd Fix leftover directory.
PR:		203286
Submitted by:	amdmi3
2015-09-23 22:55:52 +00:00
Jung-uk Kim
377bb55f1a Update to 2.5.4. 2015-09-23 22:49:46 +00:00
Don Lewis
1327854a43 Upgrade to 0.8.0:
[ Alexey Spiridonov ]
  * mtbl_reader(3): New reader getters, which expose the values stored
    in the "metadata" (formerly "trailer") at the end of MTBL files. For
    example: the number of bytes of source data in the keys & values is
    available via mtbl_metadata_bytes_keys() & mtbl_metadata_bytes_values().

  * mtbl_writer(3): Allow foreign data to be written to the beginning of a
    file before its file descriptor is passed to mtbl_writer_init_fd().

  [ Robert Edmonds ]
  * Add mtbl_verify(1) utility which verifies the embedded data and index
    block checksums in an MTBL file.

  * Stop keeping dup()'d copies of the file descriptors passed to
    mtbl_reader_init_fd(). POSIX does not require a process to keep an open
    file descriptor corresponding to an mmap()'d file. This change allows a
    process to open more MTBL files than the process file descriptor limit.

  * mtbl_dump(1): Add silent ("-s") option which omits the actual dump output.
    This is useful when benchmarking decompression performance.

  * Add LZ4/LZ4HC compression support. This adds a new library dependency on
    liblz4.

  * mtbl_merge(1): Add block size ("-b") and compression algorithm ("-c")
    options.

  * mtbl_fileset(3): Add mtbl_fileset_reload_now() function that
    instantaneously checks and, if necessary, reloads the fileset.

Sponsored by:	Farsight Security, Inc.
2015-09-23 22:29:59 +00:00
Don Lewis
ce2cb4208b Upgrade to 0.7.0:
[ Henry Stern ]
  * wdns_str_to_rdata(): New function.

  * wdns_str_to_rrclass(): New function.

  [ Robert Edmonds ]
  * examples/wdns-dump-file: New utility.

Sponsored by:	Farsight Security, Inc.
2015-09-23 22:05:56 +00:00
Jung-uk Kim
d42cd29114 Fix option handling.
PR:		197080
2015-09-23 21:51:39 +00:00
Dmitry Marakasov
0c00a7bea4 - Add empty directories to plist
Approved by:	portmgr blanket
2015-09-23 21:34:34 +00:00
Jung-uk Kim
75883644e1 Update to 5.0.2. 2015-09-23 21:06:12 +00:00
Bartek Rutkowski
4a6d4da205 devel/b2: fix typo in pkg-descr
Submitted by:	jkim
2015-09-23 20:38:16 +00:00
Bartek Rutkowski
7d9193d850 devel/b2: NEW PORT - Command Line Interface for Backblaze's B2 storage service
B2 Cloud Storage is a cloud service for storing files in the cloud.
Files are available for download at any time, either through the API
or through a browser-compatible URL.

This package provides Backblaze's officiall command line tool for
accessing all of the capabilities of B2 Cloud Storage.

WWW: https://www.backblaze.com/b2/docs/quick_command_line.html

Submitted by:	robak
2015-09-23 20:31:42 +00:00
Mark Felder
34bc934828 Fix older ruby vuxml entry
If you follow official instructions to change your default ruby version
it alters the ruby package name and vuxml will produce false positives.
This change will solve these scenarios.

PR:		203227
2015-09-23 20:24:28 +00:00
Sunpoet Po-Chuan Hsieh
79eb067db0 - Update to 2.1.1
- Add LICENSE_FILE
- Add upstream patches [1]

Obtained from:	a4e93c3b0a [1]
		c16c91797f [1]
		55dbf8acff [1]
Security:	a233d51f-5d4c-11e5-9ad8-14dae9d210b8
MFH:		2015Q3
2015-09-23 20:18:05 +00:00
Sunpoet Po-Chuan Hsieh
0826dbc417 - Add PKGNAMESUFFIX 2015-09-23 20:16:42 +00:00
Sunpoet Po-Chuan Hsieh
04c31485bd - Document the removal of www/iojs 2015-09-23 20:15:49 +00:00
Sunpoet Po-Chuan Hsieh
330d6c0df1 - Update to 2.14.4
- Remove IOJS and NODE010 options
- Cosmetic change

Changes:	https://github.com/npm/npm/releases
2015-09-23 20:15:44 +00:00
Sunpoet Po-Chuan Hsieh
3c729bbf83 - Update to 4.1.1
- While I'm here:
  - Fix build: add more REINPLACE_CMD to post-patch: (copied from www/iojs)
  - Add DOCS option
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Add blank line after .include <bsd.port.pre.mk>

Changes:	https://github.com/nodejs/node/blob/master/CHANGELOG.md
PR:		203203
Submitted by:	<dcarmich@dcarmichael.net>
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:15:38 +00:00
Sunpoet Po-Chuan Hsieh
dc87d027c3 - Remove www/iojs
PR:		203203
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:15:33 +00:00
Sunpoet Po-Chuan Hsieh
921a224eb0 - Add node012 0.12.7 (copied from node)
PR:		203203
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:14:17 +00:00
Sunpoet Po-Chuan Hsieh
4c0d84e4ad - Update to 3.2.0
- Add LICENSE_FILE

Changes:	https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md
2015-09-23 20:14:12 +00:00
Sunpoet Po-Chuan Hsieh
40b5639b76 - Update to 1.7.7
- Fix LICENSE

Changes:	https://github.com/JEG2/highline/blob/1-7-stable/Changelog.md
2015-09-23 20:14:07 +00:00
Sunpoet Po-Chuan Hsieh
a91af38bb2 - Update to 4.1.0
- Add LICENSE_FILE

Changes:	https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md
2015-09-23 20:14:02 +00:00
Sunpoet Po-Chuan Hsieh
e2d1064286 - Update to 3.2.4
- Add LICENSE_FILE

Changes:	https://github.com/cloudfoundry/cf-uaa-lib/commits/master
2015-09-23 20:13:56 +00:00
Sunpoet Po-Chuan Hsieh
e7811eaad1 - Update to 6.21
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2015-09-23 20:13:51 +00:00
Sunpoet Po-Chuan Hsieh
ad73148367 - Update to 3.12
Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2015-09-23 20:13:46 +00:00
Sunpoet Po-Chuan Hsieh
a4a7b95563 - Add LICENSE_FILE 2015-09-23 20:13:41 +00:00
Sunpoet Po-Chuan Hsieh
cc2247d484 - Update to 1.3.7
Changes:	https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
2015-09-23 20:13:37 +00:00
Sunpoet Po-Chuan Hsieh
d920653356 - Update to 1.3.1
Changes:	https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md
2015-09-23 20:13:32 +00:00
Sunpoet Po-Chuan Hsieh
73c9948dfb - Update to 1.3.3
- Add LICENSE_FILE

Changes:	https://github.com/tatsuhiro-t/nghttp2/releases
2015-09-23 20:13:27 +00:00
Hiroki Sato
3acf834880 Fix indention.
Spotted by:	jkim
2015-09-23 20:06:05 +00:00
Dmitry Marakasov
ce91d72c09 - Fix shebangs
Approved by:	portmgr blanket
2015-09-23 19:59:41 +00:00
Dmitry Marakasov
6ffd513e42 - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-23 19:59:04 +00:00
Dmitry Marakasov
178ff1440c - Modernize plist, add vardirs 2015-09-23 19:58:17 +00:00
Dmitry Marakasov
6dd513410c - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-23 19:57:16 +00:00
Dmitry Marakasov
07557d27c2 - Fix build as non-root (similar to what mail/mutt does)
Approved by:	portmgr blanket
2015-09-23 19:57:05 +00:00
Dmitry Marakasov
d9ab5d229a - Fix shebangs for mysql51-scripts, add NO_ARCH
Approved by:	portmgr blanket
2015-09-23 19:55:00 +00:00
Jung-uk Kim
6be1888fe3 Update to 2.3.4.
PR:		203243
2015-09-23 19:38:57 +00:00
Dmitry Marakasov
aa36a45946 - Fix shebangs
Approved by:	portmgr blanket
2015-09-23 19:12:31 +00:00
Dmitry Marakasov
123395979c - Fix shebangs
- No need to chown SHAREOWN/SHAREGRP, breaks staging from non-root

Approved by:	portmgr blanket
2015-09-23 18:53:25 +00:00
Dmitry Marakasov
192f681a13 - Switch to options helpers
- Fix shebangs

Approved by:	portmgr blanket
2015-09-23 18:52:19 +00:00
Jan Beich
8e3e878a3d graphics/waifu2x-converter-cpp: use proper regexp
Applying changes to the wrong line caused a regression.
2015-09-23 18:27:50 +00:00