sthen
e0d70f789d
- change some sysutils/firmware/* PERMIT_* from Yes to "firmware" - these
...
shouldn't end up in normal package mirrors. add a check to Makefile.inc so
this doesn't get added to others.
- add an extra printed warning at the end of ulpt "fake" stage; as pointed
out by stsp after discussion with bentley@ the license for this says "you
may not put the software onto any public network"
2017-07-12 09:02:28 +00:00
zhuk
0021154eff
Minor update to BackupPC 3.3.2, fixing issues with modern Perl
...
(unescaped left curly brace in BackupPC/Lib.pm:1228).
Samba 4.2-specific patch is no longer needed.
2017-07-12 08:00:17 +00:00
ajacoutot
53e378358c
Update to go-cs-0.8.
2017-07-12 07:54:09 +00:00
fcambus
c0a378fd46
Update psftools to 1.0.10.
2017-07-10 10:34:50 +00:00
espie
bcd18e7c19
bring those 5 ports in line with src
...
okay millert@
2017-07-09 14:05:37 +00:00
ajacoutot
f94354288a
Make the rc.d script match our style and remove obvious comment.
...
While here, remove the gettext MODULE.
2017-07-08 17:37:36 +00:00
jsg
3e335d620a
update dtb to linux 4.12
2017-07-08 03:25:40 +00:00
sthen
9f02df3a87
Major update to Bacula-9.0.0: note that this requires a database schema
...
change, so follow the usual upgrade documentation. This is still compatible
with older File Daemons (clients).
2017-07-07 16:01:58 +00:00
ajacoutot
7ee86372e4
Update to go-cs-0.7.
2017-07-07 14:12:39 +00:00
ajacoutot
01adfa8db1
Update to awscli-1.11.117.
2017-07-07 13:52:23 +00:00
ajacoutot
5ff90c94fa
Bump all after terraform pkgname change.
...
reported by naddy@
2017-07-07 12:48:12 +00:00
ajacoutot
81afc04e5a
Update to awless-0.1.1.
2017-07-07 07:46:25 +00:00
sthen
d42a838c97
update to freeipmi-1.5.6
2017-07-06 13:55:05 +00:00
sebastia
980bd937c4
Update to 2.11.0
2017-07-06 12:20:24 +00:00
ajacoutot
498c5a1f9d
Really fix PKGNAME; I forgot that GH_* was doing some magic already,
2017-07-05 22:29:42 +00:00
sthen
4fcf8f2aaf
drop MAINTAINER on a few things
2017-07-05 10:22:05 +00:00
ajacoutot
cf2ab24955
Fix PKGNAME.
2017-07-04 21:34:08 +00:00
ajacoutot
1273abc072
Update to amazon-ssm-agent-2.0.847.0.
2017-07-04 07:12:15 +00:00
espie
23e2b95b50
forgot about the multiple targets semantic. Fix it properly for parallel
...
make
2017-07-02 21:04:48 +00:00
espie
264ce3a647
fix the fix. yacc rules that generate a .h file that we need to depend on
...
MUST be explicitly written
2017-07-02 20:46:12 +00:00
sebastia
cc95aa47b7
Update to 4.10.4
...
with the openbsd package provider, don't look
into pkg.conf anymore to find the installation source, just let
pkg_add do it's magic, or rely on environment variables..
2017-07-02 20:45:33 +00:00
anton
e469c4be3c
Update pick to 1.7.0.
...
ok jca@
2017-07-02 19:37:22 +00:00
jca
a11ba83bff
Use BUILDFIRST for yacc-produced files
2017-07-02 18:26:56 +00:00
jca
c51a6bf579
+xorriso
2017-07-02 03:06:14 +00:00
jca
e241ff2b3f
zap, not needed any more
2017-07-02 03:04:21 +00:00
uaa
9458d7e164
removed patch-configure, now LDFLAGS and CPPFLAGS are set by CONFIGURE_ENV.
...
removed REVISION and NO_TEST from Makefile.
DESCR is better described.
ok by jca@
2017-07-01 23:10:35 +00:00
ajacoutot
af80823c79
Don't hardcode /usr/local.
2017-07-01 15:13:10 +00:00
danj
08c3b51d84
Patches were committed upstream
2017-07-01 13:35:30 +00:00
ajacoutot
138adc045e
Update to awscli-1.11.115.
2017-07-01 11:23:57 +00:00
jasper
b5ebaf826e
update to beats-5.4.3
2017-07-01 11:15:08 +00:00
uaa
3312bbe1a7
initial revision
2017-06-30 13:26:43 +00:00
sebastia
dca9f58430
Minor update to 2.4.1
2017-06-30 08:21:18 +00:00
sebastia
db1c1b0e66
Update to 3.7.0
...
while there, make the virtual fact properly report 'vmm' as hypervisor
when running as VM in vmm.
2017-06-30 08:06:45 +00:00
ajacoutot
25b4f4fc5d
Update to awscli-1.11.114.
2017-06-30 07:55:22 +00:00
sebastia
70e5595957
Update to 5.1.1, bump dependency to py-elasticsearch >=5.4
2017-06-29 17:48:22 +00:00
ajacoutot
f6d2ae9b8c
+google-compute-engine
2017-06-29 14:35:43 +00:00
ajacoutot
e6fc7ee0c8
Import google-compute-engine-2.4.0.
...
Google Compute Engine offers scripts and daemons which runs in the
background and provides the following services:
<...>
from MAINTAINER Helen Koike helen dot koike at collabora dot com with a few tweaks
ok sthen@
2017-06-29 14:35:10 +00:00
ajacoutot
2ad14fb5d4
Update to google-cloud-sdk-161.0.0.
2017-06-29 08:44:03 +00:00
sebastia
124a50824f
Minor update to 2.5.5
2017-06-29 07:29:07 +00:00
danj
977bd0d31b
Enlarge some buffers because 2048 is not enough to get getgrnam_r result.
...
Also fix errno handling in exec.c. Many thanks to jca@ for the help.
"if it builds, ship it" jca@
2017-06-29 00:33:59 +00:00
ajacoutot
8f1f5aee74
Update to d-feet-0.3.12.
2017-06-28 16:09:17 +00:00
ajacoutot
0a60de2717
Update to awscli-1.11.113.
2017-06-28 08:49:18 +00:00
ajacoutot
7a6f885164
Update to amazon-ssm-agent-2.0.842.0.
2017-06-28 08:46:15 +00:00
espie
057f007a50
fix sloppy update (option changed name)
2017-06-27 12:21:07 +00:00
espie
3f0950c8e7
point to PKGDIR, fixes packaging on any privsep bulk
2017-06-26 09:06:57 +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
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
301b2f93cf
Update to amazon-ssm-agent-2.0.834.0.
2017-06-25 10:08:54 +00:00
ajacoutot
61a940c71a
Update to awscli-1.11.112.
2017-06-25 09:25:30 +00:00