Commit graph

9209 commits

Author SHA1 Message Date
adam
aa1eddb162 py-crontab: updated to 2.2.7
2.2.7
Bug fixes
2017-11-08 11:50:32 +00:00
jmcneill
c0cc2035ba + u-boot-chip-pro 2017-11-06 22:14:01 +00:00
jmcneill
8f0cd54f6f Initial import of u-boot-chip-pro version 2017.09.
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the NextThing C.H.I.P. Pro.
2017-11-06 22:13:36 +00:00
wiz
56196fd064 fzf: clean up after url2pkg (simplify github handling) 2017-11-06 11:15:32 +00:00
bsiegert
b2a7be6e6d Update Augeas to 1.9.0.
The changelog is too long for this commit message, go find it at
https://github.com/hercules-team/augeas/releases and
http://augeas.net/news.html.

Note that 1.8.1 included the following:
Fix error in handling escaped whitespace at the end of path expressions
(addresses CVE-2017-7555).
2017-11-03 11:05:42 +00:00
maya
fd51bf57cf fzf: spoon feed information a little less, just mention the location
of bindings. do so for vim, too.
2017-11-03 09:25:27 +00:00
fhajny
3eb05a106d sysutils/beats: Provide a better hint to where libpcap is. May fix
the build in some situations.
2017-11-02 15:30:50 +00:00
wiz
e717f5eb30 libpciaccess: update to 0.14.
This release adds support for 32-bit PCI domain IDs, which are
apparently common in virtualized environments. This support has been
tested on Linux, and probably also "just works" on FreeBSD and Solaris,
to the extent that the underlying OS supports it.

If you were allocating a struct pci_device yourself, or embedding it in
another structure, this release would be an ABI break. That said,
anyone doing this would already be violating the implicit API contract
(not to mention good taste) and we were unable to find any consumers of
this library misbehaving in this way. As a result the library's soname
does not change in this release.
2017-11-01 18:22:20 +00:00
wiz
7346fb1247 py-augeas: use pypi instead of deprecated fedorahosted 2017-11-01 08:23:42 +00:00
adam
772c43a8ca py-crontab: updated to 2.2.6
2.2.6:
Bug fixes.
2017-10-28 08:10:52 +00:00
khorben
3733c274eb Commit the right patch for gdbsx and RELRO 2017-10-28 04:08:46 +00:00
khorben
491ba5ffff Add support for LDFLAGS when building gdbsx in xentools{42,45,46,48}
This helps pass the RELRO check for these packages.
2017-10-28 03:14:16 +00:00
khorben
97d6a38dd2 Add support for LDFLAGS when building xentools{42,45,46,48}
This helps pass the RELRO check for these packages.
2017-10-28 01:46:11 +00:00
khorben
319b5869f6 Skip the RELRO test for libexec/xen/boot/hvmloader 2017-10-27 23:50:38 +00:00
khorben
65f113ceee Add support for LDFLAGS
This notably fixes building with RELRO enabled.
2017-10-25 21:32:35 +00:00
khorben
6f28218edc Set the license to the GNU GPL (version 2) 2017-10-25 21:30:42 +00:00
fhajny
1e54165a0c Enable bfs 2017-10-25 14:58:46 +00:00
fhajny
8adbc24d2f Import bfs-1.1.3 as sysutils/bfs.
bfs is a variant of the UNIX find command that operates breadth-first
rather than depth-first.
2017-10-25 14:57:50 +00:00
maya
ece69eff2a fzf: spoon feed information about how to setup key bindings
zsh might have a better mechanism, but this works!
2017-10-25 10:42:13 +00:00
maya
8e7cf0583e Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf 2017-10-24 07:01:28 +00:00
maya
8fec851387 Add fzf version 0.17.1
fzf is a general-purpose command-line fuzzy finder.  It's an
interactive Unix filter for command-line that can be used with any
list; files, command history, processes, hostnames, bookmarks, git
commits, etc.
2017-10-24 06:57:50 +00:00
fhajny
16d6e124f6 Update sysutils/erlang-lager to 3.5.2.
- Update HOMEPAGE.
- Fix dependency handling.

Changes since 3.5.1
- Support unicode format string.
2017-10-24 06:46:15 +00:00
maya
72a53779cb ovmf: fix package, appease pkglint 2017-10-23 14:42:45 +00:00
maya
fabb50fe55 Makefile: +ovmf 2017-10-23 14:23:29 +00:00
maya
61ab00bd1e Add package OVMF from UDK2017
Open Virtual Machine Firmware is a build of EDK II for virtual machines.
It includes full support for UEFI allowing use of UEFI in place of a
traditional BIOS in your VM.
2017-10-23 14:21:57 +00:00
adam
f6a9b15af3 py-crontab: update to 2.2.5
2.2.5:
Bug fixes.
2017-10-22 20:26:52 +00:00
triaxx
c828529fc0 Fix missing macbook/macbookpro files in PLIST 2017-10-20 08:20:30 +00:00
fhajny
40e926602b Update sysutils/rsyslog* to 8.30.0.
- CHANGE OF BEHAVIOUR: all variables are now case-insensitive by
  default
- core: handle (JSON) variables in case-insensitive way
- imjournal: made switching to persistent journal in runtime possible
- mmanon: complete refactor and enhancements
  - add pseudonymization mode
  - add address randomization mode
  - add support for IPv6 (this also supports various replacement
    modes)
  - in IPv4 address recognition
  - in IPv4 simple mode to-be-anonymized bits can get wrong
- imfile: add "fileoffset" metadata
- RainerScript: add ltrim and rtrim functions
- core: report module name when suspending action
- core: add ability to limit number of error messages going to stderr
- tcpsrv subsystem: improvate clarity of some error messages
- imptcp: include module name in error msg
- imtcp: include module name in error msg
- tls improvement: better error message if certificate file cannot be
  read
- omfwd: slightly improved error messages during config parsing
- ommysql improvements
- ommysql bugfix: do not duplicate entries on failed transaction
- imtcp bugfix: parameter priorityString was ignored
- template/bugfix: invalid template option conflict detection
- core/actions: fix handling of data-induced errors
- core/action bugfix: no "action suspended" message during retry
  processing
- core/ratelimit bugfix: race can lead to segfault
- core bugfix: rsyslog aborts if errmsg is generated in early startup
- core bugfix: informational messages was logged with error severity
- core bugfix: --enable-debugless build was broken
- queue bugfix: file write error message was incorrect
- omrelp bugfix:  segfault when rebindinterval parameter is used
- omkafka bugfix: invalid load of failedmsg file on startup if
  disabled
- kafka bugfix: problem on invalid kafka configuration values
- imudp bugfix: UDP oversize message not properly handled
- core bugfix: memory corruption during configuration parsing
- core bugfix: race on worker thread termination during shutdown
- omelasticsearch: avoid ES5 warnings while sending json in bulkmode
- omelasticsearch bugfix: incompatibility with newer ElasticSearch
  version
- imptcp bugfix: invalid mutex addressing on some platforms
- imptcp bugfix: do not accept missing port in legacy listener
  definition
2017-10-18 11:01:05 +00:00
fhajny
ff26803ab3 Update sysutils/consul to 1.0.0
SECURITY:

- Fixed an XSS issue with Consul's built-in web UI where node names
  were not being properly escaped.

BREAKING CHANGES:

- Raft Protocol Now Defaults to 3
- Config Files Require an Extension
- Deprecated Options Have Been Removed
- `statsite_prefix` Renamed to `metrics_prefix`
- `advertise_addrs` Removed
- Escaping Behavior Changed for go-discover Configs
- HTTP Verbs are Enforced in Many HTTP APIs
- Unauthorized KV Requests Return 403
- Config Section of Agent Self Endpoint has Changed
- Deprecated `configtest` Command Removed
- Undocumented Flags in `validate` Command Removed
- Metric Names Updated
- Checks Validated On Agent Startup

FEATURES:

- Support for HCL Config Files
- Support for Binding to Multiple Addresses
- Support for RFC1434 DNS TXT records
- Support for Running Subproccesses Directly Without a Shell
- Sentinel Integration

IMPROVEMENTS:

- agent: Added support to detect public IPv4 and IPv6 addresses on
  AWS.
- agent: Improved /v1/operator/raft/configuration endpoint which
  allows Consul to avoid an extra agent RPC call for the `consul
  operator raft list-peers` command.
- agent: Improved ACL system for the KV store to support list
  permissions. This behavior can be opted in. For more information,
  see the ACL Guide].
- agent: Updates miekg/dns library to later version to pick up bug
  fixes and improvements.
- agent: Added automatic retries to the RPC path, and a brief RPC
  drain time when servers leave. These changes make Consul more robust
  during graceful leaves of Consul servers, such as during upgrades, and
  help shield applications from "no leader" errors. These are configured
  with new `performance` options.
- agent: Added a new `discard_check_output` agent-level configuration
  option that can be used to trade off write load to the Consul
  servers vs. visibility of health check output. This is reloadable so
  it can be toggled without fully restarting the agent.
- api: Updated the API client to ride out network errors when
  monitoring locks and semaphores.
- build: Updated Go toolchain to version 1.9.1.
- cli: `consul lock` and `consul watch` commands will forward `TERM`
  and `KILL` signals to their child subprocess.
- cli: Added support for autocompletion].
- server: Updated BoltDB to final version 1.3.1.
- server: Improved dead member reap algorithm to fix edge cases where
  servers could get left behind.

BUG FIXES:

- agent: Fixed an issue where disabling both the http and https
  interfaces would cause a watch-related error on agent startup, even
  when no watches were defined.
- agent: Added an additional step to kill health check scripts that
  timeout on all platforms except Windows, and added a wait so that
  it's not possible to run multiple instances of the same health check
  script at the same time.
- cli: If the `consul operator raft list-peers` command encounters an
  error it will now exit with a non-zero exit code.
- cli: CLI commands will now show help for all of their arguments.
- server: Fixed an issue where the leader server could get into a
  state where it was no longer performing the periodic leader loop
  duties and unable to serve consistent reads after a barrier timeout
  error.


Full (unabridged) changelog:

  https://github.com/hashicorp/consul/blob/v1.0.0/CHANGELOG.md
2017-10-17 11:39:57 +00:00
fhajny
b354414ea7 Update sysutils/beats to 5.6.3.
No changes - sync version with databases/elasticsearch.
2017-10-17 11:31:36 +00:00
bouyer
4731e7e49e Put back PKGREVISION=1. It was there on purpose, to make it clear that
there are extra (security) patches and it's not the stock 4.6.6 or 4.8.2
2017-10-17 11:10:35 +00:00
wiz
f5539e649d xen*[46]*: reset PKGREVISION after update 2017-10-17 11:02:06 +00:00
bouyer
b014cb462c Update xen*46 to 4.6.6, including fixes up to XSA244.
changes since Xen 4.6.5: mostly bug fixes, including security fixes
for XSA206, XSA211 to XSA244.
PKGREVISION set to 1 to account for the fact that it's not a stock Xen 4.6.6.

Note that, unlike upstream, pv-linear-pt defaults to true, so that
NetBSD PV guests (including dom0) will continue to boot without changes
to boot.cfg
2017-10-17 10:57:34 +00:00
bouyer
17b19337bc Update xentools48 and xenkernel48 to 4.8.2, and apply security patches up
to XSA244. Keep PKGREVISION to 1 to account for the fact that it's
not a stock Xen 4.8.2.

Note that, unlike upstream, pv-linear-pt defaults to true, so that
NetBSD PV guests (including dom0) will continue to boot without changes
to boot.cfg
2017-10-17 08:42:30 +00:00
wiz
5829abacaa py-diffoscope: needs python-3.5 or newer 2017-10-17 08:35:34 +00:00
adam
a633016756 py-diffoscope: update to 87
87:
Bug fixes.
2017-10-16 09:53:42 +00:00
prlw1
d59c698db2 Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15 23:19:10 +00:00
prlw1
c7d3d5b5d2 Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including
  glib2/buildtools.mk" 1f764df
- while here change to TOOL_DEPENDS
- switch from py-glib2-tools to glib2-tools
2017-10-15 22:31:01 +00:00
prlw1
584ebd1abd gnome-vfs: requires glib-mkenums which is now in py-glib2-tools 2017-10-14 12:20:12 +00:00
prlw1
cd47d2097e gsettings-desktop-schemas: requires glib-mkenums which is now in py-glib2-tools 2017-10-14 10:49:26 +00:00
prlw1
a1a2af6453 libnotify: requires glib-mkenums which is now in py-glib2-tools 2017-10-13 22:38:31 +00:00
prlw1
742060bf1f dbus-glib: requires glib-genmarshal which is now in py-glib2-tools 2017-10-13 21:53:27 +00:00
prlw1
ee6cf974ac Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk 2017-10-13 16:36:03 +00:00
leot
3523d47cec entr: Update sysutils/entr to 3.9
Changes:
3.9
---
 - Fix use of poll(2) to avoid possible busy-loop on Linux
 - Disable keyboard input if reading STDIN fails
2017-10-12 17:56:45 +00:00
jnemeth
e7f8db4759 typo: u-boot-nanopi-neo22 -> u-boot-nanopi-neo2 2017-10-12 05:12:14 +00:00
jmcneill
5810804a3b + u-boot-nanopi-neo2 2017-10-11 20:34:34 +00:00
jmcneill
fac0c937fa Initial import of u-boot-nanopi-neo2 version 2017.09.
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the FriendlyARM NanoPi NEO 2.
2017-10-11 20:34:18 +00:00
sborrill
0a015881a0 salt: update to 2017.7.2
Changelog:
https://docs.saltstack.com/en/latest/topics/releases/2017.7.2.html

Fixes CVE-2017-14695 and CVE-2017-14696
2017-10-11 09:40:28 +00:00
jperkin
79078cd946 hal: Remove duplicate BUILDLINK_TRANSFORM. 2017-10-10 13:51:21 +00:00
jmcneill
1b1312f645 Fix build after 2017.09 update. 2017-10-10 10:24:25 +00:00