summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2018-04-30Remove PKGREVISION after updateryoon1-2/+1
2018-04-30Update to 10.2.5ryoon2-8/+8
Changelog: open-vm-tools release 10.2.5 based on build 8068406 Resolved Issues * open-vm-tools 10.2.0 does not recognize UFS filesystem partitions open-vm-tools 10.2.0 has dropped UFS from the list of known file system type. As a result, the default filesystem of Solaris and FreeBSD is not recognized. open-vm-tools Services in the GuestInfo for the virtual machine do not report these filesystems. You might not be able to monitor the disk usage of UFS filesystems with vRealize Operations or vCenter Managed Object Browser. This issue is resolved in this release. * Information about non-existing device mounted to a file system was not reported Few Linux guest operating systems might have a non-existing device mounted to a filesystem. For example /dev/root/. open-vm-tools does not report this information. This issue is resolved in this release.
2018-04-29revbump for boost-libs updateadam34-56/+68
2018-04-29+ sysutils/rwkamil1-1/+2
2018-04-29sysutils/rw: import rw-1.0kamil4-0/+30
Sortix rw is a program that reads blocks from the standard input and copies them to the standard output until the end of the standard input. rw(1) is designed to be a replacement for dd(1), providing only the the core blockwise I/O. It has a standard command line interface with dashed options, useful and efficient defaults, and is simpler because it doesn't support converting the input (e.g. converting ASCII to/from EBCDIC).
2018-04-28*: Recursive bump for poppler update to 0.64.0wiz2-4/+4
2018-04-28Update to 0.44. From the changelog:schmonz2-7/+7
- Issue #18: fix t/05.legacy-pathmk_unc.t for recent updates (thanks zdm) - pull request #16 - strip down list of prerequisites to modules that are safe to use high on the CPAN river (thanks karenetheridge)
2018-04-27sysutils/liblognorm: Update to 2.0.5.fhajny2-7/+7
- bugfix: es_str2cstr leak in string-to v1 parser - make "make check" "succeed" on solaris 10 - some mostly cosmetic fixes detected by Coverity Scan
2018-04-23Add p5-File-Copy-Recursive-Reducedwen1-1/+2
2018-04-23Import File-Copy-Recursive-Reduced-0.006 as p5-File-Copy-Recursive-Reduced.wen3-0/+31
File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive. The library provides methods similar enough to that distribution's fcopy(), dircopy() and rcopy() functions to be usable in those CPAN distributions often described as being part of the Perl toolchain.
2018-04-23Update to 0.43wen2-7/+7
Upstream changes: 0.43 Sat Apr 21 15:39:09 2018 - pull request #16 - strip down list of prerequisites to modules that are safe to use high on the CPAN river (thanks karenetheridge) 0.42 Fri Apr 20 23:42:41 2018 - rt 125136 - reinstate 5.8 compat by not using // operator in the new unc test (thanks SREZIC) - pull request #14 - Add .gitignore. (thanks jkeenan) - pull request #13 - File::Find::Rule is used in the test suite but not named as a prequisite in Makefile.PL. (thanks jkeenan) 0.41 Thu Apr 19 15:58:12 2018 - Issue #10 and #8: fix Makefile.PL; add github metadata (thanks karenetheridge and chorny) - Issue #11: Fix the test failure described in RT#123964 (thanks tomhukins and SREZIC) - Issue #9: Fixes for Windows (thanks chorny) - rt 124324 - fix v0.40 changelog date (thanks ANDK) - rt 124151 - pathrm with force on should guard against absolute paths (thanks chorny) - rt 124423 - have fcopy() work around File::Copy::copy() bug rt132866 (thanks DROLSKY) - Issue #12 and rt 124166 - set umask for reliability (thanks teoric and ether) - rt 43328 - add ULC test to verify pathmk() w/ ULC (thanks willi.weikum and LouisStrous)
2018-04-22cdrtools: Fix build under macOS (High Sierra)tron1-1/+2
Create 64bit clang rules file by copying the 32bit file. The compiler defaults to 64bit binaries under modern version of macOS/Xcode anyway.
2018-04-21py-borgbackup: add patch for previouswiz1-0/+15
2018-04-21py-borgbackup: accept msgpack.wiz2-2/+4
Bump PKGREVISION.
2018-04-20ovmf: use older pkgsrc acpica to fix build on netbsd-current.maya1-2/+4
add missing depends. Install OVMF.fd as data so we do not try to strip it. it's not ELF and broke install.
2018-04-18sysutils/beats: Update to 6.2.4. Enable auditbeat (outside SunOS).fhajny3-8/+21
Auditbeat - Add hex decoding for the name field in audit path records. Filebeat - Fix panic when log prospector configuration fails to load. Packetbeat - HTTP parses successfully on empty status phrase.
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz11-19/+22
2018-04-17desktop-file-utils: Add font as valid media typemarkd3-2/+26
This was codified in RFC 8081, and some desktop apps are using this now. https://bugs.freedesktop.org/show_bug.cgi?id=105785
2018-04-17py-borgbackup: update to 1.1.5.wiz3-24/+7
Version 1.1.5 (2018-04-01) -------------------------- Compatibility notes: - 1.1.5 changes: - require msgpack-python >= 0.4.6 and < 0.5.0. 0.5.0+ dropped python 3.4 testing and also caused some other issues because the python package was renamed to msgpack and emitted some FutureWarning. Fixes: - create --list: fix that it was never showing M status, #3492 - create: fix timing for first checkpoint (read files cache early, init checkpoint timer after that), see #3394 - extract: set rc=1 when extracting damaged files with all-zero replacement chunks or with size inconsistencies, #3448 - diff: consider an empty file as different to a non-existing file, #3688 - files cache: improve exception handling, #3553 - ignore exceptions in scandir_inorder() caused by an implicit stat(), also remove unneeded sort, #3545 - fixed tab completion problem where a space is always added after path even when it shouldn't - build: do .h file content checks in binary mode, fixes build issue for non-ascii header files on pure-ascii locale platforms, #3544 #3639 - borgfs: fix patterns/paths processing, #3551 - config: add some validation, #3566 - repository config: add validation for max_segment_size, #3592 - set cache previous_location on load instead of save - remove platform.uname() call which caused library mismatch issues, #3732 - add exception handler around deprecated platform.linux_distribution() call - use same datetime object for {now} and {utcnow}, #3548 New features: - create: implement --stdin-name, #3533 - add chunker_params to borg archive info (--json) - BORG_SHOW_SYSINFO=no to hide system information from exceptions Other changes: - updated zsh completions for borg 1.1.4 - files cache related code cleanups - be more helpful when parsing invalid --pattern values, #3575 - be more clear in secure-erase warning message, #3591 - improve getpass user experience, #3689 - docs build: unicode problem fixed when using a py27-based sphinx - docs: - security: explicitly note what happens OUTSIDE the attack model - security: add note about combining compression and encryption - security: describe chunk size / proximity issue, #3687 - quickstart: add note about permissions, borg@localhost, #3452 - quickstart: add introduction to repositories & archives, #3620 - recreate --recompress: add missing metavar, clarify description, #3617 - improve logging docs, #3549 - add an example for --pattern usage, #3661 - clarify path semantics when matching, #3598 - link to offline documentation from README, #3502 - add docs on how to verify a signed release with GPG, #3634 - chunk seed is generated per repository (not: archive) - better formatting of CPU usage documentation, #3554 - extend append-only repo rollback docs, #3579 - tests: - fix erroneously skipped zstd compressor tests, #3606 - skip a test if argparse is broken, #3705 - vagrant: - xenial64 box now uses username 'vagrant', #3707 - move cleanup steps to fs_init, #3706 - the boxcutter wheezy boxes are 404, use local ones - update to Python 3.5.5 (for binary builds)
2018-04-17Recursive PKGREVISION bump for poppler-0.63.0wiz2-4/+4
2018-04-16Recursive bump for new fribidi dependency in pango.wiz88-175/+176
2018-04-16di: update to 4.46.wiz2-7/+7
From MAINTAINER Brad Lanm in PR 53187. Changes: 4.46 [2018-4-11] Tcl: Fix bad allocation. Tcl: Raise errors rather than exiting. Exit program when incorrect options are specified. Update mkconfig to version 1.31. Add missing mkconfig/runtests.sh. 4.45 [2018-4-10] Update mkconfig to version 1.30 to fix modern libintl.h/printf tests.
2018-04-16sysutils/consul: Update to 1.0.7.fhajny2-8/+7
IMPROVEMENTS: - build: Bumped Go version to 1.10 - agent: Blocking queries on service-specific health and catalog endpoints now return a per-service `X-Consul-Index` improving watch performance on very busy clusters. - agent: All endpoints now respond to OPTIONS requests. - agent: List of supported TLS cipher suites updated to include newer options, - agent: WAN federation can now be disabled by setting the serf WAN port to -1. - agent: Added support for specifying metadata during service registration. - agent: Added a new `discover-max-stale` config option to enable stale requests for service discovery endpoints. - agent: (Consul Enterprise) Added a new option to the snapshot agent for configuring the S3 endpoint. - dns: Introduced a new config param to limit the number of A/AAAA records returned. - dns: Upgrade vendored DNS library to pick up bugfixes and improvements. - server: Updated yamux library to pick up a performance improvement. - server: Add near=\_ip support for prepared queries - api: Add support for GZIP compression in HTTP responses. - api: Add `IgnoreCheckIDs` to Prepared Query definition to allow temporarily bypassing faulty health checks BUG FIXES: - agent: Fixed an issue where the coordinate update endpoint was not correctly parsing the ACL token. - agent: Fixed an issue where `consul monitor` couldn't be terminated until the first log line is delivered - agent: Added warnings for when a node name isn't a valid DNS name and when the node name, a service name or service tags would exceed the allowed lengths for DNS names - agent: Added truncation of TCP DNS responses to prevent errors for exceeding message size limits - agent: Added -config-format flag to validate command to specify the syntax that should be used for parsing the config - agent: HTTP Checks now report the HTTP method used instead of always reporting as a GET - server: Fixed an issue where the leader could miss clean up after a leadership transition.
2018-04-14euca2ools: renamed to py-euca2ools and updated to 3.4.1adam9-683/+1803
2018-04-14revbump after icu updateadam29-53/+58
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb4-8/+8
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13salt: updated to 2018.3.0adam5-60/+492
2018.3.0: LOTS OF DOCKER IMPROVEMENTS FULL API SUPPORT FOR NETWORK MANAGEMENT CUSTOM SUBNETS NETWORK CONFIGURATION IN DOCKER_CONTAINER.RUNNING() STATES USE SALTSSH MINIONS LIKE REGULAR MASTER-MINIONS EXCEPTIONS RAISED FOR AUTHENTICATION/AUTHORIZATION ERRORS COMPARISON OPERATORS IN PACKAGE INSTALLATION MASTER TOPS CHANGES SEVERAL JINJA FILTERS RENAMED RETURN CODES FOR RUNNER/WHEEL FUNCTIONS VARIABLE UPDATE INTERVALS FOR FILESERVER BACKENDS LDAP VIA EXTERNAL AUTHENTICATION CHANGES STORMPATH EXTERNAL AUTHENTICATION REMOVED NEW (PROXY) MINION CONFIGURATION OPTIONS ENVIRONMENT CONFIG OPTION RENAMED TO SALTENV LOCK_SALTENV CONFIG OPTION ADDED FAILED MINIONS FOR STATE/FUNCTION ORCHESTRATION JOBS ADDED TO CHANGES DICTIONARY NEW GRAINS SALT MINION AUTO-DISCOVERY
2018-04-12Updating to zabbix version 3.4.8.he2-7/+7
Pkgsrc changes: * None. Upstream changes since 3.4.7: ..F....... [ZBXNEXT-4374] implemented the widget configuration fields clearing when changing the type (ashubin) ..F....... [ZBXNEXT-4045] implemented maximum size for graphs in widgets (gcalenko) A.F....... [ZBX-1357] enabled Hebrew translation to be displayed by default (zalex_ua) A.F....... [ZBX-1357] updated Chinese (China), Czech, English (United States), French, German, Hebrew, Japanese, Korean, Russian, Turkish, Ukrainian translations; thanks to Zabbix translators (zalex_ua) Bug fixes: ..F....... [ZBX-13542] fixed http steps on template not inheriting hosts application setting (nikita) ..F....... [ZBX-13618] fixed wrong variables order in translatable error message (nikita) ..F....... [ZBX-13344] fixed default condition for trigger based actions (agriscenko) ........S. [ZBX-13613] improved a history syncer when backend elasticsearch is not available (MVekslers) ...G...... [ZBX-13544] fixed agent crashes when using regex with 'Log' item for Mac OSX (MVekslers) ........S. [ZBX-13611] fixed lld rules not always saving their state/error message changes (wiper) ........S. [ZBX-13571] fixed regression that resulted in slow history data queries on partitioned tables (wiper) A.F....... [ZBX-13424] added possibility to select web items as master items and improved copying of dependent items to destination hosts and templates (Ivo) A......... [ZBX-13573] fixed undefined index message changing Action "Acknowledgment operations" from "Remote command" to "Notify all involved" (agriscenko) A......... [ZBX-13570] fixed undefined index in API call (agriscenko) A......... [ZBX-13331] removed "recovery" property from action.get API method response (nikita) ..F....... [ZBX-13309] fixed displaying of Problem/Recovery time (agriscenko, ashubin, Sasha) .......PS. [ZBX-13450] fixed server and proxy compilation problem for Solaris 10 (MVekslers) A.F....... [ZBX-13458,ZBX-13494] fixed resolving of the macros in map labels for non-superadmin users (Sasha) ..F....... [ZBX-13526] fixed widget placeholder jumping instead of resizing while dashboard edit (ashubin) .......PS. [ZBX-13362] fixed potentially wrong rows deleting by housekeeper in PostgreSQL (Sergejs) ..F....... [ZBX-13506] fixed linked trigger is moved to sibling map element (agriscenko) ........S. [ZBX-13586] fixed trigger-based event correlation - suspend creation of event if no problems are recovered by it (viktors, wiper) ........S. [ZBX-13339] improved deallocation of memory (MVekslers) ..F....... [ZBX-13340] fixed pie graphs displaying incorrect data (Ivo) ..F....... [ZBX-13412] fixed JS error and wrong form behaviour when changing item type, type of information, data type (agriscenko) ..F....... [ZBX-13257] fixed display of the latest item in Audit log (agriscenko) ..F....... [ZBX-13447] fixed trigger name readability on map in dark theme (nikita) ..F....... [ZBX-13360] fixed HTML5 placeholder color that previously appeared like actual input data (nikita) ...G...PS. [ZBX-13351] improved OpenSSL error messages (viktors) ..F....... [ZBX-13147] fixed inconsistent number on map navigation tree (nikita) ..F....... [ZBX-13537] fixed "Inaccessible user" in Dashboard System status widgets acknowledgement popup (agriscenko) ....I..... [ZBX-13472] fixed description of "Server" and "ServerActive" configuration options (Sasha) ........S. [ZBX-13455] added frontend error message when templates cannot be linked to LLD host (viktors) ..F....... [ZBX-13434] fixed incorrect trigger dependencies being set after copying triggers to multiple hosts; thanks to Kotaro Miyashita for the patch (Ivo) ..F....... [ZBX-12883] fixed incorrect ordering the list of triggers after saving a map (agriscenko) ..F....... [ZBX-12940] fixed content does not fit dialog window (agriscenko) ..F....... [ZBX-13401] fixed successful items mass update with invalid update interval (agriscenko) ..F....... [ZBX-13342] fixed order by query in frontend Maintenance tab (agriscenko) A......... [ZBX-6167] fixed partial updating in maintenance.update (ashubin) ...G...... [ZBX-13062] banned using of mutex in threads of metrics collection (MVekslers) ........S. [ZBX-13236] fixed error message of function parameters parse (MVekslers) ....I..... [ZBX-13398] fixed configure script for Debian GNU/Linux "buster" and "sid" to work with PostgreSQL (viktors) ..F....... [ZBX-13428] fixed long name of map outside go back button in map widget (agriscenko, Sasha) A.F....... [ZBX-12754] fixed undefined index error in map import (gcalenko) ..F....... [ZBX-13166] fixed daily and yearly notification reports not including current day/last day of leap-year (nikita) .......PS. [ZBX-13498] added optional MySQL upgrade patch for "problem" table to drop redundant index after another index that can be used to enforce the foreign key constraint has been created (vso) ........S. [ZBX-13452] fixed Elasticsearch history storage defaultivalue types (viktors) ..F....... [ZBX-12941] fixed checkbox overlay's position over the checkbox (miks) ..F....... [ZBX-13334] fixed translations of Widget parameters window (agriscenko) A......... [ZBX-13248] fixed field trapper_hosts to optional for trapper item.create (ashubin) ..F....... [ZBX-13307] fixed map scaling and position to the widget left side (ashubin) A......... [ZBX-6118] fixed poor performance of changing an item on the template which linked with many hosts (Sasha) ..F....... [ZBX-13141] fixed invalid value for "Update interval" field in mass update form on submit was redirecting to items list (gcalenko)
2018-04-11kf5: update to 5.44.0markd12-55/+60
3 months of bugfixes.
2018-04-11e2fsprogs: add linux-specific PLIST.maya1-0/+5
These files are only built on linux. When attempting to build them on netbsd, I found I am missing mntent.h, and there might be more changes necessary. Just make it linux-specific now. PR pkg/53174, from Albert Ou.
2018-04-06py-Send2Trash: updated HOMEPAGEadam1-2/+2
2018-04-06sysutils/beats: Update to 6.2.3.fhajny2-8/+7
- Fix conditions checking on autodiscover Docker labels. - Avoid panic errors when processing nil Pod events in add_kubernetes_metadata. - Fix infinite failure on Kubernetes watch.
2018-04-06sysutils/rsyslog: Update to 8.34.0.fhajny3-9/+9
- mmkubernetes: new module - rsyslog script: introduce loadable function modules - imfile: large refactoring of complete module - omelasticsearch: add support for CA cert, client cert auth - omfile-hardening: new contributed module for "omfile hardened operations" - stream/bugfix: memory leak on stream open if filename as already generated - bugfix/omkafka: did not build on platforms without atomic operations - bugfix/core/ratelimiting: SystemLogRateLimitBurst was limited to 65535 - bugfix imfile: memory leak in readMode 0 - bugfix omfile: some error messages had parameters in wrong order - bugfix omprog: file handle leak - bugfix imuxsock: data alignment problems - bugfix testbench: some test were accidently not executed - bugfix tcp subsystem: keepalive settings mixed up - fix some cosmetic issues found by lgtm.com static code analyzer
2018-04-05Create u-boot-sunxi-with-spl.bin like u-boot-pinebook, fixing the build.joerg1-2/+2
From jmcneill.
2018-04-02filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23adam1-2/+4
STABLE Version 2017.3.2: Delegated processing of special reparse points to external plugins Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs Enabled fallback to read-only mount when the volume is hibernated Made a full check for whether an extended attribute is allowed Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap) Enabled encoding broken UTF-16 into broken UTF-8 Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev> Allowed using the full library API on systems without extended attributes support Fixed DISABLE_PLUGINS as the condition for not using plugins Corrected validation of multi sector transfer protected records Denied creating/removing files from $Extend Returned the size of locale encoded target as the size of symlinks
2018-04-01Fix missing include for timespec type.joerg2-1/+14
2018-03-30Revbump all Go packages after 1.10.1 update.bsiegert4-7/+8
ok wiz@ for committing during freeze
2018-03-29Register missing dependency on sysutils/filekhorben1-1/+3
This will fix functionality of this package if libmagic is not available. Bump PKGREVISION for those platforms where it is the case (NFC otherwise). Tested on NetBSD/amd64. Thanks richard@ for the heads up.
2018-03-28avoid printing "No error" a bunch of times. this was spamming my syslog.mrg3-3/+19
2018-03-23sysutils/puppet: update to 5.5.0taca3-11/+32
Puppet 5.5.0 Released March 20, 2018. This is a feature and bug-fix release of Puppet. Please refer release note for full changes: <https://puppet.com/docs/puppet/5.5/release_notes.html>.
2018-03-23sysutils/ruby-childprocess: update to 0.9.0taca2-7/+7
### Version 0.9.0 / 2018-03-10 * Added support for DragonFly BSD.
2018-03-22Revbump after updating textproc/onigurumaadam2-3/+4
2018-03-21sysutils/ruby-childprocess: update to 0.8.0taca2-7/+7
### Version 0.8.0 / 2017-09-23 * Added a method for determining whether or nto a process had been started.
2018-03-21sysutils/puppet: update to 5.4.0taca4-23/+68
Changes are too many to write here, please refer these release notes: <https://puppet.com/docs/puppet/5.3/release_notes.html> <https://puppet.com/docs/puppet/5.4/release_notes.html>
2018-03-21sysutils/ruby-serverspec: update to 2.41.3taca3-11/+10
2.41.3 2017/11/07 * Fix be_installed matcher when used with expect 2.41.2 2017/10/26 * Fix infinite loop in Specinfra::Configuration.os fall back 2.41.1 2017/10/19 * Accept OpenSSL 1.1 X.509 certificate informations
2018-03-21sysutils/ruby-specinfra: update to 2.73.2taca3-8/+16
2.73.2 2018/02/07 * [CI] Test against new Ruby 2.x versions * Detect qemu virtualization as well 2.73.1 2018/01/12 * Refine method get_table() * Install bundler with --force on appveyor. 2.73.0 2017/12/20 * support Amazon Linux 2 systemd init system * Add simple Devuan (devuan.org) support
2018-03-19Constrain to Python 2.7.bsiegert1-1/+2
Python 3 is theoretically supported, but newer python versions remove the cmpfunc type from their C APIs, which breaks the build.
2018-03-17rkflashtool: bump to 20160324tnn2-8/+8
change: support RK3228, RK3229, RK3126
2018-03-17xcdroast: update to 1.18tnn6-61/+65
23.12.17: * RELEASED X-CD-Roast 1.18 * Bugfix in configure script 22.12.17: * RELEASED X-CD-Roast 1.17 14.12.17: * Update desktop icon 29.10.17: * Fix crash when deleting exactly 50 or a multiple of 50 tracks. 08.10.17: * Change code to use g_io_channels. (Prepare for GTK3) 07.10.17: * More GTK3 migration. * Remove of Mac OS X code since there have been no working cdrtools for more than a decade and thus X-CD-Roast cannot be programmed for OS X. 01.10.17: * Rewrite child processing. 17.09.17: * More GTK3 migration. 03.09.17: * Rewrite dialog window placement. 20.08.17: * Modernize code to display the xcdroast logo (cairo instead of pixbuf). Also improve the logo quality. * Add About-dialog. 23.07.17: by Mathias Büttner: * Disabled the write mode selector for DVD (and BD) media in "Create" and in "Duplicate" menu. * Disabled "Do not fixate" for multisession writes (not just a warning). * Added fixed settings for nofixate and multisession in "Duplicate" menu as they can't be changed there. * Updated write mode settings and write options for cdrecord. * Fixed displaying wrong Disc size if no Audio CD or Mixed Mode CD. * Added notification if CD-Text will not be written. * Placed a small logo on top of the sidespace buttons. * Amended some of the old tooltips. 30.06.17: * All terms talking about a CD (Compact Disc) are changed simply to the word Disc or CD/DVD/BD where meaningful. (by Mathias Büttner) 17.06.17: * Resized Dialog windows 14.06.17: * Removed checks for older cdrecord features 05.06.17: * Replaced all GtkText by GtkTextView (modernize design) 04.06.17: * Convert all translation files to UTF-8 31.05.17: * Replace GtkFileSelection by GtkFileChooser (modernize design) 19.05.17: * Code cleanup/formatting by Mathias Büttner 06.05.17: * rename non-root-mode to user-host-mode, as we now always allow non-root users to start X-CD-Roast. The user-host-mode just allows to configure which user on which host can use X-CD-Roast. (e.g. for computer science labs or server installations) 01.05.17: * detect the suid-bit settings on the cdrtools or the X-CD-Roast wrapper and offer a dialog to fix this automatically 26.04.17: * Changed JEDEC prefixes to decimal and binary prefixes according to IEC 60027-2 (January 1999) to avoid confusion. (by Mathias Büttner) 17.04.17: * Paranoia mode: auto setup of lowest read ahead buffer for each drive when scanning for new devices (by Mathias Büttner) 16.04.17: * wrong cdrtool versions are now reported in a dialog window (not just as a warning in the terminal) * set suid bit on xcdrwrap on 'make install' 15.04.17: * Fix various gdk-assertion failures * Fix resize of Read/Write progress window 09.04.17: * Added new checkbox "audio deemphasis" (by Mathias Büttner) 04.04.17: * Updated gettext to 0.19.7 * Updated to autoconf 2.69 * Update to autmake 1.14.1 * use cddb protocol 6 instead of 1, this fixes also charset problems 03.04.17: * Compile by default without non-root-mode. Currently I rely on that the cdrtools have the suid bit already set. * charset conversion from ISO8859-1 to UTF-8 on Album or Track titles. 02.04.17: * merged in all patches I received and published on my webpage since X-CD-Roast 0.98alpha16. - Many thanks to all contributors! (parse_version.patch, change_norwegian_locale.txt, io_compile.patch, cdda2wav_version.patch, fix_cddb_hidden_tracks.patch, io_progressbar _fix.patch, format-security.patch, suid-perms.patch) * removed --enable-gtk2 option, this is enabled by default now. * Renamed norwegian translation file from "no" to "nb". * Updated galician translation. 01.04.17: * Lots of input and patches and motivation for an updated xcdroast version by Mathias Büttner from southwestern Germany: * updated CD/DVD writer/reader default settings in setup menu. * removed the outdated slider "sectorburst" and added instead "size of read ahead buffer" and "minimum overlap of sectors" for paranoia mode in the setup menu. * added new checkbox "suppress a hidden audio track" * fixed info output and track increment in GTK-window 'Reading audio tracks' for cdda2wav in paranoia mode. * changed cdrtools version check to allow only v3.02a09 or higher because v3.00a01 - v3.02a07 contain a bug and v2.01 is very outdated and may even not compile nowadays. * fixed xcdroast's mkisofs version detection since v3.02a01. * changed german translation to new orthography.
2018-03-17Do not repeat hardcoded version numberryoon1-2/+2