Commit Graph

148378 Commits

Author SHA1 Message Date
jasper
8483166e52 update to gnome-contacts-3.36.2 2020-06-23 08:16:57 +00:00
jasper
206438f607 - update to libgweather-3.36.1
- give tests a better chance at running by setting XDG_CACHE_HOME
2020-06-23 07:54:47 +00:00
jasper
315bee891a update to pynetbox-4.3.3 2020-06-23 07:36:53 +00:00
jasper
2061e7a76b update to py-croniter-0.3.34 2020-06-23 07:35:45 +00:00
jasper
63ad61e1e9 update to gupnp-1.2.3 2020-06-23 07:34:17 +00:00
jasper
bd7364e6d4 update to gssdp-1.2.3 2020-06-23 07:34:11 +00:00
robert
321627dadc unbreak sync to google and add some missing OS_BSD ifdefs to the viz and
autofill code

sync was broken because we had the a function neutered that pulled hardware
information (manufacturer and model) which was required for sync to work.

this commit implements this function but sends dummy information about the
hardware: manufacturer is OpenBSD and the model is an empty string
2020-06-23 06:32:53 +00:00
rsadowski
d9349d37b6 Unbreak akonadi build
s/=/+=/ in second BUILD_DEPENDS. Spotted by ajacoutot@, merci
2020-06-23 06:00:27 +00:00
jturner
8b069eb543 Update janet to 1.10.1 2020-06-22 17:34:47 +00:00
ajacoutot
ee9dd33e39 Update to cyrus-imapd-3.2.2. 2020-06-22 14:11:18 +00:00
espie
c5cb81bbcb remove the switch, use a map name -> class
this makes it easier to add languages, and also provides more decent
error reports in case of a bad language

okay afresh1@
2020-06-22 12:51:12 +00:00
landry
4b1b4fb0cc +usockets,+uwebsockets 2020-06-22 11:47:46 +00:00
landry
b21f46fe44 Import uWebSockets 18.4.0, from maintainer Aisha Tammy
uWebSocket (it's "micro") is simple, secure & standards compliant web
server for the most demanding of applications.

ok sthen@
2020-06-22 11:39:24 +00:00
landry
164af5bb9a Import uSockets 0.4.0, from maintainer Aisha Tammy
uSockets is the cross-platform async networking and eventing foundation
library used by uWebSockets.

Key aspects:
* Built-in (optionally available) TLS support exposed with identical
  interface as for TCP.
* Acknowledges and integrates with any event-loop via a layered
  hierarchical design of plugins.
* Extremely pedantic about user space memory footprint and designed
  to perform as good as can be.
* Designed from scratch to map well to user space TCP stacks or
  other experimental platforms.
* Low resolution timer system ideal for performant tracking of
  networking timeouts.
* Minimal yet truly cross-platform, will not emit a billion
  different platform specific error codes.
* Fully opaque library, inclusion will not completely pollute
  your global namespace.

ok sthen@
2020-06-22 11:38:31 +00:00
jca
7474d72bbd Drop empty patch 2020-06-22 11:15:53 +00:00
fcambus
c43f163a51 Update newsboat to 2.20. 2020-06-22 11:05:37 +00:00
sthen
64c4936862 bump; sudo pkgpath changed 2020-06-22 10:25:29 +00:00
cwen
bf2949f0a9 agar: move HOMEPAGE to https, update plist, mark BROKEN-powerpc
On top of another fix for some asm code on powerpc, naddy@ proposed me
to fix the AltiVec runtime detection that broke the build. I've found out
that running agartest makes my 2 powerpc machines freeze, with or
without AltiVec.

« I won't object to that » - naddy@
2020-06-22 09:43:45 +00:00
cwen
1bafc5c262 libdazzle: fix some consumers' build on powerpc
libdazzle uses 64-bit __sync_* primitives that are not supported on
powerpc, use the fallback code on this arch instead (merged upstream).
2020-06-22 09:00:00 +00:00
rsadowski
c3c35833a8 Add missing build dependency boost. Spotted by ajacoutot@ 2020-06-22 08:05:38 +00:00
rsadowski
e6aea60a86 Update litecoin to 0.18.1.
Notable port changes:

- Disable BIP70, form changlog:

  "A new --disable-bip70 option may be passed to ./configure to prevent
  Bitcoin-Qt from being built with support for the BIP70 payment
  protocol or from linking libssl. As the payment protocol has exposed
  Bitcoin Core to libssl vulnerabilities in the past, builders who don't
  need BIP70 support are encouraged to use this option to reduce their
  exposure to

- Most parts sync with net/bitcoin
2020-06-22 04:13:03 +00:00
rsadowski
e1ada6a200 Update font-awesome to 5.13.1 2020-06-22 04:12:05 +00:00
gsoares
a4bd745942 update to cppcheck-2.1 2020-06-21 22:08:55 +00:00
gsoares
28c8436bc2 bring it to github commit 329831171dd6ef81c113f101093c7b4947381003
this update removes some heavy optional RUN_DEPENDS to slim
down it, since it does not affect the plan9port usability itself
if someone wants to read a .ps file for example or whatever,
just install the package like `pkg_add ghostscript' then hook up a
plumber(1) pattern accordingly. it removes also the following
extra files what are not part of plan9port:

pgw.tar.bz2, roget.tar.bz2, scat.tgz

while here:
            - get rid of MAP_STACK patch has been merged upstream;
            - remove no longer required patches
            - tidy up Makefile

thanks abieber@ for giving some tests on previous diff I sent
on ports@
2020-06-21 20:37:20 +00:00
rsadowski
e79cfb6aeb Add missing build dependency boost
All KDE ports that have a dependency to KF5Akonadi require boost as a build
dependency.

Spotted by ajacoutot@ and naddy@
2020-06-21 18:12:53 +00:00
rpointel
2cd64c81b8 update exiftool to 12.00.
ok aja@.
2020-06-21 18:00:32 +00:00
rsadowski
2753e581e7 Add missing build dependency boost. Spotted by ajacoutot@ 2020-06-21 17:57:34 +00:00
rsadowski
186b3a6fc5 Add missing build dependency boost. Spotted by ajacoutot@ 2020-06-21 17:55:53 +00:00
paco
0d878b2ece update www/py-httpie to 2.2.0 by Raymond E. Pasco
with input from kn@ and jca@

Changelog:

 - Added support for custom content types for uploaded files.
 - Added support for $XDG_CONFIG_HOME.
 - Added support for Set-Cookie triggered cookie expiration.
 - Added --format-options to allow disabling sorting, etc.
 - Added --sorted and --unsorted shortcuts for (un)setting all
   sorting-related --format-options.
 - Added --ciphers to allow configuring OpenSSL ciphers.
 - Added netrc support for auth plugins. Enabled for --auth-type=basic
   and digest, 3rd parties may opt in.
 - Fixed built-in plugins-related circular imports.

Tests patched to deal with an error if py3-openssl is installed.

ok on a sthen@ kn@ on a previous version
ok jca@
2020-06-21 17:30:42 +00:00
rsadowski
a8da50d9bf Add missing build dependencies, spotted by ajacoutot@ 2020-06-21 17:11:02 +00:00
gsoares
67c771d730 update to castget-2.0.1
from Caspar Schutijser, who also is taking
over maintainership
2020-06-21 15:57:16 +00:00
gnezdo
271300ed3a Migrate off base::ThreadPool()-as-a-trait in /services/device
6ddec2fbc4

Fixes SEGV when using FIDO keys.

ok robert@
2020-06-21 15:49:36 +00:00
sthen
e2509cc689 iaxclient: honour CC in Tcl build parts, from Brad 2020-06-21 13:58:47 +00:00
sthen
e4b68d0789 sudo needs @pkgpath so that updates work (package path for the main
package changed security/sudo -> security/sudo,-main so without this
it's not considered a valid update candidate)
2020-06-21 12:38:52 +00:00
sthen
67d3728d6a update to onioncat-0.3.8, based on a diff from martingot / protonmail.com
ok pirofti@ (maintainer)
2020-06-21 12:36:16 +00:00
sthen
31cc0c1987 update unifi/testing to 5.13.32 (public rc) 2020-06-21 12:18:39 +00:00
millert
3052f16def Update to sudo 1.9.1.
This adds a new sub-package for the optional Python plugin support,
which can be disabled via the no_python pseudo-flavor.
Thanks to sthen@ and ajacoutot@ for their help.
2020-06-21 12:03:33 +00:00
sthen
08ed0b9a37 mutt: patch to workaround problem introduced in security fix; don't break 2020-06-21 11:41:31 +00:00
sthen
5fc0825abc switch unifi/stable to the 5.13 branch 2020-06-21 11:40:36 +00:00
ajacoutot
eef6c4b7ac Update to seahorse-3.36.2. 2020-06-21 09:39:05 +00:00
ajacoutot
5ea127c121 Disable old ASM code on ARM that doesn't build and isn't PIC either.
from Brad
2020-06-21 09:31:56 +00:00
ajacoutot
67510ddea5 Update to awscli-1.18.84. 2020-06-21 09:27:23 +00:00
ajacoutot
e83aa275ec Update to py3-boto3-1.14.7. 2020-06-21 09:27:08 +00:00
ajacoutot
28dca595c4 Update to py3-botocore-1.17.7. 2020-06-21 09:26:50 +00:00
fcambus
d38a8e08f3 Update spleen to 1.7.1. 2020-06-21 09:06:35 +00:00
fcambus
f2f7f3195c Update libansilove to 1.2.4. 2020-06-21 07:39:01 +00:00
tb
7795c6bccd Update to tlsfuzzer 20200618 2020-06-21 07:24:20 +00:00
rpointel
3f7b498abe update uncrustify.
ok bket@ benoit@.
2020-06-21 07:17:08 +00:00
bcallah
5b5d536e82 Update to handbrake-1.3.3
Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.3
2020-06-20 21:12:38 +00:00
kmos
b7f7d7da71 -std=gnu11 doesn't exist in base-gcc, so we need to change the COMPILER
line accordingly to fix the build on sparc64 and other base-gcc arches.

tweak and ok ajacoutot
ok kn
2020-06-20 19:45:36 +00:00