Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
|
|
Bump PKGREVISION.
|
|
|
|
- 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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
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 Jrg Schilling, originated by Heiko Eifeldt 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__
|
|
bump PKGREVISION.
|
|
* switch to use libnotify07
* no need to maintain desktopdb.
* LICENSE=gnu-gpl-v2
Bump PKGREVISION.
|
|
|
|
ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org)
|
|
|
|
Bump PKGREVISION.
|
|
|
|
in current PLIST.
|
|
bump PKGREVISION
|
|
Bump PKGREVISION.
|
|
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR.
* fixes CATEGORY, `devel' is sufficient.
* let to register EGG-INFO.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
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
|
|
NetBSD/i386 (which is being reported as i486--netbsdelf)
|
|
|
|
Upstream changes are not easily found, there's no changelog apart from
Github commit changelog.
|
|
pkgsrc changes:
---------------
FETCH_USING=curl, as PyPi moved to https only.
Upstream changes:
-----------------
2013-07-26: released Fabric 1.7.0
2013-07-26: released Fabric 1.6.2
[Feature] #925: Added contrib.files.is_link. Thanks to @jtangas for the
patch.
[Feature] #922: Task argument strings are now displayed when using fab -d.
Thanks to Kevin Qiu for the patch.
[Bug] #912: Leaving template_dir un-specified when using upload_template
in Jinja mode used to cause 'NoneType' has no attribute 'startswith'
errors. This has been fixed. Thanks to Erick Yellott for catch & to
Erick Yellott + Kevin Williams for patches.
[Feature] #924: Add new env var option colorize_errors to enable
coloring errors and warnings. Thanks to Aaron Meurer for the patch.
[Bug] #593: Non-ASCII character sets in Jinja templates rendered
within upload_template would cause UnicodeDecodeError when uploaded.
This has been addressed by encoding as utf-8 prior to upload.
Thanks to Sébastien Fievet for the catch.
[Feature] #908: Support loading SSH keys from memory.
Thanks to Caleb Groom for the patch.
[Bug] #171: Added missing cross-references from env variables
documentation to corresponding command-line options.
Thanks to Daniel D. Beck for the contribution.
[Bug] #884: The password cache feature was not working correctly with
password-requiring SSH gateway connections.
That’s fixed now. Thanks to Marco Nenciarini for the catch.
[Feature] #826: Enable sudo extraction of compressed archive via use_sudo
kwarg in upload_project. Thanks to @abec for the patch.
[Bug] #694: Allow users to work around ownership issues in the default
remote login directory: add temp_dir kwarg for explicit specification of
which “bounce” folder to use when calling put with
use_sudo=True.
Thanks to Devin Bayer for the report & Dieter Plaetinck / Jesse Myers for
suggesting the workaround.
[Bug] #882: Fix a get bug regarding spaces in remote working directory names.
Thanks to Chris Rose for catch & patch.
|
|
Released on 2013-07-28.
* Sources migrated to a GitHub project from the previous copy in
the pkgsrc repository. sysupgrade is now a first-class package and
includes a traditional build system based on automake and autoconf.
* Moved the sysupgrade script from bin to sbin.
|
|
Released on 2013-07-28.
* Sources migrated to a GitHub project from the previous copy in
the pkgsrc repository. sysbuild is now a first-class package and
includes a traditional build system based on automake and autoconf.
|
|
Based on PR pkg/48073 by Nils Ratusznik.
(drop FETCH_USING=curl, put distfile on ftp.n.o).
3.8.4 -> 3.8.5
- Improved rotation during daylight saving time and between timezone
changes.
- Fixed ACL setting problem caused by ext3 erroneously reporting ENOSYS
instead of ENOSUP.
- Do not continue with rotation if state file is corrupted.
- Make logrotate.status creation atomic.
- Allow "hourly" rotation. See manpage for more information.
- Use "/bin/echo" in tests. Fixes tests execution in Dash.
- Do no try to parse config files bigger than 16MB.
- Improved manpage consistency and formatting.
- Fix race condition between acl_set_fd() and fchmod().
|
|
as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file
with
[entropy]
user root
as contents to get any values. And... at the same time, I notice that
the postfix_mailqueue script also needs a postfix plugin-conf.d file with
[postfix_mailqueue]
user postfix
as contents to get any values.
Bump PKGREVISION.
|
|
This release provides a lot of platform-specific improvements for various
platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd.
It also provides some platform-independent fixes & code cleanup.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Solaris: Implement map_legacy & legacy_io functions
Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication
Bug 63583 - add legacy IO routines for FreeBSD
Define PCI_MATCH_ANY as an unsigned int
pci_id_file_open: move variable inside the #ifndef that uses it
pci_device_solx_devfs_read: fix sign conversion/comparison warnings
Solaris: Remove #defines for Ultra 45 southbridge device ids
pci_device_solx_devfs_probe: implicit conversion changes signedness warnings
Resync COPYING file with copyrights/licenses from code
libpciaccess 0.13.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Egbert Eich (1):
PCI: set correct mask value when matching for bridges.
Henry Zhao (5):
libpciaccess: implementation of boot_vga in Solaris
libpciaccess: sparc rom read fix
scanpci: print meaningful info on BASEROM
Solaris: Add domain support for sparc platform
Solaris: probe improvement
John Martin (1):
Fix Sun bug #7035791: scanpci should report 64 bit registers
Mark Logan (1):
libpciaccess: fix memory usage errors
Samuel Thibault (1):
Implement legacy io & map for x86 backend
Thomas Klausner (6):
Protect config.h like usual.
Move 'const' to correct place, so it has meaning.
Update NetBSD support.
Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Fix build on NetBSD-4.
Support more pci functions on NetBSD.
|
|
|
|
|
|
|
|
|