126064 Commits

Author SHA1 Message Date
kili
b59aa24037 Update to cryptohash-sha256-0.11.101.0. 2018-01-22 22:06:42 +00:00
kili
fa76173f76 Update to HTTP-4000.3.7. 2018-01-22 22:05:37 +00:00
kili
e763992451 Update to vector-0.12.0.1. 2018-01-22 22:05:07 +00:00
kili
aff6760d0f Update to syb-0.7. 2018-01-22 22:04:30 +00:00
kili
9873f1ced4 Update to split-0.2.3.2. 2018-01-22 22:03:58 +00:00
kili
39cd4288a4 Update to primitive-0.6.2.0. 2018-01-22 22:03:01 +00:00
kili
ab25a8b14e Update to lifted-async-0.9.3.2. 2018-01-22 22:02:19 +00:00
kili
01659670fb Update to hashable-1.2.6.1. 2018-01-22 22:01:42 +00:00
kili
a5dd1e7ee9 Update to constraints-0.9.1. 2018-01-22 22:01:01 +00:00
kili
4faa98a367 Update to cmdargs-0.10.18. 2018-01-22 21:59:54 +00:00
kili
2ae2e7a2a6 Update to async-2.1.1.1. 2018-01-22 21:59:21 +00:00
jturner
9dfac71890 Update kcgi to 0.10.0.
Lot's of improvements and fixes, many implemented or suggested by schwarze@!

https://kristaps.bsd.lv/kcgi/archive.html
2018-01-22 21:58:29 +00:00
kili
d6e5515673 Update to cabal-install-2.0.0.1. 2018-01-22 21:54:16 +00:00
jturner
be937f40b3 Update ksql to 0.2.0.
Allow stored SQL statements passed to ksql_alloc(3) and ksql_alloc_child(3).
Add ksql_cfg_defaults(3). Add version macros as described in ksql(3).
2018-01-22 21:53:37 +00:00
kili
6c5ede2440 Link new hs-ports (devel/hs-echo and devel/hs-edit-distance) to the build. 2018-01-22 21:52:55 +00:00
kili
281f456760 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:50:23 +00:00
kili
f96d1cbe2b Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:49:44 +00:00
kili
02eb3ddc62 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:48:45 +00:00
kili
b09bd1a212 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:47:04 +00:00
kili
68c985cbc0 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:46:26 +00:00
kili
e15c7f76ab Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:44:46 +00:00
kili
99e4ed0e66 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:43:45 +00:00
kili
7c92081a23 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:42:27 +00:00
gonzalo
bf8f33229c Update for Lynis to 2.6.0:
https://cisofy.com/changelog/lynis/2.6.0/

OK jasper@
2018-01-22 21:41:56 +00:00
kili
017a353c8d Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:40:32 +00:00
kili
5a8b1beb29 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:38:37 +00:00
kili
00217abebd Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:37:31 +00:00
kili
9c59b0ba4a Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:36:14 +00:00
kili
161b1cf140 Oops! Update MODGHC_PACKAGE_KEY, dependencies (and plist) and bump
for real instead of just adding the .cabal patch.
2018-01-22 21:30:17 +00:00
kili
00d2fed1e7 Update MODGHC_PACKAGE_KEY, patch dependency metadata in the .cabal file,
tweak dependencies and bump for ghc-8.2.2.
2018-01-22 21:23:53 +00:00
jca
6015482b12 Kill an unneeded -fobjc-arc that breaks the build using gcc
Unneeded because this port doesn't build objc code, probably used only
on Apple systems.  ok ajacoutot@ (maintainer) landry@
2018-01-22 20:53:55 +00:00
sthen
2b7ff9724d use find -delete rather than find -exec rm {} + 2018-01-22 18:20:53 +00:00
robert
1d7af7ee5b set LC_CTYPE to en_US.UTF-8 if not set to anything else so that
documents with special characters can be opened
2018-01-22 15:48:21 +00:00
gonzalo
b2497435f3 Small update for SMTube to 18.1.0, fix Youtube and Catalan translation
has been added.

Tested by Josh! (thanks!)
2018-01-22 13:17:25 +00:00
gonzalo
1d3875b607 Update for SMplayer to 18.1.0
Tested by Josh as always! (thanks!)
2018-01-22 13:16:14 +00:00
sthen
a0516b55f6 avoid getpw* functions, making it possible to use torsocks with a number of
programs that use pledge() (e.g. lynx).  ok pascal@ (maintainer).
2018-01-22 12:30:38 +00:00
landry
968d452fbb Update to pgbouncer 1.8.1.
Fix pthread.h detection in configure so that dns resolution via a
handrolled getaddrinfo_a compat function 'works', instead of returning
ENOSYS when using a database definition with a hostname instead of an IP.

Alternatives to consider: move to libevent2 or c-ares for dns resolution :)
ok pea@ (MAINTAINER)
2018-01-22 10:57:29 +00:00
kirby
e4ebeb3ddc gna.org was shutdown in Jan 2017 so update HOMEPAGE and MASTER_SITES.
tarball content is the same as per diff -uNpr
OK steven@openbsd.org, MAINTAINER
2018-01-22 10:26:17 +00:00
ajacoutot
0cebc1e5ec Update to simple-scan-3.26.3. 2018-01-22 08:26:55 +00:00
kirby
6d56d43115 update to geeqie-14
- switch to gtk+3
 - fix COMMENT
 - update license marker
ok landry@
2018-01-22 07:45:37 +00:00
giovanni
ee474d4ee0 +p5-PerlIO-utf8_strict 2018-01-22 07:40:27 +00:00
giovanni
00e644386e +p5-Clone-PP
+p5-Data-Printer
2018-01-22 07:38:40 +00:00
giovanni
56557adfe1 Import devel/p5-Data-Printer, a tool to display Perl variables
and objects on screen.
hints and ok sthen@

pkg/DESCR:
Data::Printer is a tool to display Perl variables and objects on screen.
Unlike Data::Dumper, which outputs a format suitable for use with eval,
Data::Printer's format is intended for human inspection.

- Human-friendly output, with array index and custom separators
- Full object dumps including methods, inheritance and internals
- Exposes extra information such as tainted data and weak references
- Ability to easily create filters for objects and regular structures
2018-01-22 07:35:46 +00:00
giovanni
760149771d Import textproc/p5-PerlIO-utf8-strict.
hints and ok sthen@

pkg/DESCR:
This module provides a fast and correct UTF-8 PerlIO layer. Unlike
perl's default :utf8 layer it checks the input for correctness.
2018-01-22 07:33:34 +00:00
giovanni
c6504b7a78 Import p5-Clone-PP
hints and ok sthen@

pkg/DESCR:
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied variables
and objects.
2018-01-22 07:30:26 +00:00
bcallah
4a7d643c7c Fix libffi on arm when building with clang. Patches come from upstream and
FreeBSD. Idea to tweak the configure script and WANTLIB changes from jca@.
Thanks to phessler@ for getting the gears moving on this.
ok jca@ jasper@ (MAINTAINER), makes sense to jsg@
2018-01-22 06:28:00 +00:00
kili
e30b58ad21 Update to ghc-8.2.2,
but mark it as broken for a few days.
2018-01-22 00:42:30 +00:00
danj
0a7f8708e3 Update to flake8-3.5.0 and move to py3
ok Bertrand Janin (maintainer)
2018-01-21 23:49:25 +00:00
sthen
5c8fa2975a Skip installing microcode for skylake (family 06, models 4e and 5e,
stepping 03, i.e. files 06-4e-03 and 06-5e-03) for now.

Even with the older files from 20171117 we are still seeing some
problems when these are loaded.
2018-01-21 23:41:42 +00:00
jung
aca90caed8 update py-requests to 2.18.4
tested in a SUBDIRLIST build for all 53 victims with requests in run depends

ok remi shadchin (maintainer)
2018-01-21 23:20:10 +00:00