Commit graph

389525 commits

Author SHA1 Message Date
Olivier Cochard
01a1373a34 Update to 0.1.7, add DOCS and NLS options
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5579
2016-03-08 14:38:15 +00:00
Dmitry Marakasov
a17e415a23 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2016-03-08 13:33:43 +00:00
Bartek Rutkowski
6dd680c483 sysutils/mcollective-shell-client: update 0.0.1 -> 0.0.2
- Remove obsolete GH_TAGNAME
2016-03-08 13:31:47 +00:00
Bartek Rutkowski
d02d7f8384 sysutils/mcollective-shell-agent: update 0.0.1 -> 0.0.2
- Delete obsolete patch
- Remove obsolete GH_TAGNAME
2016-03-08 13:31:09 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
John Marino
8da64f95e7 devel/libc++: specific libcxxrt LIB_DEPENDS conditionally
The libcxxrt was unconditionally specified, but pkg(8) would not
register it on FreeBSD 10+ because the libcxxrt.so requirement of the
specification was satisfied by the base libraries.

As a result, Synth would rebuild the libc++ each time becaues there
were more dependency requirements in the port Makefile than the resulting
package, leading Synth to consider the package obsolete.

Since there are already existence tests for setting flags, the solution
is trivial: move LIB_DEPENDS definition inside the conditional blocks.
The resulting package is the same everywhere, and Synth is happy too.

PR:		207756
Submitted by:	Andrew Terekhov
Discussed with:	dim@, bapt@ (no conclusion, I fixed it myself)
2016-03-08 12:48:51 +00:00
Pietro Cerutti
b2d9aa469e lang/seed7: update to 05_20160229
Changes:

- The function fltCmp in flt_rtl.c has been improved to work correct
  in the case that isnan returns neither 0 nor 1 (Many thanks go to
  Arnel L. for reporting this problem).
- The function determineGetaddrlimit in chkccomp.c has been improved
  to include <sys/types.h> before <sys/resource.h>. FreeBSD needs
  that to work correctly (Many thanks go to Pietro Cerutti for
  providing a fix and explaining the background).
- The function getOsCwd has been added to cmd_rtl.c. With this
  function it is possible to read (e.g. under Linux) a current
  working directory that is longer than PATH_MAX.
- Documentation comments have been improved in encoding.s7i.
- The program chkccomp.c has been improved to write definitions of
  USE_DIRENT, USE_DIRWIN, OS_WIDE_DIR_INCLUDE_DIR_H, os_DIR,
  os_dirent_struct, os_opendir, os_readdir, os_closedir,
  INCLUDE_SYS_UTIME, os_utimbuf_struct, USE_ALTERNATE_UTIME,
  os_utime_orig, os_utime, os_chdir, OS_GETCWD_MAX_BUFFER_SIZE,
  os_getcwd, os_mkdir, os_rmdir, OS_CHMOD_INCLUDE_IO_H, os_chmod,
  os_remove, os_rename, os_system, os_fopen, os_popen, os_pclose,
  DEFINE_WGETENV, os_getenv
- The functions keys_helem and values_helem in hshlib.c and
  hsh_rtl.c have been improved to use a loop instead of a tail
  recursion. For compilers that don't recognize the tail recursion
  this results in a speed improvement (Gcc recognizes tail
  recursions so there is no speed improvement).
- The functions free_helem and free_hash in hsh_rtl.c have been
  improved to stop searching for helems as soon as the last helem
  has been freed.
- The functions helem_data_to_list and helem_key_to_list have been
  improved to use a loop instead of a tail recursion (see above).
2016-03-08 11:20:23 +00:00
Andrej Zverev
98a87eef3a Update to 1.4.0
Changes:	https://metacpan.org/changes/distribution/Rex
2016-03-08 10:32:37 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Wen Heping
30b21cd221 - Update to 5.1.3 2016-03-08 08:25:42 +00:00
John Marino
3182e4d46d ports-mgmt/synth: Upgrade version 1.20 => 1.21
I knew the repository signing enhancements weren't fully tested, but it
was important to get the regressions fixed.  I thought that if there were
any problems with the signing, people not using those features (e.g. 99%
of users) would not be affected.  Unfortunately, that's not true.

Due to a simple boolean logic error, an inaccurate and harmless warning
about not finding the signature fingerprint will show every time the
repository is rebuild.  This minor releases fixes that logic.
2016-03-08 08:23:00 +00:00
Cy Schubert
7855438b5f Update 1.13.3 --> 1.13.4 2016-03-08 06:57:00 +00:00
Kurt Jaeger
72704a08a7 sysutils/mcelog: 1.0pre3 -> 133
- Added version prefix
- Switched to github over master sites
- Removed patch_strip
- Changed hard LDFLAGS to include
- Fixed version in source
- Updated distfile
- Regenerated patchfiles for portlint
- Modified several patchfiles, adapted to new version
- submitter becomes maintainer

PR:		207145
Submitted by:	Ultima1252@gmail.com
Approved by:	Jeremy Chadwick <jdc@koitsu.org> (maintainer)
2016-03-08 06:53:10 +00:00
Antoine Brodin
51187ff536 Hook py-tldextract to the build 2016-03-08 06:34:24 +00:00
Emanuel Haupt
c442d0a778 Update to 323 2016-03-08 04:38:56 +00:00
Li-Wen Hsu
c0ab9bec67 - Update to 1.652 2016-03-08 03:46:55 +00:00
Jason Unovitch
a013019a82 devel/artifactory: update 4.4.2 -> 4.5.2
PR:		207733
Submitted by:	David Harrigan <dharrigan@gmail.com> (maintainer)
2016-03-08 01:55:04 +00:00
John Marino
6d71ed5800 ports-mgmt/synth: Upgrade version 1.11 => 1.20
This was meant to be a pure enhancement release to support the signing
of the repository, but there were some regressions brought in with
version 1.1x and also some long standing bugs found.

Fixed:
 * Regression: Interactive test mode
   Changing the TERM setting to "dumb" semi-broke the interactive shell
   when ENTERAFTER is used with the test command.  The fix was to set
   TERM back to cons25 in this particular case.
 * Regression (serious): install command
   The improvement in speed of package validation for the rebuilding of
   the repository resulted in a new bug that caused the "synth install"
   command to install every port in the repository.  It was caused by
   reusing a container that I thought was available, but it turns out
   that the "install" command still needed it.
 * Bug: handle exception that occurred when Synth asked a question
   when no TTY was attached.  Running a command like "force" would result
   in a question, and if Synth was running in a cron job or having args
   piped to it via xargs, no terminal would be available and Synth would
   throw an exception.  Now in this case, Synth just assumes answer to
   question is "No" and ends gracefully.
 * Bug: purge-distfiles command would delete everything if any error was
   encountered.  It should have just stopped, which it does now.
 * Bug: purge-distfiles container had a bug which prevented all the
   distfiles from being stored, which caused removal of good distfiles.
 * Bug: purge-distfiles container didn't check for duplicates, resulting
   in unhandled exceptions.  Now fixed, purge-distfiles command works now.

enhancements:
 * Show version information on status commands.  On the display, a symbol
   of "N" (New), "R" (result), or "U" (upgrade) shows next to each line.
   Additionaly for "U", the old version and new version are shown.  The
   same information is shown in the log, but in addition the actual
   version for "N" and "R" categories is also listed.
 * Test mode: Add filters from poudriere to prevent false test failures
   with leftover and modified files.  Mostly it involves files that get
   modified, but it's okay so the MD5 check failures need ignoring
 * Support signing repository with local RSA keys.  Adjust man page with
   two new FILES (public key and private key) along with an example on
   how to generate those files.
 * Support signing repository with external signing command and
   fingerprints.  Adjust man page with two more new FILES and an example
   of how configure this feature.
2016-03-08 01:48:59 +00:00
Jason Unovitch
8d10903695 Document Django multiple vulnerabilities
Security:	CVE-2016-2512
Security:	CVE-2016-2513
Security:	https://vuxml.FreeBSD.org/freebsd/f9e6c0d1-e4cc-11e5-b2bd-002590263bf5.html
2016-03-08 01:45:27 +00:00
Dmitry Marakasov
3cb3587b06 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-08 01:39:39 +00:00
Greg Lehey
975e210fae Add missing library dependency.
Reported by:	   pkg-fallout@
2016-03-08 01:25:48 +00:00
Jason Unovitch
6ed4f1b94a Wrap long lines. No content change. 2016-03-08 01:09:24 +00:00
Jason Unovitch
02139382dd Document Wordpress multiple vulnerabilities
While here, fix URL reference in last Wordpress entry

Security:	CVE-2016-2221
Security:	CVE-2016-2222
Security:	https://vuxml.FreeBSD.org/freebsd/fef03980-e4c6-11e5-b2bd-002590263bf5.html
2016-03-08 01:00:34 +00:00
Michael Gmelin
eddc11cf10 Update to 4.2
Approved by:	mentors (implicit)
2016-03-08 00:59:28 +00:00
Michael Gmelin
3c452c90f1 Fix packaging with python 3.5.
This utilizes the new py3kplist feature.

While being there, fix unit tests so they work with python3 regardless
of the build environment's locale.

PR:		207771
Submitted by:	rm
Approved by:	maintainers (implicit)
2016-03-08 00:29:24 +00:00
Jan Beich
dcafa23582 net-p2p/transmission-*: update to 2.92
Changes:	https://trac.transmissionbt.com/wiki/Changes#version-2.92
PR:		207772
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-03-08 00:20:03 +00:00
Jan Beich
e07f215343 games/openra: update GeoLite2 to March snapshot
MFH:		2016Q1
2016-03-07 23:34:24 +00:00
Mathieu Arnold
eda0a4444f Update to 6.7.
PR:		205222
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:26 +00:00
Mathieu Arnold
1b20fdf8fa Update to 3.0.
PR:		205223
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:21 +00:00
Mathieu Arnold
d6954e8415 Update to 2.1
PR:		206258
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:16 +00:00
Mathieu Arnold
23384b5d73 Update to 0.4.1
PR:		206894
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:11 +00:00
Mathieu Arnold
81db090da8 Update to 2016.02.27
PR:		206895
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:06 +00:00
Mathieu Arnold
a705d045fe Update to 5.0.20160131
PR:		207157
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:02 +00:00
Mathieu Arnold
b2c8256cbb Update to 1.2.6.2
PR:		203246
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:00:56 +00:00
Mathieu Arnold
c56a413160 Update to 1.9.0
PR:		203245
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 22:59:59 +00:00
Jan Beich
d83450a133 sysutils/uhidd: chase new home 2016-03-07 22:34:56 +00:00
Emanuel Haupt
44b7aee8ef Update to 4.0.11 2016-03-07 21:25:52 +00:00
Emanuel Haupt
fd329e2365 Update to 4.3.12 2016-03-07 21:25:41 +00:00
Dan Langille
300ab6b3bb Introducing tldextract for extracting the TLD from the registered domain and
subdomains of a URL.

Differential Revision: D5574
2016-03-07 21:07:19 +00:00
Antoine Brodin
9c6f8692c9 Update to 0.43 2016-03-07 20:36:39 +00:00
Antoine Brodin
5e08487d1d Update to 0.22 2016-03-07 20:24:02 +00:00
Sunpoet Po-Chuan Hsieh
1e6c58e35a - Update to 2.0.2
Changes:	https://github.com/fnando/browser/blob/master/CHANGELOG.md
2016-03-07 20:14:15 +00:00
Sunpoet Po-Chuan Hsieh
c866397207 - Update to 0.47.1
Changes:	https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md
2016-03-07 20:14:05 +00:00
Sunpoet Po-Chuan Hsieh
d4ba424cab - Update to 3.0.2
Changes:	https://github.com/Compass/compass-rails/blob/master/CHANGELOG.md
		https://github.com/Compass/compass-rails/commits/master
2016-03-07 20:14:01 +00:00
Sunpoet Po-Chuan Hsieh
89ded94c4c - Update to 0.5.1
Changes:	https://github.com/oauth-xx/oauth-ruby/commits/master
2016-03-07 20:13:56 +00:00
Sunpoet Po-Chuan Hsieh
2fa066db79 - Update to 3.0.4
Changes:	https://github.com/rails/sprockets-rails/releases
2016-03-07 20:13:52 +00:00
Sunpoet Po-Chuan Hsieh
a2fa209ef5 - Update to 4.32.0
Changes:	https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
2016-03-07 20:13:47 +00:00
Sunpoet Po-Chuan Hsieh
a88f9debf0 - Update to 4.0.4
Changes:	https://github.com/mongodb/bson-ruby/releases
		https://github.com/mongodb/bson-ruby/commits/master
2016-03-07 20:13:42 +00:00
Sunpoet Po-Chuan Hsieh
0b0ae3880d - Update to 2016.03.06 2016-03-07 20:13:38 +00:00
Sunpoet Po-Chuan Hsieh
16f3136e5f - Update to 2016.03.06 2016-03-07 20:13:33 +00:00