Commit graph

410608 commits

Author SHA1 Message Date
Mark Felder
dfb67e36ca Fix openssl vuxml entry
PR:		216524
2017-01-30 14:27:04 +00:00
Roman Bogorodskiy
e789fbd31a devel/py-osprofiler: update to 1.5.0
PR:		216448
Submitted by:	maintainer
2017-01-30 14:25:43 +00:00
Steven Kreuzer
b9a4d76158 Update to version 4.2.2 2017-01-30 14:20:16 +00:00
Roman Bogorodskiy
3c7187cc6f devel/py-osc-lib: update to 1.3.0
PR:		216448
Submitted by:	maintainer
2017-01-30 14:16:04 +00:00
Steven Kreuzer
8c7a931d55 Update to version 1.6.6 2017-01-30 14:15:32 +00:00
Kurt Jaeger
9136a71ff9 mail/qmail{-tls}: update tls patch from 20110119 to 20160918
PR:		216365
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2017-01-30 13:49:08 +00:00
Vanilla I. Shu
04f203452b Fix building on i386 (with SSE2 enable)
PR:		216553
Submitted by:	vvd@unislabs.com
2017-01-30 12:49:22 +00:00
Pietro Cerutti
1f841fa447 lang/seed7: update to 05_20170129
20170129:
- The new library filesys.s7i has been added. It defines the interface
  fileSys. Files of TAR, ZIP and JAR achives and files from FTP and
  the operating system can be accessed via the fileSys interface. The
  file system changes are work in progress.
- The libraries tar.s7i, zip.s7i, ftp.s7i and osfiles.s7i have been
  adjusted to implement the new interface fileSys.
- Definitions of the types fileType, filePermission and fileMode have
  been moved from osfiles.s7i to the new library filesys.s7i.
- A definition of the file system osFiles has been added to
  osfiles.s7i.
- In ftp.s7i the interface ftpFileSys has been added. This interface
  extends fileSys with the functions listDir, getActiveMode,
  setActiveMode, getAsciiTransfer and setAsciiTransfer.
- The functions retrieve and store have been removed from ftp.s7i and
  the function open (to open a file) has been added.
- The new library ftpserv.s7i has been created. This library allows,
  that the backend of an FTP server is also a file system. Most of
  the contents of ftpserv.s7i has been moved from ftpserv.sd7.
- The functions setUpHead, tarTell, tarXtract and tarCreate have been
  moved from tar.s7i to the new library tar_cmds.s7i.
- The conversion functions bin32 and float have been added to
  bin32.s7i. This functions convert values between single precision
  float and bin32.
- The conversion functions bin64 and float have been added to
  bin64.s7i. This functions convert values between double precision
  float and bin64.
- The functions getBitLsb and getBitsLsb have been added to
  bitdata.s7i. This functions read bits from a file in the direction
  from LSB (least significant bit) to MSB (most significant bit).
- The operator |:= has been added to the libraries bitsetof.s7i and
  bitset.s7i.
- The type void has been improved to allow writing a void value.
  This allows that calc7.sd7 can execute procedures.
- The new library inflatefile.s7i has been added. It allows to
  uncompress data from a file with the Inflate algorithm. In contrast
  to inflatefile.s7i the functions from inflate.s7i assume that the
  compressed data is in a string.
- A test of the tar header checksum has been added to tar.s7i.
- A support for long link paths has been added to tar.s7i.
- The function readMinimumOfHead has been added to tar.s7i. With this
  function opening a tar archive can be done faster.
- The functions fileMode and getMTime in zip.s7i have been improved
  to recognize modes and times from different operating systems.
- In zip.s7i the function rposOfMagic has been improved to work with
  one call of seek() and one gets(). This way the function is faster,
  when the file is not a ZIP file.
- In zip.s7i the functions get_local_header, get_central_header and
  get_end_of_central_directory have been improved to read the fixed
  size part of the header with one statement and to convert the data
  afterwards. This improves the performance of get_central_header by
  about 10%.
- In zip.s7i a map of extra header fields has been introduced.
- In zip.s7i the function getContent has been renamed to getFile.
  Additionally the function has been improved to work when the local
  header does not contain the compressed size. In this case the new
  library inflatefile.s7i is used.
- The function timestamp1601ToTime has been added to time.s7i.
- A test for the operator |:= has been added to chkset.sd7.
- The function filGets in fil_rtl.c has been improved to recognize a
  request to read zero characters earlier. This improves this special
  case a little bit, without a negative effect on the normal case.
- The function uintCard has been added to int_rtl.c.
- The computation of the mode in the function fileAttr2UnixMode in
  stat_win.c has been improved.
- The program ftp7.sd7 has been improved to work with the new
  ftpFileSys interface.
- The program ftpserv.sd7 has been improved to work with the new
  library ftpserv.s7i.
- In seed7_05.s7i the function to convert an integer to a string with
  a given base has been improved.
- Interpreter and compiler have been improved to support the actions
  BIN_CARD, SET_UNION_ASSIGN and STR_FOR.
- In the compiler (s7c) the generation of inline code for the actions
  STR_RANGE and STR_SUBSTR has been improved. When some parameters are
  constant checks can be done at compile-time instead of run-time.
- In drw_x11.c the function redraw() has been improved and the new
  function setupBackup() has been added. This changes have been done
  to handle EXPOSE events correctly, when backing store has the value
  WhenMapped.
- In runerr.c the functions continue_question, run_error, empty_value
  and var_required have been changed to allow the repacement of the
  current exception with a new one.
- The function str_for has been added to strlib.c.
2017-01-30 12:44:27 +00:00
Ruslan Makhmatkhanov
777fe1c77d sysutils/cbsd: update to 11.0.8
bugfix release
- make MAC address random generated;

PR:		216598
Submitted by:	olevole@olevole.ru (maintainer)
2017-01-30 12:12:02 +00:00
Jason E. Hale
c1186fe4ba - Update to 1.1.1
- Add NO_ARCH
- Add regression testing support
- Use something better than the Github repo for WWW
2017-01-30 11:51:37 +00:00
Dmitry Marakasov
d54e22724d - Fix python paths
PR:		213717
Submitted by:	yuri@rawbw.com (maintainer)
MFH:		2017Q1
2017-01-30 11:35:18 +00:00
Ben Woods
910849a493 audio/logitechmediaserver: Fix staging (plist) on i386
- plist installation location varies by ARCHNAME
- plist list of installed files varies based on ARCH + OSREL

PR:		213260
Reported by:	David Z. <daz@hyperchronos.org>
Approved by:	Mark Dixon (maintainer)
MFH:		2017Q1
2017-01-30 11:23:56 +00:00
Dmitry Marakasov
bc75e0386c - Fix WWW
PR:		213735
Reported by:	julian@hsiao.email
Submitted by:	martin@waschbuesch.de (maintainer
MFH:		2017Q1
2017-01-30 11:21:51 +00:00
Mathieu Arnold
4583a55ce6 Fix apache module name.
PR:		216560
Reported by:	Henrik Hudson
Sponsored by:	Absolight
2017-01-30 11:19:12 +00:00
Mathieu Arnold
c535bc754f Update to v5.25.9-65-g00c7fba.
Changes:	https://github.com/Perl/perl5/compare/v5.25.9-15-g03fedef...v5.25.9-65-g00c7fba
Sponsored by:	Absolight
2017-01-30 11:19:05 +00:00
Li-Wen Hsu
468af18e6f - Update to 2.43 2017-01-30 11:12:05 +00:00
Emanuel Haupt
52fa6c2fec Update to 3.3.12 2017-01-30 10:49:03 +00:00
Dmitry Marakasov
55cd2e2124 - Update to 1.1.1
- Switch to new GitHub home

PR:		214768
Submitted by:	joshruehlig@gmail.com (maintainer)
2017-01-30 10:22:17 +00:00
Dmitry Marakasov
441a24d9ee - Fix build when CC is absolute path
Upstream build scripts have some machinery to include compiler-specific
.mak file depending on compiler used. This is handled in an ugly way by the
port, roughly, upstream makefile includes ${CC}.mak and ports Makefile
copies that from default .mak. This is breaks when CC is an absolute path
and is useless anyway, as even if it was implemented properly, customized
.mak files are for compilers we'll never use such as gcc 3.2, intel and suncc.

So make upstream makefile always include the default .mak.

PR:		215253
Approved by:	maintainer timeout (mi@aldan.algebra.com, 6 weeks)
MFH:		2017Q1
2017-01-30 10:09:28 +00:00
William Grzybowski
239c6a9f27 devel/py-flake8: enable concurrent
PR:		216582
Submitted by:	John W. O'Brien
2017-01-30 09:39:23 +00:00
Kirill Ponomarev
3020bbaa08 Fix geo location.
Approved by:	mat (mentor)
2017-01-30 09:11:40 +00:00
Dmitry Marakasov
0892efa144 - With license framework, there's no longer need to shove license to docs, pkgmessage and restricted 2017-01-30 09:01:22 +00:00
Bartek Rutkowski
932e303f69 sysutils/py-iocage: update 0.9.3 -> 0.9.4
- Correct supported Python version
- Remove obsolete GH_ACCOUNT and GH_PROJECT

MFH:		2017Q1
2017-01-30 08:34:51 +00:00
Baptiste Daroussin
7f7beef06c Fix the deciKelvin to Celsius conversion 2017-01-30 08:08:46 +00:00
Kurt Jaeger
73635691ae net/tigervnc: update 1.7.0 -> 1.7.1
PR:		216387
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Changes:	https://github.com/TigerVNC/tigervnc/releases/tag/v1.7.1
MFH:		2017Q1
Security:	CVE-2017-5581
2017-01-30 07:28:29 +00:00
Adam Weinberger
d75f2e01f9 Update to 7.23.
- Added max_request_size attribute to Mojolicious.
  - Added max_response_size attribute to Mojo::UserAgent.
  - Added to_unsafe_string method to Mojo::URL.
  - Added -S option to get command.
  - Fixed a data corruption problem in Mojo::IOLoop::Stream, caused by a
    dependency of IO::Socket::SSL on the internal representation of strings,
    which differs from IO::Socket::IP.
2017-01-30 05:29:00 +00:00
Johannes M Dieterich
2fb1e2b64a Add xf86-video-ast driver for ASPEED graphics controllers in recent server motherboards.
PR:		194705
Submitted by:	nwhitehorn@freebsd.org
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9309
2017-01-30 01:42:13 +00:00
Jason E. Hale
0a3f2e2222 - Fix an issue where netcams were not connecting [1]
- When motion was updated to 4.x, it was overlooked that the default
  search path for the configuration files was changed. This was causing
  existing configurations to not be read. Fix the port to install
  default configuration in correct location and add an UPDATING message
  giving users the proper instructions on where to place their existing
  conf files. [2]
- Create an empty ${ETCDIR}/conf.d directory that can optionally be used
  to dump camera configs in instead of creating separate lines for each
  one in motion.conf
- Add some missing PORTDOCS and install with the correct mode
- Make the VIDEO options OPTIONS_RADIO instead of OPTIONS_SINGLE to
  allow for netcam only support (suggested in [2])
- Fix bad logic in configure.ac that was causing V4L to not be dectected
  when the PWCBSD option was enabled

PR:		216189 [1]
Reported by:	Charles P <charlespigott@googlemail.com>
Patched by:	<anthony@ury.org.uk>
Obtained from:	upstream
PR:		216466 [2]
Reported by:	<bakhur@inbox.ru>, tdb@
Pointy hat to:	jhale
MFH:		2017Q1 (blanket)
2017-01-30 00:09:53 +00:00
Baptiste Daroussin
f421b382a2 libinput is a library to handle input devices in Wayland compositors and
to provide a generic X.Org input driver. It provides device detection,
device handling, input device event processing and abstraction so
minimize the amount of custom input code compositors need to provide
the common set of functionality that users expect.

WWW: http://www.freedesktop.org/wiki/Software/libinput/

Obtained from:	FreeBSDDesktop github
2017-01-29 23:48:20 +00:00
Baptiste Daroussin
554a154364 Libwacom is a new library to help implement Wacom tablet settings.
It is intended to be used by client-programs that need model
identification.

WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom

Obtained from:	FreeBSDDesktop github
2017-01-29 23:40:31 +00:00
Joseph Mingrone
3a5433c35e sysutils/zap: Update COMMENT and pkg-descr.
Approved by:	swills (mentor, implicit)
2017-01-29 23:39:28 +00:00
John Marino
ca546db10d math/why3: Unbreak after ocaml-findlib change
Use the same technique madpilot used on x11-toolkits/ocaml-lablgtk2
to restore the build after the (unexpected) changed to the output
of ocamlfindlib during its update to 1.7.1

While here, document previously unknown ocamlfind requirement.
2017-01-29 23:39:24 +00:00
Baptiste Daroussin
6e66ef1fb8 This library provides GObject bindings for libudev.
WWW: https://wiki.gnome.org/Projects/libgudev

Obtained from:	FreeBSDDesktop github
2017-01-29 23:33:28 +00:00
Joseph Mingrone
6f1c6a3377 sysutils/zap: Update to version 0.6.7.
Report the correct version with zap -v.

Approved by:	swills (mentor, implicit)
2017-01-29 23:27:55 +00:00
Baptiste Daroussin
d1c750c44b Chase wayland move 2017-01-29 23:26:13 +00:00
Baptiste Daroussin
7ed42e1dd2 Commit the fogotten MOVED entry for wayland move 2017-01-29 23:25:23 +00:00
Baptiste Daroussin
8fdbd74615 libudev-compatible interface for devd
Intended to work with xorg-server and libinput

WWW: https://github.com/FreeBSDDesktop/libudev-devd
2017-01-29 23:14:23 +00:00
John Marino
48bb3208c4 math/ocaml-zarith: Unbreak after ocaml-findlib change
Use the same technique madpilot used on x11-toolkits/ocaml-lablgtk2
to restore the build after the (unexpected) changed to the output
of ocamlfindlib during its update to 1.7.1
2017-01-29 23:13:59 +00:00
Baptiste Daroussin
7dc166606b Move wayland to a better location 2017-01-29 23:04:45 +00:00
Joseph Mingrone
1a8c14a698 sysutils/zap: Update to version 0.6.6.
Upstream change: Fix description of subcommand options in man page.

Approved by:	swills (mentor, implicit)
2017-01-29 23:04:05 +00:00
John Marino
273c0a32e8 devel/libepoll-shim: Fix build on GCC
The -Weverything flag is not recognized by GCC; replace with -Wall.

Approved by:	GCC blanket
2017-01-29 22:10:57 +00:00
Michael Gmelin
31cfaa68d3 Allow building devel/py-ice with clang 4.0, based on bug report
Tested that this still builds fine using previous versions of clang,
didn't bump revision, as there is no functional change and it's
a build time error.

PR:		216356
Reported by:	jbeich
2017-01-29 21:39:30 +00:00
Jimmy Olgeni
5aace3dae7 devel/elixir-lager_logger: unbreak by relaxing Elixir version requirement. 2017-01-29 21:27:14 +00:00
Ruslan Makhmatkhanov
32f3830565 security/hydra: update to 8.4
Release 8.4
! Reports came in that the rdp module is not working reliable sometimes, most
  likely against new Windows versions. please test, report and if possible
  send a fix
* Proxy support re-implemented:
  - HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
  - HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP]
* New protocol: adam6500 - this one is work in progress, please test and report
* New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com>
* New command line options:
   -y : disables -x 1aA interpretation, thanks to crondaemon for the patch
   -I : ignore an existing hydra.restore file (dont wait for 10 seconds)
* hydra-svn: works now with the current libsvn version
* hydra-ssh: initial check for password auth support now uses login supplied
* Fixed dpl4hydra to be able to update from the web again
* Fixed crash when -U was used without any service (thanks to thecarterb for
  reporting)
* Updated default password lists
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially
  long sleep commands due a patch in 8.2, fixed
* Added special error message for clueless users :)
2017-01-29 21:13:55 +00:00
John Marino
d56ac88e6d sysutils/intel-pcm: Include <strings.h> for GCC
Approved by:	GCC support blanket
2017-01-29 19:40:38 +00:00
John Marino
8f175d3f94 graphics/rawtherapee(-devel): Fix OSVERSION, use with OPSYS
The OSVERSION for FreeBSD 10.3 is 1003000, not 1030000.  The last commit
blocked FreeBSD 10.3 too.  OSVERSION is also supposed to be used in
conjunction with OPSYS.

Approved by:	just-fix-it
2017-01-29 19:22:47 +00:00
Danilo Egea Gondolfo
9be832a114 - Update to 3.2.3
while here
- Sort USE_PHP list

PR:		215318
Submitted by:	pg@pakhom.spb.ru
2017-01-29 19:19:06 +00:00
Christoph Moench-Tegeder
e00c85d56d shotwell: update to 0.24.4
changelog: https://download.gnome.org/sources/shotwell/0.24/shotwell-0.24.4.changes

Approved by:	rene (mentor, implicit)
2017-01-29 19:18:45 +00:00
Mark Felder
45f92a5a1f lang/phantomjs: Update to 2.1.1
PR:		213634
2017-01-29 19:11:35 +00:00
Roman Bogorodskiy
d3568d8322 devel/py-os-vif: update to 1.4.0
PR:		216448
Submitted by:	maintainer
2017-01-29 18:28:45 +00:00