Commit graph

483865 commits

Author SHA1 Message Date
Tobias C. Berner
c8ca25c5bb desktuils/latte-dock: update to 0.9.1 2019-08-28 20:43:26 +00:00
Tobias C. Berner
1594911680 astro/kstars: update to 3.3.4 2019-08-28 20:26:57 +00:00
Christian Weisgerber
333dee898c Use proper autoconf test for getauxval() and elf_aux_info().
Based on work by Jeremie Courreges-Anglas for OpenBSD.

PR:		239870
2019-08-28 20:21:44 +00:00
Bryan Drewery
dfd51ffcd3 - Update to 3.3.0-164-g122329edc
- distclean: Remove empty directories
 - Fix wrkdir saving with FLAVOR'd ports
 - manpage: Cleanup poudriere-jail and poudriere-bulk
 - image: Warn if MFSROOT is too large
 - bulk: Allow overriding nullfs-mounted paths with NULLFS_PATHS
 - bulk: Add additional cases for kern.securelevel assertion
2019-08-28 20:20:02 +00:00
Cy Schubert
9a468cfae3 Update to the latest MIT/KRB5 github commit. 2019-08-28 20:18:22 +00:00
Cy Schubert
5184428ef7 Update to the latest att/ast github commit. 2019-08-28 20:08:56 +00:00
Piotr Kubaj
764dacfa5b audio/flac: fix build on powerpc64
FreeBSD doesn't support getauxval(), it has elf_aux_info() instead. Use this to fix build on powerpc64.
Disable VSX to not use VSX-related functions.

PR:		239870
Approved by:	linimon (mentor), naddy (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21284
2019-08-28 19:26:56 +00:00
Piotr Kubaj
d5349047c8 graphics/photoflow: fix build on GCC architectures, don't optimize for builder CPU
This port passes -march flags which are bad for users using packages.

Also merge 0c79ee254e (diff-2d5c4ed90f403ec79d56bb0af37dac07) and 84c19b68d7 (diff-2d5c4ed90f403ec79d56bb0af37dac07) for compatibility with GCC 9.

PR:		239833
Approved by:	yuri (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21285
2019-08-28 19:24:51 +00:00
Piotr Kubaj
0d2e60d7e8 graphics/caffe: Respect CXX
Don't use clang, unconditionally, respect CXX to fix build on GCC architectures.

PR:		238884
Approved by:	eric@camachat.org (maintainer timeout), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21396
2019-08-28 19:23:10 +00:00
Piotr Kubaj
e27ecb7d59 devel/efl: luajit is unavailable on all powerpc* platforms
luajit is unavailable on all powerpc* platforms.

PR:		239375
Approved by:	enlightenment (maintainer timeout), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21398
2019-08-28 19:21:12 +00:00
Piotr Kubaj
7cc54a3bb5 x11-wm/enlightenment: fix build with GCC architectures
This port needs include sys/types.h in src/modules/sysinfo/cpuclock/cpuclock_sysctl.c:
/usr/include/sys/sysctl.h:1062: error: expected declaration specifiers or '...' before 'u_int'

It also needs USES=compiler:c11 because of pragma GCC diagnostic.

PR:		239407
Approved by:	enlightenment (maintainer timeout), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21399
2019-08-28 19:17:50 +00:00
Piotr Kubaj
7615d55b29 graphics/gegl: fix build with clang when using Altivec
Clang doesn't like including altivec.h manually:
/usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector'
static inline vector bool char __ATTRS_o_ai

PR:		239757
Approved by:	linimon (mentor), gnome (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D21404
2019-08-28 19:15:20 +00:00
Tobias C. Berner
db099ef528 sysutils/polkit-qt-1: update to 0.113.0
- Bump revisions of dependencies
- Remove unnecessary Qt4/Qt5 plist subbing

Changelog:
- Add support for passing details to polkit
- Remove support for Qt4
2019-08-28 18:53:24 +00:00
Romain Tartière
e9e17ef922 Update to 6.8.1
Release notes:
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-release-notes-x.8.1

With hat:	puppet
2019-08-28 18:38:31 +00:00
Tobias C. Berner
e3c89c4f61 security/plasma5-kwallet-pam: make it work
- Replace the use of socat with netcat which is in base.  Note that netcat is
  bidirectional.  It sends input from stdin over the socket and input from the
  socket to stdout.  After receiving EOF on stdin it keeps polling the socket
  for input until the other end closes the connection, which in the case of
  kwalletd never happens because it's also waiting for more data until the
  other end closes the connection.  Call netcat using "nc | :" so its stdout is
  a pipe of which the far end closes immediately (stdout itself stays open).
  Without a valid stdout netcat becomes unidirectional.  Using "nc >&-" doesn't
  work because it closes stdout itself and its descriptor will be reused for
  the socket so netcat thinks it has a valid stdout.

- Fix an off-by-one buffer size check.

- Fix a call to bind(2).  The third argument should be the size of the sockaddr
  struct.  It contains an extra field besides sun_path and sun_family in BSD so
  the name of the socket got truncated.

PR:		228291
Submitted by:	tijl,  mikael.urankar@gmail.com
2019-08-28 18:09:16 +00:00
Dmitry Marakasov
79f6a476d0 - Update to 15322 2019-08-28 17:21:42 +00:00
Dmitry Marakasov
cafd4506d3 - Update to 1.4.0 2019-08-28 17:21:40 +00:00
Piotr Kubaj
c7e23ade67 lang/libobjc2: fix build on armv7
armv7 needs LDFLAGS+=-Wl,-znotext.

PR:		239744
Approved by:	theraven (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21429
2019-08-28 17:17:13 +00:00
Piotr Kubaj
282a3799a4 devel/abseil: fix build on powerpc*
Implement logic for querying TBR and TBR frequency to fix build.

PR:		239423
Approved by:	danfe (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21430
2019-08-28 17:15:45 +00:00
Tobias Kortkamp
06c0cc0bac graphics/imv: Update to v4.0.1
Changes:	https://github.com/eXeC64/imv/blob/v4.0.1/CHANGELOG
2019-08-28 16:41:13 +00:00
Jochen Neumeister
66f73484af Update to 9.4.20
Changelog: https://www.eclipse.org/lists/jetty-dev/msg03343.html

PR:		239897
MFH:		2019Q3
Sponsored by:	Netzkommune GmbH
2019-08-28 16:39:51 +00:00
Antoine Brodin
7acf89daff Update to 2.6.3 2019-08-28 16:29:00 +00:00
Jason Helfman
0adf8c88e5 - fix service script
For some reason the PID written to the pidfile by htpdate does not match its
actual PID, which renders the standard PID-handling mechanism of rc.subr(8)
useless.

As a solution, depend only on the process name to figure out the PID of the
running process.

NB: the old pidfile has to be removed before starting htpdate. Otherwise,
the program complains about the pidfile already existing (which htpdate
interprets as another instance of htpdate already running).

Also:
- Use %%PREFIX%% to let the ports provide a proper path for the binary.
- Do not specify htpdate_flags in command_args. htpdate_flags are already
  passed to the program by rc.subr(8).

In response to this mailing list thread:
https://lists.freebsd.org/pipermail/freebsd-rc/2019-August/004047.html

Submitted by:	0mp@
Differential Revision:	https://reviews.freebsd.org/D21431
2019-08-28 16:02:00 +00:00
Larry Rosenman
3d824592bd mail/dovecot,mail/dovecot-pigeonhole: fix CVE-2019-11500
Changes
-------
* CVE-2019-11500: IMAP protocol parser does not properly handle NUL byte
  when scanning data in quoted strings, leading to out of bounds heap
  memory writes. Found by Nick Roessler and Rafi Rubin.

MFH:		2019Q3
Security:	CVE-2019-11500
2019-08-28 15:59:59 +00:00
Larry Rosenman
45bb6e18eb security/vuxml: document dovecot,dovecot-pigeonhole vulns 2019-08-28 15:58:09 +00:00
Li-Wen Hsu
ebd6792cd7 - Update to 2.176.3
Approved by:	swils (maintainer, implicitly)
MFH:		2019Q3
Security:	7a7891fc-6318-447a-ba45-31d525ec11a0
Sponsored by:	The FreeBSD Foundation
2019-08-28 15:57:25 +00:00
Li-Wen Hsu
1c99f5dddd - Update to 2.192
MFH:		2019Q3
Security:	7a7891fc-6318-447a-ba45-31d525ec11a0
Sponsored by:	The FreeBSD Foundation
2019-08-28 15:42:00 +00:00
Li-Wen Hsu
62645eebc1 Document Jenkins Security Advisory 2019-08-28
Sponsored by:	The FreeBSD Foundation
2019-08-28 15:36:03 +00:00
Greg Lewis
e4d88a10b0 Remove guidance about needing procfs
* Remove portions of pkg-message that mention needing /proc mounted.
  This hasn't been the case for a while afaik (I don't have it mounted
  and haven't observed any related problems).
2019-08-28 15:34:32 +00:00
Antoine Brodin
44bd2ee35e Update to 1.2.0 2019-08-28 15:22:22 +00:00
Jan Beich
ee9aa8faf9 www/cliqz: update to 1.28.2
Changes:	https://github.com/cliqz-oss/browser-f/compare/1.28.1...1.28.2
PR:		239994
Submitted by:	Santhosh Raju (maintainer)
2019-08-28 14:30:02 +00:00
Antoine Brodin
9983971e54 Update to 2.2.1 2019-08-28 14:29:44 +00:00
Jan Beich
81b219df82 security/vuxml: mark cliqz < 1.28.2 as vulnerable
PR:		239994
Submitted by:	Santhosh Raju
2019-08-28 14:29:40 +00:00
Chris Rees
b8c4d0ce93 Missing dependency
Submitted by:	jhs
2019-08-28 14:28:44 +00:00
Antoine Brodin
ef2b8b7c4c Update to 1.1.0 2019-08-28 14:26:30 +00:00
Antoine Brodin
6902a30c66 Update to 2.10.0 2019-08-28 14:20:54 +00:00
Antoine Brodin
f7b807cc44 Update to 4.10.1 2019-08-28 14:17:11 +00:00
Antoine Brodin
21036bffcb Update to 1.1.3 2019-08-28 14:14:09 +00:00
Greg Lewis
f208b46154 Update the suggested migration option 2019-08-28 14:12:34 +00:00
Koichiro Iwao
cdda1b1eb0 devel/packr: Update to 2.6.0
- Unbreak with go 1.13

PR:		240128
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Relnotes:	https://github.com/gobuffalo/packr/releases/tag/v2.6.0
2019-08-28 14:11:36 +00:00
Greg Lewis
81d4a70221 * Mark as DEPRECATED with a removal date of one month
* Pet portlint
2019-08-28 14:11:07 +00:00
Antoine Brodin
c4aee14859 Fix runtime after rubygem-sqlite3 upgrade 2019-08-28 14:06:55 +00:00
Greg Lewis
3afccdafc4 * Mark as DEPRECATED with a removal date of one month
* Pet portlint
2019-08-28 14:06:42 +00:00
Greg Lewis
c8559367ee Update to 12.0.2 2019-08-28 14:00:52 +00:00
Greg Lewis
32fd05b7af Update to 11.0.4 2019-08-28 13:59:41 +00:00
Greg Lewis
381ece49e6 * Update to 8u221
* Pet portlint
2019-08-28 13:54:14 +00:00
Mark Linimon
42913b4014 This port now builds on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-08-28 11:49:04 +00:00
Matthias Fechner
e6f469fb90 textproc/rubygem-cld3 upgrade to 3.2.4 which makes it compatible with ruby 2.6.
PR:		240094
2019-08-28 09:59:51 +00:00
Matthias Fechner
efdb48df5d Add rubygem-ffi110 1.10.0 (copied from rubygem-ffi@490008). 2019-08-28 09:55:57 +00:00
Jan Beich
bd93b5420d x11/kanshi: update to 1.0.0
Changes:	https://github.com/emersion/kanshi/compare/76e9f41...v1.0.0
Reported by:	GitHub (watch releases)
2019-08-28 09:22:05 +00:00