Commit graph

8097 commits

Author SHA1 Message Date
jperkin
3ccc31e2f8 Fix PKGMANDIR handling. 2015-11-03 10:48:55 +00:00
fhajny
e7561954a7 Import syslog-ng Python bindings as sysutils/py-syslog-ng. 2015-11-01 19:08:22 +00:00
bouyer
109c1e4539 Add patch entries from previous security commit. Pointed out by
Takahiro Hayashi, thanks !
2015-10-30 07:46:36 +00:00
bouyer
229ba9d8c0 Add patches, derived from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 21:59:16 +00:00
bouyer
c32656ccc9 Add patches from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7970 aka XSA-150
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 20:40:53 +00:00
bouyer
278592122d Add patches, derived from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 20:29:56 +00:00
fhajny
cc219141a1 Add secondary syslog-ng-* packages 2015-10-29 16:35:47 +00:00
fhajny
2f92fc7f31 Update syslog-ng to the latest stable 3.7.2 version.
Rework and clean up the package, split off various bindings
into separate packages. Add SMF support.

Major features and improvements introduced in major releases since 3.2.

3.7
- OpenSSL is now a required dependency for syslog-ng.
- Java-destination driver ported from syslog-ng-incubator.
- Python language support is ported from syslog-ng incubator.
- New Java destination drivers
- New Parsers

3.6
- PCRE is now a required dependency of syslog-ng.
- Threaded mode is now enabled by default.

3.5
- Multi-line support
- STOMP destination
- Redis destination
- Template type hinting
- Template options honored everywhere
- Support for unit suffixes in the configuration
- The Incubator project

3.4
- New plugins: AMQP & SMTP destinations, JSON parser.
- New parsers for patterndb: HOSTNAME, EMAIL, PCRE and LLADDR.
- It is now possible to control what db-parser() sees as its input
  via it's new template() option.
- value-pairs() gained support for programmatically
  rewriting key names in bulk, via the rekey() method.
- The network() driver is introduced, unifying and extending
  tcp(), udp(), syslog(), unix-dgram() and
  unix-stream(). The old drivers are still available, but
- Support for junctions & channels were added, which improve
  the flexibility of the syslog-ng configuration language.

3.3
- multi-core/CPU scaling: the new multi-threaded architecture allows
  syslog-ng to scale into the 800k msg/sec region.
- MongoDB support: using MongoDB instead of SQL is faster and
  allows better representation of log data.
- JSON support: using the $(format-json) template function it is
  now possible to construct JSON (JavaScript Object Notation)
  output for log messages.
- A number of enhancements all over the place: SQL, patterndb.
- The default ports have changed. syslog-ng is using the standard
2015-10-29 16:34:13 +00:00
jperkin
00357c329c Update user-darwin to version 20151029.
Delete the AuthenticationAuthority property prior to creating the null
password entry.  This prevents the user from showing up in the login window
and fast user switching on newer Darwin releases.
2015-10-29 12:29:04 +00:00
jperkin
6194a8e865 Add 'used by sysutils/collectd-riemann/Makefile' to satisfy pkglint. 2015-10-28 11:46:07 +00:00
jperkin
206c99046a Add collectd-riemann. 2015-10-28 11:45:34 +00:00
jperkin
a75575efc7 Import sysutils/collectd-riemann, a Riemann network monitoring module
for collectd, packaged by Benjamin Bergia in joyent/pkgsrc#265.
2015-10-28 11:44:52 +00:00
jnemeth
f894a23596 somehow missed existing PKGREVISION line; pkglint should warn 2015-10-28 01:26:42 +00:00
jnemeth
bcf50d7f45 Unbreak. Patch correct file and bump PKGREVISION. Hi tnn! 2015-10-28 00:47:07 +00:00
bouyer
e3ea9e2a09 Fix build issues pointed out by joerg@ 2015-10-25 09:05:23 +00:00
tnn
3b5510f8ea add sysutils/rkflashtool 2015-10-24 21:48:32 +00:00
tnn
3fb5b1261b Import rkflashtool-20151023 as sysutils/rkflashtool.
Tools for flashing Rockchip ARM devices.

rkcrc			sign files with CRC and KRNL or PARM header
rkflashtool		read/write flash data and device info via libusb
rkmisc			generate a "misc" partition
rkpad			pad file to 512 byte blocks
rkparameters		generate a "parameters" file
rkparametersblock	generate a "parameters" block
rkunpack		unpack "update.img" files
rnunsign		remove KRNL/PARM header and crc footer
2015-10-24 21:46:07 +00:00
tnn
4c233b81c6 don't use sprintf %m 2015-10-23 17:00:28 +00:00
tnn
9e93123ceb fix whitespace 2015-10-23 11:01:24 +00:00
bouyer
09ba3bf8b3 Add sunxi-tools 2015-10-22 15:52:35 +00:00
bouyer
03ff56eee7 Import sunxi-tools as of 20150915. Note that only the fexc utility has been
tested at this time.

Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly
it's successors, that's why the 'x' in the package name.

fexc:
	`.fex` file (de)compiler

	Usage: ./fexc [-vq] [-I <infmt>] [-O <outfmt>] [<input> [<output>]]

	infmt:  fex, bin  (default:fex)
	outfmt: fex, bin  (default:bin)

bin2fex:
	compatibility shortcut to call `fexc` to decompile an script.bin
	blob back into `.fex` format used by allwinner's SDK to configure
	the boards.

fex2bin:
	compatiblity shortcut to call `fexc` to compile a `.fex` file into
	the binary form used by the sun4i kernel.

fel:
	script interface for talking to the FEL USB handler built in to
	th CPU. You activate FEL mode by pushing the usboot/recovery
	button at poweron. See http://linux-sunxi.org/FEL/USBBoot for
	a detailed usage guide.

fel-gpio:
	Simple wrapper around fel-pio and fel to allow GPIO manipulations
	via FEL

fel-sdboot:
	ARM native sdcard bootloader forcing the device into FEL mode

fel-pio:
	ARM native helper for fel-gpio

pio:
	Manipulate PIO register dumps

jtag-loop.sunxi:
	ARM native boot helper to force the SD port into JTAG
	and then stop, to ease debugging of bootloaders.

bootinfo:
	Dump information from Allwinner boot files (boot0/boot1)
	--type=sd	include SD boot info
	--type=nand	include NAND boot info (not implemented)

phoenix_info:
	gives information about a phoenix image created by the
	phoenixcard utility and optionally extracts the embedded boot
	code & firmware file from their hidden partitions.
2015-10-22 15:51:47 +00:00
jnemeth
0c03bdf7f3 Tweak test for SHM. Build fix, so no PKGREVISION bump. 2015-10-22 05:05:22 +00:00
tnn
2bc71a1f1a packages that use libsigc++ need -std=c++11 now
approved by wiz@
2015-10-20 09:40:21 +00:00
joerg
71c3d4d1b6 Bump revision for the libxl fix. 2015-10-19 16:40:57 +00:00
joerg
c60638c70b Don't depend on the compiler to optimize ffsll away, explicitly use the
builtin. Fix obvious logic error in libxl. Disable the use of global
register variables for clang. Lesser evil, HVM users should use newer
xentools or GCC.
2015-10-19 16:40:41 +00:00
jmcneill
e7b5a200e5 + tegra-firmware 2015-10-18 12:22:33 +00:00
jmcneill
6490723a17 Import NVIDIA Tegra SOC firmware as sysutils/tegra-firmware.
Firmware binary images for use with NVIDIA Tegra SOCs.
2015-10-18 12:20:51 +00:00
adam
e69789599b Changes 0.6.26:
Enhancements:
* Merged in lp:~m4ktub/duplicity/0.6-reliability
  - Per fix proposed in Bug 1395341.
* Modded .bzrignore to ignore *.egg test dependencies, normalized, sorted.
* Backport fix for bug 1278529
  - Use try/except around get_bucket() rather than bare lookup()
* Backport _librsyncmodule.c compilation bug
2015-10-17 13:18:14 +00:00
jperkin
52c54296e2 Update user-darwin to version 20151015.
Increase the pkgsrc UID range to 300-499.  We can no longer afford to avoid
conflicts with the 400-499 range used by Fink, as pkgsrc now has around 200
users and the previous range was insufficient for bulk builds.

Ideally there would be a way to use a temporary OpenDirectory database for
builds, as while a large range is required for full bulk builds and we're going
to hit even this additional limit soon, it's unlikely a user installation will
require the full range.  However, finding a way to do this is proving elusive.
2015-10-15 10:40:52 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
jperkin
ba12647fd5 Ensure pkgsrc directories are in PATH, fixes pkg module load failures. Fix
submitted by Travis Paul.

Bump PKGREVISION.
2015-10-14 15:46:34 +00:00
fhajny
98966750da Mark liblognorm dependency properly. Ride previous version/revision #. 2015-10-12 10:28:56 +00:00
fhajny
bfc9f160a7 Update sysutils/liblognorm to 1.1.2.
Version 1.1.2, 2015-07-20

- permit newline inside parser definition
- new parser "cisco-interface-spec"
- new parser "json" to process json parts of the message
- new parser "mac48" to process mac layer addresses
- new parser "name-value-list" (currently inofficial, experimental)
- some parsers did incorrectly report success when an error occurred
- call "rest" parser only if nothing else matches.
- new API to support error callbacks
- testbench is now enabled by default
- bugfix: misadressing on some constant values
- bugfix: add missing function prototypes
2015-10-12 10:06:26 +00:00
tnn
94c1b21746 drop Darwin from list of supported platforms -- doesn't build 2015-10-11 07:00:19 +00:00
joerg
41d5e46ba2 Remove Adobe storage-manager. It requires manual distfile fetching and
upstream no longer seems to exist.
2015-10-10 10:53:19 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
khorben
6a76e7830c Fix build when not running under X
Reported by joerg@, thanks!
2015-10-09 22:33:13 +00:00
joerg
4694413318 Fix build on NetBSD 5.x and 6.x. 2015-10-08 14:32:08 +00:00
fhajny
d271b55962 Update sysutils/rsyslog to 8.13.0.
Version 8.13.0 [v8-stable] 2015-09-22

- ZeroMQ enhancements:
  - Added the ability to set a static publishing topic per action as an
    alternative to constructing topics with templates
  - ZMQ_PUB socket now defaults to bind and ZMQ_SUB socket now defaults to
    connect
- Redis enhancements:
  - Can now LPUSH to a Redis list in "queue" mode
  - Can now PUBLISH to a Redis channel in "publish" mode
- build requirement for rsyslog/mmnormalize is now liblognorm 1.1.2 or above
- mmnormalize: liblognorm error messages are now emitted via regular
  rsyslog error reporting mechanism (aka "are now logged")
- add support for TCP client side keep-alives
- bugfix: imtcp/TLS hangs on dropped packets
- bugfix testbench: some tests using imptcp are run if module is disabled
- bugfix omkafka: Fixes a bug not accepting new messages anymore.
- bugfix: Parallel build issue "cannot find ../runtime/.libs/librsyslog.a:
    No such file or directory" (#479) fixed.
- bugfix: Added missing mmpstructdata testfiles into makefile.
- bugfix: Reverted FIX for issue #392 as it had unexpected side effects.
- The new fix duplicates the Listener object for static files (like
  done for dynamic files already), resolving issue #392 and #490.
- bugfix: issues in queue subsystem if syncqueuefiles was enabled
  - Error 14 was generated on the .qi file directory handle.
    As the .qi filestream does not have a directory set, fsync
    was called on an empty directory causing a error 14 in debug log.
  - When queue files existed on startup, the bSyncQueueFiles
    strm property was not set to 1. This is now done in the
    qqueueLoadPersStrmInfoFixup function.
- bugfix/testbench: tcpflood tool could abort when random data was added
- rscryutil: Added support to decrypt a not closed log file.
2015-10-08 12:46:07 +00:00
jnemeth
8bdd04ad5b Instead of looking for /var/shm, test NetBSD version to
determine if SHM is available.  This fixed build failures inside
pbulk sandboxes.

     Since this is just a build fix, no PKGREVISION bump.
2015-10-07 08:02:27 +00:00
fhajny
bfb349d18f Look for libs at the right place, fixes installation 2015-10-06 13:03:20 +00:00
khorben
1cbc38ad69 Package DeforaOS Browser 0.4.14
This first release in almost two years brings:
- more complete VFS abstraction
- new plug-in to manage Gtk+ bookmarks
- improved CVS, Git, Make, Preview, SVN, and Volumes plug-ins
- new plug-in to track the current selection
- new experimental plug-in for the XDG trash
- improvements to the view(1) helper binary
- re-usable library, libBrowser
- Spanish translation
- support for building outside of the source tree
- further improvements to the build system
- portability fixes (SunOS)
- support for drawing the desktop as a window
- improved support for Gtk+ 3
- introduction of a test suite
- additional bugfixes and improvements (UI, performance...)
2015-10-05 23:43:55 +00:00
taca
1abd44dafa Update ruby-listen to 3.0.3.
pkgsrc change: add pkg_alternatives support.

v3.0.3

Improvements

* #330 - fixed warnings on JRuby


v3.0.2

Bugfixes

* fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting)


v3.0.1

Bugfixes

* #325, #327 - fix regressions (allow Listen to run correctly without other
   deps + properly handle pause())


v3.0.0

KNOWN ISSUES

* #319, #258 - TCP is no longer part of Listen, and there's currently no
   alternative except downgrading to Listen 2.x

API CHANGES

* TCP functionality removed (Listen.on, Adapter::TCP,
  Adapter::TCP::Broadcaster, etc.)
* Listener#start should be used instead of Listener#unpause
* Listener#directories is no longer available
* Listener#options is no longer available as public API

IMPROVEMENTS

* Major performance improvements (CPU), especially for Polling
* Celluloid is no longer required by Listen (which means: better performance,
  less dependencies, less threads used, less version conflicts, easier
  debugging, less potential issues/bugs)
* TCP is no longer part of Listen (which means: more maintainable codebase and
  possibility to create much better TCP implementation without the tradeoffs)

Development

* major codebase rewrite
* better logging by default
2015-10-04 13:26:10 +00:00
rodent
d719526299 Neither ansible nor fabric don't work under py3x due to paramiko - they
don't have py3x support.
2015-10-03 22:56:21 +00:00
jnemeth
29d7de2f99 This failed to build during bulk builds due to /var/shm missing.
Instead of looking for /var/shm, check to see if the version of
NetBSD is new enough to have SHM.
2015-10-03 00:56:02 +00:00
wiz
9817f8ef3a Recursive revbump for poppler-0.36.0 shlib bump. 2015-10-01 05:37:00 +00:00
wiz
5beefd435c Update to 0.12.10:
Major changes in 0.12.10
========================
* Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION to handle multi-monitor
  configurations that are not multi-head
* Add protocol code generation scripts from spice-common
* Endianness and compiler portability fixes (clang)
2015-09-30 20:13:29 +00:00
wiz
bd588d935a Joerg Schilling has recently released schilytools-2005-09-16
Lines 83 to 84 of AN-2015-09-16 mention an issue affecting
unpriviledged users running cdda2wav on NetBSD:

cdda2wav: fixed the file setuid.c to work on NetBSD. Thanks to
Heiko Eißfeldt for reporting.

This is the referenced patch, extracted by fbrosson2014.

Bump PKGREVISION.
2015-09-29 08:45:29 +00:00
dholland
af4ed37c27 add bison to tools since we patched a .y file; noticed by Joerg 2015-09-28 01:40:52 +00:00
taca
d7192cacce Update pear-Log to 1.12.9.
Release date: 2015-06-14 23:33 UTC

Changelog:

Updating the pear/pear_exception dependency to a stable release.
2015-09-27 07:13:04 +00:00