It is the latest stable FFmpeg release from the 1.1 release branch, which was cut from master on 2013-01-06. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-01-06, libav 9.1 as of 2013-02-23.
created, so put the new version of the distfile into a DIST_DUBDIR.
New distfile has been verified to contain the pkgsrc patch -- which actually
caused the change in the distfile.
library, into the Packages Collection.
libuv is used as the platform layer for node.js
libuv enforces an asynchronous, event-driven style of programming.
Its core job is to provide an event loop and callback based
notifications of I/O and other activities. libuv offers core
utilities like timers, non-blocking networking support, asynchronous
file system access, child processes and more.
Icinga is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem arises
and when it gets resolved. Icinga is written in C and is designed to
run under Linux, although it should work under most other *NIX variants.
It can run either as a normal process or as a daemon, intermittently
running checks on various services that you specify. The actual service
checks are performed by external "plugins" which return service
information to Icinga. Several CGI programs are included with Icinga
in order to allow you to view the current service status, history, etc.
via a web browser.
This package provides the core Icinga infrastructure and web pages.
Icinga is a fork of Nagios (net/nagios-base) and Icinga uses
Nagios's plugins (net/nagios-plugins).
=== 0.8.2 / 28.02.2013
Author: Roque Pinel <roque.pinel@infotechfl.com>
Date: Wed Feb 27 12:10:29 2013 -0500
* Requiring BigDecimal for checking.
* Made API friendly to BigDecimal precision.
* Changes introduced by the user 'valeriusjames'.
GNS3 0.8.3.1
* Vboxwrapper recompilation to run with VirtualBox 4.2
* Support for access to the GNS3 VirtualBox VM name from inside a VM:
VBoxControl guestproperty get NameInGNS3
* Minor fixes
GNS3 0.8.3
* Option to freely use the first VBox interface inside VMs (i.e. eth0
on Linux).
* New base configuration (startup-config) for devices with NM-16ESW
(named baseconfig_sw.txt).
* Console and headless mode support for VirtualBox devices.
* Embedded console/terminal server to access VirtualBox VM consoles
using Telnet.
* Support for drag & drop of topology files inside GNS3.
* Double quote support for Qemu options and ASA kernel/initrd command lines.
* Import & export for GNS3 configuration file (gns3.ini).
* Global TCP port tracker to allocate ports and avoid conflicts (console
+ AUX ports for IOS routers and console ports for Qemu-like/VirtualBox
devices are tracked)
* Scripts for using consoles with VBox VMs (Windows only).
* Backup nvram export when Dynamips has crashed.
* Option (activated by default) to use the VirtualBox VM names to name
VirtualBox devices in GNS3.
* Complete IPv6 support (with correct functions).
* Support for binding on specific addresses when loading a topology
* Option to track opened node consoles in order to close them when the
node gets deleted.
GNS3 0.8.0 VirtualBox Edition
Major Improvements:
* VirtualBox support (v4.1 required)
* Wireshark Live Traffic Capture
* Basic IPv6 enablement
* Basic Netbook enablement
* Dynagen Console got a massive rewrite / cleanup
* Russian translation got a major update
Detailed changes see CHANGELOG
preference to target_noncanonical so that the user can override if
required, e.g. in a multilib environment where target_noncanonical will
change based on current ABI.
Additionally, ensure that it comes first in the RPATH so that when
using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct
libraries.
gcc47-libs package rather than relying on the PKGREVISION bump to pick it up.
This resolves some issues where we were seeing gcc47 picked as the dependency
instead of gcc47-libs.
ufraw user who was having trouble on ubuntu.
Upstream NEWS content from web page:
Most important: some bugs leading to imprecise results when processing
extreme values, e.g. from fisheye lenses, were fixed. Thanks to
Torsten B. for working on this!
Apart from that we got several new lenses and camera profiles:
New DSLR and mirrorless camera lenses:
Canon EF 50mm f/1.8 II
Canon EF-S 18-55mm f/3.5-5.6 IS II
Nikkor 16-35mm f/4G ED-AFS VR
Sigma 18-200mm f/3.5-6.3 II DC OS HSM
Sigma 50mm F1.4 EX DG HSM
Sigma 70-300mm F4-5.6 DL Macro
Minolta/Sony AF DT 18-70mm F3.5-5.6 (D)
OLYMPUS M.12-50mm F3.5-6.3
Sony DT 18-55mm F3.5-5.6 SAM SAL 1855
Tamron SP 24-70mm F/2.8 Di VC USD
Tamron SP AF 10-24mm F/3.5-4.5 Di II LD Aspherical IF
Tokina AT-X Pro DX 11-16mm F2.8
LUMIX G 14mm F2.5
Sony E 16mm F2.8
1Sony E 18-55mm F3.5-5.6 OSS
Sony E 50mm F1.8 OSS
Sony E 55-210mm F4.5-6.3 OSS
Sony VCL-ECF1 fisheye converter
New compact cameras:
Canon G15
Fuji FinePix F200EXR
Nikon COOLPIX P60
Olympus XZ-1
Panasonic DMC-LX5 4:3
Sony DSC-RX100, RX100
Most of this had been applied upstream (or was taken from upstream).
The only thing left was adding an include of string.h, but it builds
w/o warnings without it, so that appears no longer necessary.
pkgsrc notes:
* I know 0.2.7 is out; it has issues on ubuntu so I'm doing this first.
* patch-ac should perhaps be dropped.
Upstream NEWS content (from web page):
* more than 40 new database entries of lenses and compact cameras
* new CMake based build system for better cross platform compatibility
and compilation fixes for MSVC
* better integration into hugin for loading and storing lens
parameters via the lensfun library
* several bug fixes and stability improvements
What's new in Sudo 1.7.10p7?
* A time stamp file with the date set to the epoch by "sudo -k"
is now completely ignored regardless of what the local clock is
set to. Previously, if the local clock was set to a value between
the epoch and the time stamp timeout value, a time stamp reset
by "sudo -k" would be considered current.
What's new in Sudo 1.7.10p6?
* The tty-specific time stamp file now includes the session ID
of the sudo process that created it. If a process with the same
tty but a different session ID runs sudo, the user will now be
prompted for a password (assuming authentication is required for
the command).
What's new in Sudo 1.7.10p5?
* On systems where the controlling tty can be determined via /proc
or sysctl(), sudo will no longer fall back to using ttyname()
if the process has no controlling tty. This prevents sudo from
using a non-controlling tty for logging and time stamp purposes.
What's new in Sudo 1.7.10?
* If the user is a member of the "exempt" group in sudoers, they
will no longer be prompted for a password even if the -k flag
is specified with the command. This makes "sudo -k command"
consistent with the behavior one would get if the user ran "sudo
-k" immediately before running the command.
* The sudoers file may now be a symbolic link. Previously, sudo
would refuse to read sudoers unless it was a regular file.
* The user/group/mode checks on sudoers files have been relaxed.
As long as the file is owned by the sudoers uid, not world-writable
and not writable by a group other than the sudoers gid, the file
is considered OK. Note that visudo will still set the mode to
the value specified at configure time.
* /etc/environment is no longer read directly on Linux systems
when PAM is used. Sudo now merges the PAM environment into the
user's environment which is typically set by the pam_env module.
* The initial evironment created when env_reset is in effect now
includes the contents of /etc/environment on AIX systems and the
"setenv" and "path" entries from /etc/login.conf on BSD systems.
* On systems with an SVR4-style /proc file system, the /proc/pid/psinfo
file is now uses to determine the controlling terminal, if possible.
This allows tty-based tickets to work properly even when, e.g.
standard input, output and error are redirected to /dev/null.
* The sudoreplay command can now properly replay sessions where
no tty was present.
* Fixed a race condition that could cause sudo to receive SIGTTOU
(and stop) when resuming a shell that was run via sudo when I/O
logging (and use_pty) is not enabled.
This extension provides an ODBC v3 driver for PDO. It supports unixODBC
and IBM DB2 libraries, and will support more in future releases.
In pkgsrc we only support unixODBC currently.