Commit graph

7409 commits

Author SHA1 Message Date
schnoebe
7adbffa2e4 Add a patch to modify Amanda::Xfer to not depend on
Amanda::Constants::AMANDA_COMPONENTS having 'server' as one of it's
values.  Instead of conditionally trying to eval in Amanda::XferServer,
do it unconditionally. The effect is (nearly) the same.
2013-12-13 16:27:34 +00:00
ryoon
35d81a465e Buildlink lib/dbus-1.0/include/dbus/dbus-arch-deps.h
This is required by qt5-dbus.
2013-12-13 14:51:23 +00:00
jperkin
996375dc50 Need -lsocket and mark package incompatible with builtin mit-krb5 on SunOS. 2013-12-13 12:42:12 +00:00
jperkin
25d500217f Need limits.h for PATH_MAX on SunOS. 2013-12-13 09:58:58 +00:00
prlw1
5af6b9a9c1 Update (disk)scrub to 2.5.2 (+add DIOCGDISKINFO implementation)
Since 2.0:
* Fix scrub abort on files/disks > 2G in size (issue 19)
  This was introduced in 2.5.0 and the failure is quick and obvious.
* Fix loss of precision in disk size approximation (issue 18)
* Add -t option to disable creation of thread to generate randomness
  in parallel with I/O.
* Prepare source for a libscrub api (work in progress)
* Cosmetic changes to man page and help output.
* Generate randomness and do I/O in parallel [Richard B. Hill]
* Replace O_SYNC with O_DIRECT+fsync+posix_fadvise [H. Peter Anvin]
  This produces a significant performance improvement, at least on Linux.
* Add support for RDRAND instr. [H. Peter Anvin]
* Use <stdbool.h> if the system has it [H. Peter Anvin]
* Fix incorrect assertion in scrub --dirent handling (issue 9) [Peter Hyman]
* Clean up tmp files after scrub --freespace (issue 9) [Peter Hyman]
* Allow scrub --pattern=custom="string" (issue 11) [Peter Hyman]
  Allow C style numerical escapes in string: \nnn (octal) and \xnn (hex).
  This is a single-pass sequence with a custom pattern.
* Change default buffer size from 1m to 4m [H. Peter Anvin]
* Avoid closing and re-opening /dev/urandom [H. Peter Anvin]
* Fix bug in pfitzner7 pattern def and add fillff, fillzero
  methods (issue 8) [Peter Hyman]
* Change dod method to perform random pass first and skip extra pass.
* Add --help option that lists available scrub methods.
* Make dist tarball work with rpmbuild -ta.
* Added usarmy, pfitzner7, and pfitzner33 methods.
* Added -L option to not follow symbolic links [Timothy Boronczyk]
* Treat a zero return from write(2) as an error.
* New patterns:
  - random2: two random passes
  - schneier (one 0x00 pass, one 0xff pass, and five random passes) [Joe]
* Add --pattern random (one random pass) mode.
* Portability fixes for Slackware [Timothy Boronczyk]
* Fix bug where scrub --remove on a zero length file would abort
  without removing the file.  Issue a warning and remove it.
* Fix a bug where some data from the original file could appear in
  the first disk block after a verified scrub when running without
  the -S (--no-signature) option.
2013-12-11 19:07:47 +00:00
jperkin
0b1ee6963b Package requires libusb. Patch from Sebastian Wiedenroth. 2013-12-11 11:55:17 +00:00
jperkin
c7025c5da0 Fix flags on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:11:32 +00:00
jakllsch
3fe87a12fa Update flashrom to 0.9.7.
changes since 0.9.6:

==New major user-visible features==
* Warn if all blocks were skipped while writing.
* Fix evil twins of Macronix MX25L1605, MX25L3205, MX25L6405.
* Exit if there are unused programmer parameters.
=== Related to programmers ===
* internal:
** AMD Geode on OpenBSD
** Add safe support for the integrated micro controller (IMC) in AMD chipsets.
** Add full support for VX800/VX820, VX855/VX875 and VX900 (both SPI and LPC).
** Various new untested board enables (please don't run away without testing our work).
* serprog
** Add support for setting the SPI frequency.
** Add opcode to control the programmer's output drivers.
** Enable serprog on Windows.
* buspirate_spi
** Improvements to support different firmware versions safely.
** Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer.
** Add user interface to activate the Bus Pirate pull-up resistors.
* ftdi_spi
** Allow to select FTDI device by serial number.
** Add support for all 4 possible channels.
** Add support for FT232H.
* pony_spi: Add support for AJAWe.
* Add support for Realtek RTL8169.
* Add Altera USB-Blaster SPI programmer.
* dediprog:
** Add a "device" parameter to support multiple devices.
** Adds a programmer parameter 'spispeed'.

===New or refined chips===
* AMIC A25L(Q) series
* Atmel AT26DF041
* Atmel AT49(H)F010, AT49F080 and AT49F080T
* Atmel AT25F series (AT25F512, AT25F512A, AT25F512B, AT25F1024, AT25F1024A, AT25F2048, AT25F4096)
* Eon EN25F64
* Eon EN25S series
* More Eon EN25QH chips
* More GigaDevice GD25* devices
* Intel S33 series (QB25FxxxS33x8)
* Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F
* Micron (Numonyx) N25Q series
* Micron (ST) M45PE series
* Micron (ST) M25PX80
* Nantronics N25 series
* PMC Pm25LV and Pm25LD series
* Sanyo LE25FW series
* Spansion S25FL2 and S25FL...S series
* SST SST25WF512, SST25WF010, SST25WF020 and SST25WF040
* Winbond W39F010/W39L010/W39L020

changes since 0.9.5:

==User interface changes==
* The -p/--programmer parameter is now mandatory for all operations that access the programmer/chip.
*: Previously there was a default programmer selected at build time. This was convenient for most users, but created a danger for others that increased with the number of platforms and programmers supported, namely that they get used to a default programmer that later changes when they use another binary. It is very easy to brick a mainboard in case you do not notice you are writing its firmware instead of a device attached to an external programmer. The disadvantage is of course that many users have now to add '''-p internal''' to the command line when they want to do ''the obvious'' and flash their mainboards.
* It is now possible to let flashrom create log files directly (by using the new -o/--output option).
* flashrom now checks for duplicate -i/--image arguments (which are used together with layout files).

==New major user-visible features==
* Programmer support:
** new driver ''ponyprog'' for hardware similar to SI Prog
** native SPI AAI write support to the Dediprog SF100 driver
* Support for new chips:
** Atmel AT49F040
** Eon EN25QH32
** Eon EN29LV640B
** GigaDevice GD25QXX
** Numonyx N25Q064
** PMC Pm39LV512

==Infrastructural improvements and fixes==
* The dummy programmer got support for SFDP and now has a dedicated status register.
* Various minor refactorings of SPI-related code.
* The code generating the list of supported hardware for the wiki has been improved.
* Many exit() calls have been replaced by proper error handling.
* I/O permissions are now released automatically on shutdown.
* Preliminary work on Winbond W836xx and ITE IT8707F/IT8710F detection.

= Minor versions =
flashrom 0.9.6 had a small bug regarding the version string, which has been fixed in 0.9.6.1.
2013-12-09 18:54:24 +00:00
jakllsch
30ceb1d5cd Update nvramtool to git HEAD as of today using local distfile.
No upstream change summary, but the old version no longer worked with
modern coreboot.

Distfile created from a full clone of the coreboot tree with below script;
#!/bin/sh
cbver=`git describe`
cbobj=`git ls-tree origin/master util/nvramtool|awk '{print $3}'|cut -c 1-7`
distname=nvramtool-"$cbver"-"$cbobj"
git archive -o /tmp/"$distname".tar.gz --prefix="$distname"/ "$cbobj"
2013-12-09 18:40:07 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
riz
d6c75ae159 add patch from upstream to fix a regression which made that the symbol
table of NetBSD domU kernels was not loaded correctly, see
http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html
for details
bump PKGREV
2013-12-08 19:17:56 +00:00
prlw1
5965b5d4d0 Update libnotify to 0.7.6
- Fix annotation for add_action (Giovanni Campagna)
- Clarify documentation for set-timeout (Matthias Clasen)
2013-12-08 16:30:15 +00:00
dholland
5acf17a905 Update PLIST for when lua support was disabled back in October. *cough*
Bump PKGREVISION, and update the comment about it, as devel/tolua++ got
removed.
2013-12-08 03:30:31 +00:00
jakllsch
c3250fa27e Update memtest86+ to 5.01.
upstream changes:

Enhancements in v5.01:
    New Features
	Added support for up to 2 TB of RAM on X64 CPUs
	Added experimental SMT support up to 32 cores (Press F2 to enable at startup)
	Added complete detection for memory controllers
	Added Motherboard Manufacturer & Model reporting
	Added CPU temperature reporting
	Added enhanced Fail Safe Mode (Press F1 at startup)
	Added support for Intel "Sandy Bridge-E" CPUs
	Added support for Intel "Ivy Bridge" CPUs
	Added preliminary support for Intel "Haswell" CPUs (Core 4th Gen)
	Added preliminary support for Intel "Haswell-ULT" CPUs
	Added support for AMD "Kabini" (K16) CPUs
	Added support for AMD "Bulldozer" CPUs
	Added support for AMD "Trinity" CPUs
	Added support for AMD E-/C-/G-/Z- "Bobcat" CPUs
	Added support for Intel Atom "Pineview" CPUs
	Added support for Intel Atom "Cedar Trail" CPUs
	Added SPD detection on most AMD Chipsets
    Bug Fixes
	Enforced Coreboot support
	Optimized run time for faster memory error detection
	Rewriten lots of memory timings detection cod
	Corrected bugs, bugs and more bugs (some could remain)
2013-12-08 00:35:28 +00:00
richard
c3dc9c6ddc Update to 1.2.1, changelog follows:
1.2.1 - 2013-11-25
------------------

BUG FIXES

 * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring on module
         import.
 * #425: [Solaris] crash on import due to failure at determining BOOT_TIME.
 * #443: [Linux] can't set CPU affinity on systems with more than 64 cores.


1.2.0 - 2013-11-20
------------------

ENHANCEMENTS

 * #439: assume os.getpid() if no argument is passed to psutil.Process
         constructor.
 * #440: new psutil.wait_procs() utility function which waits for multiple
         processes to terminate.

BUG FIXES

 * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on
         module import.


1.1.3 - 2013-11-07
------------------

BUG FIXES

 * #442: [Linux] psutil won't compile on certain version of Linux because of
         missing prlimit(2) syscall.
2013-12-07 21:25:23 +00:00
dholland
0d526c0fb5 Fix build with current windowmaker. 2013-12-07 18:24:59 +00:00
wiz
afd9469301 More PKGREVISION++ for poppler-0.24.4. 2013-12-07 16:50:02 +00:00
drochner
a752e83252 add patch from upstream to fix
"Guest triggerable AMD CPU erratum may cause host hang"
bump PKGREV
2013-12-04 10:35:01 +00:00
hubertf
e2fe132084 Update ansible to 1.4.1.
Some changes:
 * Many new modules, sorted in the following subdirs:
   cloud commands database files internal inventory messaging
   monitoring net_infrastructure network notification packaging
   source_control system utilities web_infrastructure
 * accelerated mode: An enhanced fireball mode that requires zero
   bootstrapping and fewer requirements plus adds capabilities like
   sudo commands
 * Connection default is now "smart", which discovers if the system
   openssh can support ControlPersist, and uses it if so, if not
   falls back to paramiko
 * external inventory scripts may now return host variables in one
   pass, which allows them to be much more efficient for large numbers
   of hosts (AWS!)
 * "~" now expanded on each component of configured plugin paths
 * Countless feature enhancements and bugfixes


For a full list, see https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
2013-12-02 22:54:46 +00:00
asau
833c841e10 Install the script that generates warning mail messages. From Petar Bogdanovic in private mail. 2013-12-02 22:26:22 +00:00
jnemeth
ea60818c85 The xendomains rc.d script should only depend on xencommons. 2013-12-02 20:38:12 +00:00
ryoon
bb355093b5 Revbump from devel/apr update 2013-12-01 10:18:02 +00:00
drochner
ebb93af0b5 add patch from upstream to fix a regression which made that the symbol
table of NetBSD domU kernels was not loaded correctly, see
http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html
for details
bump PKGREV
2013-11-29 19:31:47 +00:00
drochner
18b5b20e5f add patches from upstream to fix two security problems:
-another lock inversion
-privilege escalation (not exploitable in standard setups)
bump PKGREV
2013-11-29 19:29:58 +00:00
joerg
0933420ce7 Not MAKE_JOBS_SAFE. 2013-11-29 13:00:08 +00:00
drochner
30ef01ea01 update to 0.6.22
changes:
-added Dropbox and Mega backends
-added progress bar (backend specific)
-misc fixes and improvements
2013-11-26 20:36:22 +00:00
wiz
4811ddc818 Fix PLIST with py-cffi-0.8.1 and depend on it. 2013-11-26 20:25:42 +00:00
tron
1d5dd6b07f Small (and probably irrelevant) clean-up of last commit. 2013-11-26 15:26:06 +00:00
tron
4baa337943 Fix build under NetBSD 6.0* and 6.1*. 2013-11-26 14:57:33 +00:00
wiz
78a8aacdc2 Update to 3.01a19:
All:

-	New autoconf tests for:

	-	NFSv4 ACL support

	-	issetugid()

	-	lpathconf()

	-	utimens()
	-	futimens()
	-	lutimens()


-	The rules in the Schily Makefilesystem have been restructured in order
	to allow to avoid problems on platforms like FreeBSD and Mac OS X:

	FreeBSD and Mac OS X banned the not-free-enough (because GPLd)
	software to /usr/local, forcing us to add -I/usr/local/include
	and -L/usr/local/lib. Unfortunately, /usr/local/include frequently
	carries a _very_ outdated and thus wrong copy of "cdda_paranoia.h"
	which is more than 10 years old and definitely incompatible with
	dynamic linking on Mac OS X. This defective copy was first in the
	search path and prevented compilation.

	We now have a new macro: DEFOSINCDIRS= that grants to add include
	directories to the end of the search PATH to allow us to find the
	correct "cdda_paranoia.h" first.

	Please test and report in case of problems.

-	gmake and SunPro make include COMPILE.c with wrong content in their
	built-in rules. We now clear this macro un RULES/rules.top. It is
	still possible to provice a modified version from command line
	or from the environment.

-	include/schily/stdio.h was reordered, as it prevented compilation
	of the "bsh" on Linux. This was a problem recently introduced,
	when we added #ifndef NO_SCHILY_STDIO_H

-	Fixed autoconf typo HAVE_MKNODKAT -> HAVE_MKNODAT

-	include/schily/intcvt.h is now self contained.

-	include/schily/windows.h now includes the same type workaround
	for MINGW32 as fir the Microsoft C compiler, as there are the same
	autoconf detection problems.

-	Addded missing include/schily/err_type.h

-	New file include/schily/shedit.h

Libschily:

-	New files for libschily:

	at-base.c	generic implementation for *at() functions.
	fchownat.c	fchownat()
	fdopendir.c	fdopendir()
	fstatat.c	fstatat()
	futimens.c	futimens()
	futimesat.c	futimesat() Solaris specific old for utimensat()
	lutimens.c	lutimens()
	linkat.c	linkat()
	mkdirat.c	mkdirat()
	mkfifo.c	mkfifo()
	mkfifoat.c	mkfifoat()
	mknodat.c	mknodat()
	readlinkat.c	readlinkat()
	renameat.c	renameat()
	symlinkat.c	symlinkat()
	unlinkat.c	unlinkat()
	utimens.c	utimens()
	utimensat.c	utimensat()
	at-base.c	The base code for all single fd *at() functions.
	at-base2.c	The base code for all double fd *at() functions.

	contain emulations for system interfaces introduced in summer 2001 by Sun
	and with POSIX.1-2008.

-	New functions in libschily:

	absfpath()
	resolvefpath()

	allow to better control the behavior using flags.

-	The linker map file for libschily now adds some forgotten functions.

-	libschily/strstr.c and libschily/wcsstr.c now include a
	CDDL License hint

Libfind:

-	Libfind now allows to check for -type P (Solaris event port).
	A missing "case 'P':" was added to the parser.

Cdrecord:

-	Trying to avoid to confuse users
	on Solaris and Linux where a fine grained privilege implementation
	exists. Before, fine grained privileges have been given up after
	initializing the program and this may result in a root user that
	is treated as a normal user that cannot write into directories
	without global write permission. The named programs now no longer
	give up privileges in case they have been called with the needed
	privileges already and thus the programs cannot be used for
	privilege escalations anymore.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Trying to avoid to confuse users
	on Solaris and Linux where a fine grained privilege implementation
	exists. Before, fine grained privileges have been given up after
	initializing the program and this may result in a root user that
	is treated as a normal user that cannot write into directories
	without global write permission. The named programs now no longer
	give up privileges in case they have been called with the needed
	privileges already and thus the programs cannot be used for
	privilege escalations anymore.

-	Cddda2wav now flushes stderr before asking for a specific cddb
	entry index. It seems that on Linux stderr may not be unbuffered
	as expected.

-	Cdda2wav moved the option parsing code into a separate function
	gargs().

Readcd:

-	Trying to avoid to confuse users
	on Solaris and Linux where a fine grained privilege implementation
	exists. Before, fine grained privileges have been given up after
	initializing the program and this may result in a root user that
	is treated as a normal user that cannot write into directories
	without global write permission. The named programs now no longer
	give up privileges in case they have been called with the needed
	privileges already and thus the programs cannot be used for
	privilege escalations anymore.
2013-11-25 12:06:07 +00:00
wiz
bd9eea67da PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
drochner
9c7f6f7cdf add patch from upstream to fix lock order inversion possibly leading
to deadlock (CVE-2013-4494)
bump PKGREV
2013-11-23 14:04:59 +00:00
obache
4a153fe6a6 Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
shattered
6986b93826 Update to 1.17. Changes:
* Added new option '-l, --logfile-size'.
        * Added new option '-w, --ignore-write-errors'.
        * Option '--fill' has been renamed to '--fill-mode'.
        * Option '--generate-logfile' has been renamed to '--generate-mode'.
        * Added option '--sector-size' as a synonym of '--block-size'.
        * Added option '--retries' as a synonym of '--max-retries'.
        * Added option '--size' as a synonym of '--max-size'.
        * rescuebook.cc: Trimming is now done from both edges of each
          non-trimmed block. Largest blocks are trimmed first.
        * rescuebook.cc: Largest blocks are now split first until
          logfile reaches '--logfile-size' entries.
        * logbook.cc (extend_sblock_vector, truncate_vector): Terminate
          if truncation would discard finished blocks.
        * rescuebook.cc: Mark failed blocks with 1 sector as bad-sector.
        * logbook.cc (extend_sblock_vector): Remove last block of
          logfile if it starts at isize and is not marked as finished.
        * Documented that 'direct disc access' only reads whole sectors.
2013-11-16 07:59:27 +00:00
jnemeth
39f1f03793 sort 2013-11-14 05:13:51 +00:00
joerg
5108d2e7a7 Remove unused functions. 2013-11-11 16:42:38 +00:00
markd
4f75f11b88 Allow newer versions of libraries to be found.
Also fix problem where by k3b wont rip the first track when it is not
alphabetically the first track to be ripped.
Fixes PR pkg/48369 and pkg/48371.  Bump PKGREVISION
2013-11-09 22:20:36 +00:00
markd
0337778354 add kcron ksystemlog kuser 2013-11-07 13:17:06 +00:00
markd
dabab18cdd Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 13:06:58 +00:00
joerg
3d4dd76d69 Catch up with Clang ToT when it comes to various warnings and
unsupported options.
2013-11-07 00:47:39 +00:00
joerg
91b8232876 Fix header guard. 2013-11-07 00:46:39 +00:00
joerg
7c910b16db Fix sizeof use in internal MD5_Final. Kill non-global replacements for
new/delete only used in a test case to unbreak build with current clang.
2013-11-06 16:00:05 +00:00
joerg
7ed75eaaca Override sd_group to avoid spurious errors from unprivileged builds. 2013-11-06 15:59:23 +00:00
wiz
cf36340f6c Update to 1.6.18:
D-Bus 1.6.18 (2013-11-01)
==

The “sunflower plains” release.

Fixes:

• path_namespace='/' in match rules incorrectly matched nothing; it
  now matches everything. (fd.o #70799, Simon McVittie)
2013-11-03 16:09:03 +00:00
dholland
149f349102 PR 48357 Germain Le Chapelain: don't crash if opendir fails.
PKGREVISION -> 13
2013-11-02 18:27:39 +00:00
wiz
2d4de768cc Update to 1.1.2:
1.1.2 - 2013-10-22
------------------

BUG FIXES

 * #442: [Linux] psutil won't compile on Debian 6.0 because of missing
         prlimit(2) syscall.


1.1.1 - 2013-10-08
------------------

BUG FIXES

 * #438: [Linux] psutil won't compile on kernels < 2.6.36 due to missing
         prlimit(2) syscall.


1.1.0 - 2013-09-28
------------------

ENHANCEMENTS

 * #410: tar.gz and windows binary files are now hosted on PYPI.
 * #412: [Linux] get/set process resource limits.
 * #415: [Windows] Process.get_children() is an order of magnitude faster.
 * #426: [Windows] Process.name is an order of magnitude faster.
 * #431: [UNIX] Process.name is slightly faster because it unnecessarily
         retrieved also process cmdline.

BUG FIXES

 * #391: [Windows] psutil.cpu_times_percent() returns negative percentages.
 * #408: STATUS_* and CONN_* constants don't properly serialize on JSON.
 * #411: [Windows] examples/disk_usage.py may pop-up a GUI error.
 * #413: [Windows] Process.get_memory_info() leaks memory.
 * #414: [Windows] Process.exe on Windows XP may raise ERROR_INVALID_PARAMETER.
 * #416: psutil.disk_usage() doesn't work well with unicode path names.
 * #430: [Linux] process IO counters report wrong number of r/w syscalls.
 * #435: [Linux] psutil.net_io_counters() might report erreneous NIC names.
 * #436: [Linux] psutil.net_io_counters() reports a wrong 'dropin' value.

API CHANGES

 * #408: STATUS_* and CONN_* constants (returned by Process' status() and
         get_connections() methods respectively) have been turned from constant
         objects to plain Python strings.
2013-11-02 09:38:34 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
jperkin
645e163d98 Fix PKG_USERS usage. 2013-10-31 15:58:30 +00:00
gls
51864c8bbc Update sysutils/logrotate to 3.8.7.
Via Nils Ratusznik in PR pkg/48311.

pkgsrc changes:
---------------
FETCH_USING=curl to fetch over https.

Upstream changes:
-----------------
Changelog :
3.8.6 -> 3.8.7
	- Fixed --force/-f option handling together with "size" directive
	  (3.8.5 regression).
	- Use "logrotate_tmp_t" context for SELinux tests and if this context does
	  not exist, skip SELinux related tests.


3.8.5 -> 3.8.6
	- Fixed memory corruption caused by rotation directory which does not
	  exist with "sharedscripts" together with "prerotate" script.
2013-10-30 20:16:25 +00:00
wiz
1f5f72db38 Remove legacy support that was scheduled for removal. 2013-10-25 06:53:33 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
jperkin
604dd2c0a5 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:43:49 +00:00
drochner
c87ad47ffb add patch from upstream to fix information leak through outs instruction
emulation (CVE-2013-4368)
bump PKGREV
2013-10-22 19:41:58 +00:00
gls
5295525492 Updated sysutils/fabric to 1.8.0
pkgsrc changes:
---------------
FETCH_USING=curl, pypi serves files over https now.

upstream changes:
-----------------

1.8.0 2013-09-20
[Feature] #910: Added a keyword argument to rsync_project to configure the
 default options. Thanks to @moorepants for the patch.
[Support] #984: Make this changelog easier to read! Now with per-release
 sections, generated automatically from the old timeline source format.
[Feature] #931: Allow overriding of abort behavior via a custom
 exception-returning callable set as env.abort_exception.
 Thanks to Chris Rose for the patch.
2013-10-21 18:09:30 +00:00
wiz
917de99936 Update to 0.8.8:
0.8.8:
    - security-minor: - Coverity scan.

0.8.7:
    - bugfix-minor: - Compilation issues.

0.8.6:
    - feature-minor: - Accept threshold as a parameter for image comparison.
2013-10-20 21:49:28 +00:00
joerg
3c105879ee Pass rpath options with -Wl prefix. 2013-10-20 17:52:57 +00:00
wiz
d626855a8e Update to 3.01a18:
This release fixes a copy+paste bug in the Linux support code for
fine-grained privileges. Libfind no longer leaks filedescriptors
with -empty. New OS version ID rules have been added for various
newer WIN-DOS versions.
2013-10-19 13:29:34 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
d5ab0c174b Fix packaging for python-2.6.x. 2013-10-18 11:57:35 +00:00
shattered
f53dcc7922 Update to 1.69. Changes:
- End directory names with "/" instead of ":" (which never made sense).
- Added option to suppress sorting by extension.
- Changed display of sort by extension in several ways:
  Separator character now appears at the beginning of the extension.
  'dot files' (with a leading separator character) are now shown as
  having no extension.
  Extensions are now enclosed in parens instead of curly braces for
  better readability.
2013-10-17 16:47:41 +00:00
wiz
7d737cd785 recursive bump for audio/taglib shlib major bump 2013-10-17 07:56:39 +00:00
wiz
b795a572a7 Update to 1.6.16:
D-Bus 1.6.16 (2013-10-08)
==

The “Fortify Agility” release.

Fixes:

• Make dbus_connection_set_route_peer_messages(x, FALSE) behave as
  documented. Previously, it assumed its second parameter was TRUE.
  (fd.o #69165, Chengwei Yang)

• Fix a NULL pointer dereference on an unlikely error path
  (fd.o #69327, Sviatoslav Chagaev)

• Unix-specific:
  · If accept4() fails with EINVAL, as it can on older Linux kernels
    with newer glibc, try accept() instead of going into a busy-loop.
    (fd.o #69026, Chengwei Yang)
  · If socket() or socketpair() fails with EINVAL or EPROTOTYPE,
    for instance on Hurd or older Linux with a new glibc, try without
    SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang)
  · Fix a file descriptor leak on an error code path.
    (fd.o #69182, Sviatoslav Chagaev)
  · Fix compilation if writev() is unavailable (fd.o #69409,
    Vasiliy Balyasnyy)
2013-10-17 07:21:48 +00:00
wiz
c6ea6c5c89 Update to 2.0.12:
2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.12

2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/gksu-run-helper.c:
	- fix the fact that the main function ends without returning a
	value, on success (doh)

2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* gksu-properties/gksu-properties.c:
	- fixed printf format for two error messages, introduced
	  by the last change

2009-06-29  Sebastien Bacher <seb128@ubuntu.com>

	* gksu-properties/gksu-properties.c,
	  gksu-properties/Makefile.am,
	  configure.ac:
	- use GtkBuilder instead of libglade

2009-06-29  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:

	- Fix double-free introduced by recent changes.

2009-06-24  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.11

2009-06-24  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:

	- Make su code work on Red Hat systems.

2009-06-17  Joshua Kwan <jkwan@vmware.com>

        * libgksu/libgksu.c:

        - Make sudo also use forkpty, to also work when /etc/sudoers is
          configured to require a tty.

2009-06-17  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:
	- Make su backend work with Fedora's su.

2009-05-09  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.10

2009-05-09  François Wendling  <frwendling@free.fr>

        Document gksu-properties, briefly.

        * docs/gksu-properties.1, docs/Makefile.am:

2009-05-09  Robert Millan <rmh.debian.bts@aybabtu.com>

	This fixes two bugs in read_line function.  Both are exposed when
	running gksudo --debug:

	  - First, when read() fails, the printed value will come from
            uninitialised memory.  This results in stuff like
            "GNOME_SUDO_PASSSSSSSSSSSSSSSSS..."  being printed.

          - Second, the null terminator is off-by-one, resulting in
            garbage being printed at the end of each line. This may
	    also lead to memory corruption (for n >= 256)!

	* libgksu/libgksu.c:

2009-03-04  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.9

	* libgksu/libgksu.c: fix how the GdkDisplay* is obtained at
	gksu_context_launch_initiate

	* libgksu/gksu-run-helper.c: - cleanup the environment from
	ORBIT_SOCKETDIR and DBUS_SESSION_BUS_ADDRESS to acommodate recent
	changes in gconf

2009-02-22  Gustavo Noronha Silva  <kov@alface>

	* Release 2.0.8

2009-02-22  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/libgksu.c: - added threads protection for the gdk
	fadeout/fadein animation, so that callers will not have X errors
	when trying to use gdk functions in parallel with us
	See http://bugzilla.gnome.org/show_bug.cgi?id=549760.

2009-02-22  Gustavo Noronha Silva  <kov@debian.org>

	* configure.ac, libgksu/libgksu.{c,h}, libgksu/gksu-run-helper.c:
	- accepted patch by Joshua Kwan <jkwan@vmware.com> to
	  return the same status code as the child

2009-02-03  Gustavo Noronha Silva  <kov@debian.org>

	* configure.ac:
	- added th to ALL_LINGUAS

2008-08-29  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/libgksu.c: patch by Daniel Richard G. <skunk@iSKUNK.ORG>
	to allow changing the location of the lockfile, so that libgksu
	will work on AFS/NFS mounted home directories

2008-06-20  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/gksu-run-helper.c: accepted patch by Michael Vogt, from
	Ubuntu, to fix very long commands not fitting in the helper's
	statically-sized buffer (Debian bug #486087, launchpad #173757)

	* libgksu/libgksu.c (sudo_full): accepted patch by Michael Vogt,
	from Ubuntu, to fix sudo having problems resolving network
	addresses breaking gksu (Debian bug #486083, launchpad #237325)
2013-10-16 07:04:37 +00:00
imil
55d215003d Bumped to PKGREVISION 14 2013-10-13 12:11:13 +00:00
imil
a25604b072 Added patches/patch-src_read__tcp.c which adds sys/time.h and sys/select.h 2013-10-13 12:08:21 +00:00
imil
d5071384a4 Disabled LUA, devel/tolua++ is deeply broken because of LUA 5.1 to 5.2 update.
Also fixed build issues on NetBSD 6.x.
2013-10-13 12:07:29 +00:00
wiz
b1b9afc118 + py-psutil 2013-10-12 13:32:58 +00:00
wiz
5e28089420 Import py27-psutil-1.0.1 as sysutils/py-psutil.
util is a module providing an interface for retrieving information,
on all running processes and system utilization (CPU, memory, disks,
network, users) in a portable way by using Python, implementing
many functionalities offered by command line tools such as ps, top,
df, netstat, who, kill, uptime, free, lsof, ifconfig, nice, ionice,
iostat, iotop, pidof, tty, taskset, or pmap.

Ported to NetBSD by tron & myself, but more work to do.
2013-10-12 13:32:36 +00:00
richard
b92d97b3d1 update builtin solaris gssapi/mit-krb5 support for gnome-vfs 2013-10-12 04:39:01 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
joerg
a753c95ebf Don't mess with the architecture settings. 2013-10-10 00:10:13 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
wiz
0dca61c28e Add one user of this file. 2013-10-09 12:47:06 +00:00
wiz
a4fd7de13f Fix paths, noted by joerg. 2013-10-02 11:44:42 +00:00
taca
dfd82a63ec Fix build problem and clean up PLIST.
Bump PKGREVISION.
2013-10-01 15:24:02 +00:00
drochner
1ba4b2310d add patches from upstream to fix security problems:
-Information leak on AVX and/or LWP capable CPUs (CVE-2013-1442 / XSA-62)
-Information leaks through I/O instruction emulation
 (CVE-2013-4355 / XSA-63)
-Information leak through fbld instruction emulation
 (CVE-2013-4361 / XSA-66)
bump PKGREV
2013-10-01 14:54:44 +00:00
wiz
d49b68f862 + py-xattr 2013-09-30 17:26:10 +00:00
wiz
72b1687341 Import py27-xattr-0.7.2 as sysutils/py-xattr.
xattr is a Python wrapper for extended filesystem attributes.

Extended attributes extend the basic attributes of files and
directories in the file system.  They are stored as name:data pairs
associated with file system objects (files, directories, symlinks,
etc).
2013-09-30 17:25:51 +00:00
joerg
15a874e7b9 Make -Wunused-function non-fatal for clang. 2013-09-27 11:35:07 +00:00
markd
b09daacb2a Explicitly link clucene-shared on DragonFly. Fixes PR pkg/48120 2013-09-19 20:38:50 +00:00
obache
be5fca4c37 drop require 'rubygems', it is not required in pkgsrc and not in ruby18-base. 2013-09-18 08:33:32 +00:00
taca
061bf4f316 Update ruby-facter to 1.7.3.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:03:33 +00:00
taca
fb86d1255e Update ruby-directory-watcher to 1.5.1.
Major Enhancements
- tests!
- major refactor

Minor Enhancement
- events generated from full scans may be sorted by mtime or size
- stat information is propagated into the event
2013-09-15 15:59:31 +00:00
taca
5ee2685ff1 Update capistrano to 2.15.5.
## 2.15.5 / July 4 2013

* Fix multistage argument parsing when using the `-s` option. (@jmazzi)
* Tweaks to the asset recipes. (@curtislinden)
* Use quotes around SCM usernames and passwords (@carloslopes)
* Avoid git warning when cloning Git repository using sha1 (@bpaquet)

## 2.15.4 / April 29 2013

* Fix parallel command logging (@gnufied)
* Fix a double-asset manifest problem on Rails upgrades. (@jimryan)

## 2.15.3 / April 25 2012

* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
* Restore maintenance.rhtml (@chulkilee)
* Fixes GH-434, If branches is an array of array, iterate them separately. (@gnufied)

A big "thank you" to the people who've pushed really amazing patches to the
2.15.x branch so soon after it's release. 2.15.0 was just too huge to go out
bug free.

## 2.15.2 / April 24 2013

* Fixed a bug with asset_paths (String vs. Array). (@joeycarmello)

## 2.15.1 / April 23 2013

* Support for Rails 4 (and other) randomised asset manifest names. (@jimryan)

## 2.15.0 / April 23 2013

* New varaible :shared_assets_prefix to allow people to host somewhere other
  than `/assets/`. Default is `assets`.
* Bring back web:enable and web:disable tasks. Sincerely apologies to all affected
  removing these was one of the most glaring mistakes we've made on this project
  and I feel personally responsible.
* Makes :git_shallow_clone work with branches (@cannikin)
* Avoid removing required assets (@bosko)
* Fix escaping of asset_paths when calling `deploy:finalize_update` (@mcary)
* Improve parallel command logging (@mpapis)
* Allow updating variables in the cap shell `cap> set :some_setting new_value`
  (@jpfuentes2)
* Add the option to configure `Capistrano::Logger.default_formatters=` this
  relates to the previous merging of the capistrano-colors gem. (@kellyredding)
* Don't attempt to connect to a nil `:gateway` (@mattheath)
* Simplify our .gemspec dependency list (@timoschilling)
* Make the existece of `config/deploy/{stage}.rb` optional, it'll be loaded if
  it exists, otherwise we continue without it (@ymainier)
* Misc spelling/typo fixes. (@mv)
* Update mtime and atime with touch when fixing asset timestamps (@wildoats)
* Change call of `rake {env} precompile:all` to drop the errornous `{env}` (@zxiest)
* Evaluate assets_role at runtime using a lambda (@nlenepveu)
* Handle when hosts (for example by joining/leaving the no_release meta group)
  have different old releases for `deploy:cleanup` (@oggy)
* Check for nil when tearing down connections (@yyuu)
* Go back to using SCP for uploads as against SFTP (@pjungwir)
* Added an option to dereference symlinks when using the :copy strategy
  (`set :copy_dereference_symlink, true`) useful when your working directory
  contains files symlinked in from outside your project root (@mehmetc)
* Small typo fix in README (@yule)
* Add Ruby 2.0.0-p0 to the TravisCI build (@jarrettmeyer)
* Add the option to set the shared asset prefix for Rails,
  (`set :shared_assets_prefix, "my_shared_assets"`) corresponds with it's
  namesake in Rails. By default is set to `assets`. (@spectator)
* Improved error messages for `cap {stage} deploy:check` (@petems)
* Make `run_locally` work with the `--dry-run` flag. (@flagthisiskun)
* Fix a link in the README to writing a good commit message. (@mhutchin)
* Code style fixes (@mv)
* Report differently if the command was killed by a signal (for example the
  oom killer on Ubuntu/Debian). (@tanob)
2013-09-15 15:56:12 +00:00
sno
47453fa226 Added p5-Unix-Statgrab 2013-09-13 10:32:16 +00:00
sno
30495b4b5c Adding new package for CPAN module Unix::Statgrab 0.101.
Unix::Statgrab is a wrapper for libstatgrab as available from
http://www.i-scream.org/libstatgrab/. It is a reasonably portable attempt
to query interesting stats about your computer. It covers information on
the operating system, CPU, memory usage, network interfaces, hard-disks etc.
2013-09-13 10:31:29 +00:00
sno
a657322da3 Update sysutils/swapd to 1.0.3nb2
* bump revision to force rebuild after libstatgrab update
* add patch for new libstatgrab API
2013-09-13 10:15:40 +00:00
fhajny
e786bba767 Add manifold 2013-09-13 08:51:48 +00:00
fhajny
04cd2d6b24 Import sysutils/manifold.
Manifold helps you quickly and easily create Solaris SMF manifest
XML files for your services by answering a few questions about how
it needs to be configured.
2013-09-13 08:51:09 +00:00
prlw1
ae8a049aec Update xen to 4.2.3
- Add warning if /kern/xen/privcmd is not readable

Fixes the following critical vulnerabilities:
 * CVE-2013-1918 / XSA-45:
    Several long latency operations are not preemptible
 * CVE-2013-1952 / XSA-49:
    VT-d interrupt remapping source validation flaw for bridges
 * CVE-2013-2076 / XSA-52:
    Information leak on XSAVE/XRSTOR capable AMD CPUs
 * CVE-2013-2077 / XSA-53:
    Hypervisor crash due to missing exception recovery on XRSTOR
 * CVE-2013-2078 / XSA-54:
    Hypervisor crash due to missing exception recovery on XSETBV
 * CVE-2013-2194, CVE-2013-2195, CVE-2013-2196 / XSA-55:
    Multiple vulnerabilities in libelf PV kernel handling
 * CVE-2013-2072 / XSA-56:
    Buffer overflow in xencontrol Python bindings affecting xend
 * CVE-2013-2211 / XSA-57:
    libxl allows guest write access to sensitive console related xenstore keys
 * CVE-2013-1432 / XSA-58:
    Page reference counting error due to XSA-45/CVE-2013-1918 fixes
 * XSA-61:
    libxl partially sets up HVM passthrough even with disabled iommu

The following minor vulnerability is also being addressed:
 * CVE-2013-2007 / XSA-51
    qemu guest agent (qga) insecure file permissions

Among many bug fixes and improvements:
 * addressing a regression from the fix for XSA-46
 * bug fixes to low level system state handling, including certain
    hardware errata workarounds
2013-09-12 23:37:18 +00:00
wiz
fe9e1504c8 Update to 1.6.14:
D-Bus 1.6.14 (2013-09-05)
==

The “Restore Fatigue” release.

Fixes:

• Avoid an infinite busy-loop if a signal interrupts waitpid()
  (fd.o #68945, Simon McVittie)

• Escape addresses containing non-ASCII characters correctly
  (fd.o #53499, Chengwei Yang)

• If malloc() returns NULL in _dbus_string_init() or similar, don't free
  an invalid pointer if the string is later freed (fd.o #65959, Chengwei Yang)

• If malloc() returns NULL in dbus_set_error(), don't va_end() a va_list
  that was never va_start()ed (fd.o #66300, Chengwei Yang)

• Fix a regression test on platforms with strict alignment (fd.o #67279,
  Colin Walters)

• Avoid calling function parameters "interface" since certain Windows headers
  have a namespace-polluting macro of that name (fd.o #66493, Ivan Romanov)

• Make "make -j check" work (fd.o #68852, Simon McVittie)
2013-09-12 13:25:47 +00:00
drochner
a0905f63c4 update to 4.1.6.1
This release fixes the following critical vulnerabilities:
CVE-2013-1918 / XSA-45: Several long latency operations are not
 preemptible
CVE-2013-1952 / XSA-49: VT-d interrupt remapping source validation flaw
 for bridges
CVE-2013-2076 / XSA-52: Information leak on XSAVE/XRSTOR capable AMD CPUs
CVE-2013-2077 / XSA-53: Hypervisor crash due to missing exception
 recovery on XRSTOR
CVE-2013-2078 / XSA-54: Hypervisor crash due to missing exception
 recovery on XSETBV
CVE-2013-2194, CVE-2013-2195, CVE-2013-2196 / XSA-55: Multiple
 vulnerabilities in libelf PV kernel handling
CVE-2013-2072 / XSA-56: Buffer overflow in xencontrol Python bindings
 affecting xend
CVE-2013-2211 / XSA-57: libxl allows guest write access to sensitive
 console related xenstore keys
CVE-2013-1432 / XSA-58: Page reference counting error due to
 XSA-45/CVE-2013-1918 fixes
XSA-61: libxl partially sets up HVM passthrough even with disabled iommu
This release contains many bug fixes and improvements. The highlights are:
addressing a regression from the fix for XSA-21
addressing a regression from the fix for XSA-46
bug fixes to low level system state handling, including certain
 hardware errata workarounds

(CVE-2013-1918 and CVE-2013-1952 were patched in pkgsrc before)
2013-09-11 18:00:33 +00:00
joerg
b278ee98e7 Use correct format strings for 64bit uvm structure layout. 2013-09-10 14:45:05 +00:00
joerg
b07b4c5ff8 Use z modifier for size_t. 2013-09-10 14:44:28 +00:00
joerg
31925864e3 Fix format string. 2013-09-10 14:44:03 +00:00
joerg
e8530f630d Drop -Wno-traditional for clang. 2013-09-10 14:43:42 +00:00
joerg
d85dcf5606 Drop -Wno-traditional for clang. Detect invalid client messages instead
of segfaulting. Bump revision.
2013-09-10 14:43:23 +00:00
joerg
7bcbe7526e Drop -Wno-traditional for clang. 2013-09-10 14:42:19 +00:00
joerg
aced5895ee This uses BSD makefile rules. Ignore tautologies for clang. 2013-09-10 14:42:05 +00:00
drochner
e3cf6115d8 Update sysutils/testdisk to testdisk-6.14.
from Leonardo Taccari per PR pkg/48189

Changes:
General Improvements
====================
     * The log file generated by the Windows version (cygwin) reports bad
       sectors in a more readable fashion, example
         ReadFile Data error (cyclic redundancy check).
     * As openssl isn't used, don't link with this cryptographic library
       (Debian tries to avoid mixing GPL code and openssl)

TestDisk
========
Improvements
------------
     * testdisk /list now displays the disk model, serial number, firmware
       version and hpa or dco presence if detected
     * Recover WBFS (Wii Backup File System) partition
     * Make FAT RebuildBS works when there is a single FAT table
     * Interface: Display the partition table type if autodetected
     * Interface: modified warning about mismatching geometry between FAT
       or NTFS boot sector and HD geometry information (Debian #651756)
     * Interface: Remove "Allow partial last cylinder" option

Bug fixes
---------
     * Fix crc in EFI backup GPT
     * Rewrote how TestDisk aligns partition on cylinder or 1MB boundary.
       It avoids to create partition entry where the partition ends after
       the end of the disk.

PhotoRec
========
Improvements
------------
     * Improve Olympus .orf recovery
     * Improve WP Mac/WP5/WP6 Corel Documents .wpd files recovery
     * Fix thumbs.db recovery, avoid some false positive with .doc
     * Interface: if less than 10 file families are enabled, display the
       results even if zero has been found yet

   New file formats:
     * .aep After Effects
     * .axx AxCrypt
     * .dp Designer, a Photobook Designer Software
     * .lzh archive
     * .mmap MindManager
     * .plt Gerber Graphix Advantage
     * .prproj Adobe Premiere project
     * .psb Adobe Photoshop Image
     * .pts PTGui, panoramic stitching software
     * .qcp The QCP File Format and Media Types for Speech Data (RFC3625)
     * .shn Shorten audio file
     * .snt Windows Sticky Notes
     * .ttd TinyTag Data
     * .wallet Armory bitcoin wallet
     * .wim Windows imaging (WIM) image

Bug fixes
---------
     * Fix an endless loop during .caf file recovery
     * Fix tiff recovery including some raw file formats, 64-bit version
       wasn't affected
2013-09-09 17:45:58 +00:00
wiz
6ba0de1f29 Finish git rename from scmgit to git. 2013-09-09 14:07:58 +00:00
joerg
661901e238 Don't force ACTIVE_CC for clang. Explicitly disable noreturn checks. 2013-09-08 16:33:59 +00:00
jperkin
d66c54b5ce bsdinstall-20130905: Install pre-generated catman page where necessary.
This is a bootstrap package, we cannot rely on a BSD-compatible nroff
being available at bootstrap time, so add a pre-generated version.
2013-09-05 12:19:49 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
jperkin
5a42c5d746 Portability fixes. 2013-09-03 15:27:38 +00:00
adam
f9f8d0c32d Revbump after updating graphics/gd 2013-09-02 21:23:06 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
0250ed233c Update to 0.22:
============
Version 0.22
============

 desktop-file-validate
  - add DBusActivatable key to allowed keys (Matthias Clasen)
  - warn about OnlyShowIn in Action groups (Matthias Clasen)
  - allow validating multiple desktop files (Matthias Clasen)
  - improve help output (Matthias Clasen)
  - update man page (Matthias Clasen)

 update-desktop-database
  - list only once a desktop file per mime type (Vincent)

 misc
  - honor NOCONFIGURE=1 (Colin Walters)
2013-09-02 16:08:11 +00:00
obache
748938b63c Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk.
PR pkg/40713.
2013-09-01 06:32:11 +00:00
joerg
94db5e949f Yet more poppler API changes. 2013-08-31 14:54:46 +00:00
joerg
2e4cba449c If UNUSED isn't define, do it ourself. 2013-08-30 16:55:47 +00:00
joerg
1456b8ea61 Don't try to create weak symbols as the renaming isn't done. 2013-08-30 16:54:46 +00:00
jperkin
890f670693 + bsdinstall 2013-08-28 11:43:42 +00:00
jperkin
b01f4aebb9 Add bsdinstall-20130828 to pkgsrc.
This is a portable version of NetBSD's install(1) program, and is intended
to be used as a replacement for the install-sh script on platforms which do
not have a native BSD install program.  The install-sh script does not
support file names with spaces, and this version should be more robust.

This portable version does not include mtree, futimes and chflags support.

Tested in a full SmartOS bulk build with no apparent issues.
2013-08-28 11:42:36 +00:00
obache
05b372fa78 Update p5-Quota to 1.7.0.
PR pkg/48144.

Changes in 1.7.0 (August 2013)
- Added support for the new NetBSD 6.0 quota system (libquota)
  Thanks to David Holland and Edgar Fuss
- To support limits and usage >= 2^32 on 32-bit clients, Quota::setqlim
  and Quota::query interfaces were changed to use double (NV) instead
  of integer (IV). This should be transparent to users of the module.
2013-08-27 08:06:56 +00:00
richard
9960658f41 update patch commentary in tree 2013-08-25 14:29:52 +00:00
prlw1
d1d90ab425 We reached NetBSD "6". 2013-08-24 15:34:39 +00:00
obache
709de2aaa9 share hacks.mk with its base package. 2013-08-24 09:36:43 +00:00
wiz
addcb9f463 + ncdu. 2013-08-23 11:32:03 +00:00
wiz
941e4e2a8a Import ncdu-1.10 as sysutils/ncdu, packaged for wip by slitvinov.
ncdu (NCurses Disk Usage) is a curses-based version of the well-known
'du', and provides a fast way to see what directories are using
your disk space.
2013-08-23 11:31:29 +00:00
prlw1
7c95fa6f13 To quote an earlier commit message:
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
2013-08-22 09:21:57 +00:00
obache
1b3ebdcac5 using hicolor-icon-theme.
Bump PKGREVISION.
2013-08-22 08:35:29 +00:00
wiz
f81cafa7ee Fix typo in Size. 2013-08-22 07:12:37 +00:00
shattered
193ac8d8fb Update to 6.2 and reset maintainer. Selected changes:
- Support for ATA Long Logical/Physical Sectors (LLS/LPS).
- smartctl option '-f brief' to select new attribute output
  format which includes more flags and fits in 80 columns.
- smartctl options '-g, --get' and '-s, --set' to get/set
  various ATA settings: AAM, APM, Read look-ahead, Write
  cache, Security (freeze), Standby mode/timer.

- smartd resends warning emails if problem reappears.
- smartd warning emails include device identify info.

- 'update-smart-drivedb' does no longer require GNU sed.
- Linux and FreeBSD: Support for SATA/SAS disks behind Areca SAS
  controllers.

- Many HDD, SSD and USB additions to drive database.

More:
http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/NEWS
2013-08-20 11:07:13 +00:00
imil
71eaecaea1 Updated salt to version 0.16.3.
Many changes and updates since version 0.15.3, see:

. http://docs.saltstack.com/topics/releases/0.16.0.html
. http://docs.saltstack.com/topics/releases/0.16.2.html
. http://docs.saltstack.com/topics/releases/0.16.3.html
2013-08-17 18:30:02 +00:00
richard
dea9566133 fixup options.mk after libnotify07 merge 2013-08-17 16:28:48 +00:00
jperkin
8f525221e0 Explicitly link against libclucene-shared on SunOS. 2013-08-16 10:28:13 +00:00
obache
c4adaa3f61 remove stale patch 2013-08-16 09:53:49 +00:00
obache
d85a0c4861 Removed libnotify07, libnotify packages is 0.7. 2013-08-16 09:26:29 +00:00
obache
5efa7891f3 revbump from libnotify bumped to 0.7 and dependency changed from libnotify07. 2013-08-16 09:20:40 +00:00
obache
709914bb65 Update libnotify to 0.7.5.
New in 0.7.5
============

- Build fixes (Colin Walters)
- Documentation improvements (Javier Jardón)
- Spec clarifications (Matthias Clasen)

New in 0.7.4
============

- Improve documentation of supported image data formats (Colin Walters)
- Honor aclocal flags (Craig Keogh)
- Update autotools configuration (Javier Jardón)
- Test notification removal (William Jon McCann)

NEW in 0.7.3:
==============

- Add a way to change the application name for
  individual notifications (Richard Hughes)

NEW in 0.7.2:
==============

- Add a way to change the application name (William Jon McCann)
- Mark image_path as deprecated (William Jon McCann)
- Allow properties to be set in any order (Matthias Clasen)

NEW in 0.7.1:
==============

 - Don't export private symbols (Emilio Pozuelo Monfort)
 - Introspection support and annotations (Jonathan Matthew, Martin Pitt)
 - Documentation cleanups and fixes (Javier Jardón)
 - Ref the pixbuf passed to set_image_from_pixbuf (Guillaume Desmottes)
 - Add tests for new capabilities and hints (William Jon McCann)
 - Update spec to mention "persistence" and "action-icons" server
   capability and "action-icons", "transient" and "resident" hints.
   Bump spec version to 1.2  (William Jon McCann)

NEW in 0.7.0:
==============

 - Remove the ability to attach notifications to widgets or positions
 - Add a test for the persistence server capability
 - Port to use GBus instead of dbus-glib (Christian Persch)
 - Add a macro to get library version number
 - Remove GTK+ dependency from library
 - Port tests to GTK+ 3

NEW in 0.6.0:
==============

The 0.5.1 release included changes that should not have been made on a
stable branch.  It should have been a 0.6 series release.  So here it is.

- Fixed #623096 Fix notify_get_server_info results


NEW in 0.5.1:
==============
- Remove explicit GTK+ 2.x linking, so that libnotify can link against
  both GTK+ 2.x or GTK+ 3.x

NEW in 0.5.0:
==============
- Support for version 1.1 of notification spec (Aurélien Gâteau, A. Walton)
- Fixed #608089, Applications aborted at finalizing when the dbus session is being closed. (William Jon McCann)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608086, wrong return value of notify_init() (William Jon McCann)
- Fixed #612720, Does not compile with -DGSEAL_ENABLE (William Jon McCann)
- Fixed #613999, Use g_strcompress in notify-send to parse \n from command line (William Jon McCann)
- Fixed #610880, lazily initialize the daemon (Martin Pitt)
2013-08-16 09:17:33 +00:00
richard
3bddbb4989 misc fix including solaris support 2013-08-15 12:40:06 +00:00
wiz
d5411d9612 Update to 3.01a17:
All:

-	The Schily Makefilesystem no longer uses CC= for internal tasks.
	People who now set $CC to a different value will fail in a similar
	way as they would fail with other build systems.

-	Added automatic support for ARMv5 and ARMv6. This makes compilation
	on the RaspberryPI also possible with the non-automake aware gmake.

-	Allow "static" compilation (a compilation that does not use the
	dynamic defines from the Schily Makefilesystem) on Linux ARMv6 (which
	is used by RaspberryPI).

-	Allow a "static" compilation (a compilation without using dynamic -I
	Paths) on Linux on ARMv5 and ARMv6 by adding static #includes for
	Linux ARM in:

		include/schily//align.h
		include/schily//archdefs.h
		include/schily//avoffset.h
		include/schily//xconfig.h

	This is needed if you like to install the schily include files
	to /usr/include/schily and allow users to "manually" compile
	programs that use e.g libparanoia.

	To allow this, the autoconf results need to be installed as:

	<schily/armv5l-linux-gcc/*.h>
	and
	<schily/armv6l-linux-gcc/*.h>


-	Many sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__


Libmdigest:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__

Libscg:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__

Cdrecord:

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
	This is neded as newer Cygwin versions that run in 64 Bit mode
	do no longer define __CYGWIN32__ but __CYGWIN__
2013-08-15 09:12:40 +00:00
obache
17f87116ff dependency on libnotify had been dropped before 2.26.x.
bump PKGREVISION.
2013-08-15 05:58:53 +00:00
obache
8416b1ed54 Update packaging
* switch to use libnotify07
* no need to maintain desktopdb.
* LICENSE=gnu-gpl-v2

Bump PKGREVISION.
2013-08-15 05:45:54 +00:00
obache
af02dde11d + ruby-libnotify 2013-08-14 12:52:25 +00:00
obache
0287d93e1e Import ruby-libnotify-0.5.1 as sysutils/ruby-libnotify.
ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org)
2013-08-14 12:51:16 +00:00
obache
d9bf805c37 Fixes CATEGORIES 2013-08-14 08:55:49 +00:00
obache
d5da0d0ab1 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 08:01:48 +00:00
obache
386278cb70 regen 2013-08-14 04:11:12 +00:00
markd
27cedecdbb Depend on the latest version of libclucene as older versions wont result
in current PLIST.
2013-08-13 20:00:41 +00:00
abs
606f63eac8 lucene related files appear to have changed their paths - update PLIST & bump PKGREVISION 2013-08-13 11:55:24 +00:00
obache
4a3f363a5d Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 09:38:29 +00:00
obache
e7ba26868e Fixes packaging, replaced with completely different package as update to 0.2.1.
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR.
* fixes CATEGORY, `devel' is sufficient.
* let to register EGG-INFO.

Bump PKGREVISION.
2013-08-13 09:18:46 +00:00
obache
7431e1bad4 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 14:24:35 +00:00
obache
b15ce4949d Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 09:10:09 +00:00
obache
5332cd44e4 Update notification-daemon to 0.7.6.
NEW in 0.7.6:
==============
- Fix a wrong loop condition
- Translation updates (Marathi)

NEW in 0.7.5:
==============
- Translation updates (Hindi, Catalan)

NEW in 0.7.4:
==============
- Translation updates (Malay, Telugu, Norwegian Nynorsk,
  Norwegian bokmål, Uzbek, Khmer, Arabic, Esperanto)

NEW in 0.7.3:
==============
- Translation updates (Asturian, Assamese, Thai, Telugu)

NEW in 0.7.2:
==============
- Remove vestigial dbus-glib requirement
- Translation updates (Italian, Dutch, Gujarati, Ukrainian,
  Norwegian bokmål, Bulgarian, Spanish, Slovenian, Kannada,
  Hebrew, Swedish, Simplified Chinese, Greek, Korean, French,
  Latvian, Vietnamese, Catalan, Oriya, Galician, British English,
  Romanian, Polish, Estonian, Hungarian, Portuguese, Russian
  German, Serbian, Indonesian, Afrikaans, Punjabi, Uighur,
  Basque, Traditional Chinese, Tamil, Czech, Danish, Turkish,
  Bengali, Persian, Japanese, Aragonese, Catalan (Valencian),
  Finnish, Lithuanian, Belarusian, Zulu)

NEW in 0.7.1:
==============
- Don't use DBus activation
- Don't exit on idle
- Install a desktop file for notification-daemon

NEW in 0.7.0:
==============
- Support image-data and image-path hints
- Translation updates (French, Swedish, Danish, Punjabi,
  Chinese, Italian, Hebrew, Galician, Norwegian bokmål,
  Arabic, Catalan)

NEW in 0.6.0:
==============
- Drop setup capplet
- Drop themes
- Add a 'dock' for bubbles
- Add 'persistence' and 'action-icons' capabilities
- Support transient and resident notifications
- Port to GDBus

NEW in 0.5.0:
==============
- Add a new default theme
- Properly handle monitor changes
- Add multi-screen support
- Exit when not in use
- Exit when unable to acquire bus name
- Support version 1.1 of the notification spec
- Various memory leak fixes
- Better RTL locale support
- Don't monitor all X events unless necessary
- Update the list of ways to start a browser (Matthias Clasen)
- Fix the screensaver lock detection (Matthias Clasen)
- Use top right location by default (Matthias Clasen)
- Use canberra instead of gstreamer for event sounds
- Limit the total number of notifications that can be displayed at once
- Conversion from glade to gtkbuilder
- Fixed #608077, doesn't report its sound capability when built with sound support (Bastien Nocera)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608858, Modernize autotools configuration (Javier Jardón)
- Fixed #612032, Various i18n problems (William Jon McCann)
- Fixed #622021, Closed signal is not emitted when the screensaver si active (Bastien Nocera)
- Fixed #622552, doesn't support multiple screens or monitor configuration changes (William Jon McCann)
- Fixed #622556, Save some RAM in NotifyTimeout (Bastien Nocera)

Translations:
- Updated cs: Petr Kovar
- Updated da: Joe Hansen
- Updated de: Mario Blättermann
- Updated el: Kostas Papadimas
- Updated es: Jorge González
- Updated et: Priit Laes
- Updated fr: Claude Paroz
- Updated gl: Fran Diéguez
- Updated hu: Gabor Kelemen <kelemeng at gnome dot hu>
- Updated it: Luca Ferretti
- Updated ja: Christian Hammond
- Updated lt: Gintautas Miliauskas, Aurimas Černius
- Updated nb: Kjartan Maraas
- Updated pa: A S Alam
- Updated pl: Piotr Drąg
- Updated pt_BR: André Gondim, Vladimir Melo, Henrique P. Machado
- Updated ru: Leonid Kanter, Yuri Myasoedov, Christian Hammond
- Updated sl: Matej Urbančič
- Updated sv: Daniel Nylander
- Updated zh_CN: Ray Wang, 微尘, Aron Xu
2013-08-12 08:35:17 +00:00
markd
9df5639ad7 Re-add match on i[3-9]86* from previous version of patch so that matches
NetBSD/i386 (which is being reported as i486--netbsdelf)
2013-08-07 10:12:43 +00:00