sthen
35a3470fa4
update to rcube-ldapAliasSync-20160131 and patch to use rcube:: prefix for
...
write_log (using without this was deprecated in 1.2, dropped in 1.3)
2017-06-27 12:41:26 +00:00
espie
057f007a50
fix sloppy update (option changed name)
2017-06-27 12:21:07 +00:00
abieber
7af3ddd6a8
Update to v6.11.0
...
- regen patches (thanks danj@)
- full changelog here: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.11.0
OK danj@
2017-06-27 12:04:08 +00:00
ajacoutot
ddc0eec87b
Drop /etc/rc.d/init.d from WRKINST. It was never packaged but espie wanted
...
it gone.
2017-06-27 08:13:05 +00:00
sthen
baaaedb999
update to lz4-1.7.5 + upstream patch for https://github.com/lz4/lz4/issues/369
...
which reads a byte from invalid memory, crashing tests on OpenBSD. Info at
6ad3a983db
2017-06-27 01:35:20 +00:00
robert
2d6929e113
do not call malloc and sysctl twice that was introduced by a bad copy & paste
...
diff from Caspar Schutijser
2017-06-26 17:16:30 +00:00
espie
90f4904171
yet another misuse of CONFIGURE_STYLE=simple
2017-06-26 13:59:54 +00:00
espie
7df46a32b4
CONFIGURE_STYLE=simple is a bad idea for gnu configure, because we have
...
caching that prevents hidden build dependencies on gawk and the likes...
2017-06-26 13:46:50 +00:00
ajacoutot
be1eac3d36
docbook is needed after all.
2017-06-26 13:36:18 +00:00
kirby
79eb77c369
update to seafile-6.0.7
2017-06-26 12:42:22 +00:00
benoit
45ba69a762
Update to highlight-3.38.
2017-06-26 12:26:52 +00:00
espie
3f0950c8e7
point to PKGDIR, fixes packaging on any privsep bulk
2017-06-26 09:06:57 +00:00
benoit
442998ea3c
Update to git-2.13.2.
2017-06-26 07:19:15 +00:00
sthen
df619bc55b
update to librenms-1.29
2017-06-25 22:34:36 +00:00
robert
9c81a444c8
update to 59.0.3071.109
2017-06-25 21:53:56 +00:00
schwarze
986033d7de
Fix four issues found with mandoc -Tlint:
...
* missing blank before trailing delimiter
* typo in the name of the AUTHORS section
* missing .An macro in the AUTHORS section
* section ordering
2017-06-25 18:30:38 +00:00
phessler
11b6726b53
+geteltorito
2017-06-25 18:10:39 +00:00
phessler
01b5a52889
import geteltorito, which extracts the initial boot image from a cd
...
Helpful for extracting Thinkpad BIOS updates so you can put them on a
usb stick to install......
OK stsp@
2017-06-25 18:09:51 +00:00
ajacoutot
79b99f0c00
Needs a pkgpath marker.
2017-06-25 16:17:06 +00:00
ajacoutot
8db7e6c503
Update to terraform-0.10.0-beta1.
...
While this is a beta release, I'd rather get it in tree asap because upstream
split all providers into their own project. So now we have one terraform and
69 terraform-providers (for now). See this URL for details:
https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/
If you miss a provider for your iac declaration you have the choice of
downloading hashicorp binaries over the net or better: installing the
corresponding OpenBSD package.
e.g.
pkg_add terraform-provider-aws
cd /path/to/where/foo.tf/is/stored
terraform init <- this will record the sha256 sum of the plugin
2017-06-25 15:10:58 +00:00
landry
08c799ba81
Update to QGIS 2.18.10.
2017-06-25 13:35:42 +00:00
ajacoutot
ce497dd667
Use soversion instead of version (which can be computed automatically from
...
soversion). Meson uses -Wl,-soname which fucks things up.
2017-06-25 12:05:53 +00:00
ajacoutot
611c68495f
Update to appstream-glib-0.7.0.
2017-06-25 12:05:09 +00:00
ajacoutot
082b3657b5
-Db_lundef=false is now the default.
2017-06-25 11:25:01 +00:00
ajacoutot
272aecbb8c
meson(1) needs UTF-8 encoding.
2017-06-25 11:24:29 +00:00
jasper
87865f775a
handle versionless names with branch notation
...
reported by landry@ patch by Patrik Lundin via upstream
2017-06-25 11:23:42 +00:00
ajacoutot
295e091bc2
By default, don't use "-Wl,--no-undefined when linking", it's fine to have
...
undefined references to libc functions.
CONFIGURE_ARGS += -Db_lundef=false
2017-06-25 11:16:38 +00:00
ajacoutot
bbe15941df
Remove workaround in the pre-build target; needs a recent meson.build.mk
2017-06-25 11:07:58 +00:00
ajacoutot
b8b76b594e
Pass MAKE_ENV, FAKE_SETUP and ALL_TEST_ENV so that we can benefit from the magic
...
of bsd.port.mk. Fixes $CC path detection.
2017-06-25 11:07:19 +00:00
landry
428b96ea62
Update to xl2tpd 1.3.9.
...
ok sthen@
2017-06-25 10:31:47 +00:00
ajacoutot
301b2f93cf
Update to amazon-ssm-agent-2.0.834.0.
2017-06-25 10:08:54 +00:00
ajacoutot
448f159aeb
Consistency.
2017-06-25 09:49:48 +00:00
ajacoutot
61a940c71a
Update to awscli-1.11.112.
2017-06-25 09:25:30 +00:00
ajacoutot
82be0069d7
Update to py-botocore-1.5.75.
2017-06-25 09:25:18 +00:00
ajacoutot
f3285e17c7
Update to latexila-3.24.2.
2017-06-25 09:21:05 +00:00
landry
7c4acd7cad
Bugfix update to mapserver 7.0.6.
...
See http://mapserver.org/development/changelog/changelog-7-0.html#changelog-7-0-6
2017-06-25 08:50:41 +00:00
landry
d47bfdbc80
Update to mapproxy 1.10.2.
2017-06-25 08:49:47 +00:00
landry
143a255278
Bugfix update to thunderbird 52.2.1.
...
Fixes issues with gmail, see
https://www.mozilla.org/en-US/thunderbird/52.2.1/releasenotes/
2017-06-25 07:44:45 +00:00
sthen
0196c99fcc
update to trac-1.2.2
2017-06-24 20:19:42 +00:00
fcambus
84f6eaf92f
Register removal of mrxvt.
2017-06-24 19:40:24 +00:00
fcambus
7f37de571e
Remove x11/mrxvt.
...
Mrxvt is based on rxvt which we recently removed due to the fact that
upstream is dead and that the code is vulnerable to CVE-2017-7483.
Mrxvt is vulnerable as well, and latest release is from 2008.
OK danj@, tb@, bentley@, bcallah@, dcoppa@
2017-06-24 19:36:07 +00:00
shadchin
504613c0d9
Fix RDEP, py-pathlib not need for py3 flavor
2017-06-24 15:12:43 +00:00
shadchin
647f2f6d48
Fix RDEP, py-pathlib not need for py3 flavor
2017-06-24 15:07:24 +00:00
stsp
d4f12f442f
Update to APR-util 1.6.0.
...
Patch by David CARLIER (devnexen at gmail)
2017-06-24 12:32:20 +00:00
stsp
4799948894
Update to APR 1.6.2.
...
Patch by David CARLIER (devnexen at gmail)
2017-06-24 12:31:59 +00:00
sthen
d807a7e043
update to kibana-5.4.2, from Pavel Korovin (maintainer)
2017-06-24 11:22:19 +00:00
shadchin
4ea847b258
Update to py-numpydoc 0.7.0
2017-06-24 10:29:22 +00:00
robert
2dab1ad1ae
update to 3.22.12
2017-06-24 10:27:15 +00:00
shadchin
c5fd0369cd
Update to py-jupyter_client 5.1.0
2017-06-24 09:52:46 +00:00
shadchin
fd67d43cec
Update to py-hypothesis 3.11.6
2017-06-24 07:48:34 +00:00