Age | Commit message (Collapse) | Author | Files | Lines |
|
NOTE: option naming has changed (underscores to hyphens).
|
|
1.14.1:
- Fix occasional early exit on OS X
- Fix --exclude-caches
- Improve handling of out-of-memory situations
1.14:
- Add mtime display and sorting (Alex Wilson)
- Add (limited) --follow-symlinks option (Simon Doppler)
- Display larger file counts in browser UI
- Add -V, --version, and --help alias flags
- Fix crash when attempting to sort an empty directory
- Fix 100% CPU bug when ncdu loses the terminal
- Fix '--color=off' flag
- Fix some typos
|
|
|
|
|
|
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.
This package provides U-Boot for the Xunlong Orange Pi Lite.
|
|
|
|
|
|
|
|
|
|
AUTOFIX: Makefile.common:51: Replacing "${PKGSRC_COMPILER} == \"clang\"" with "${PKGSRC_COMPILER:Mclang}".
The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
|
|
Use a reasonable local name to deal with ${sha1}.tar.gz, instead of
DISTDIR. Thanks to rillig@ for the hint.
|
|
Define EXTRACT_SUFX explicitly, so that it is set when setting
SITES.*.
Thanks to tnn@ for explaining this and rillig@ for other hints.
|
|
github.mk presumes that there is one distfile, but bup has two because
it uses pandoc which uses haskell. Set variables that should result
in fetching both of them. Because this does not work, I have put a
copy of the man tarball at MASTER_SITE_BACKUP.
(No PKGREVISION++ because if you had the distfiles before you'll get
the same binary package now.)
|
|
Version 4.8.23
- Core
* Modify "File exists" query dialog (#3935):
* change layout
* rename "Update" button to "If older"
* add new "If smaller" button": overwrite file with smaller one
* add "Don't overwrite with zero length file" checkbox
* Speed up of large directory structures delete (#3958)
* Support key binding for menu (#212)
- Editor
* Expanded syntax highlighting rules (#3975):
* expanded file name regexp for sh.syntax
* use ini.syntax for systemd cofiguration files
* Syntax updates:
* shell (#3981)
* ebuild (#3988)
* RPM spec (#3991)
- Viewer
* Quick one-off backwards search with N. New action SearchOppositeContinue for key bind (default is shift-n) (#3452)
- Misc
* Code cleanup (#3955)
* Use Geeqie (a fork of GQview) as main image viewer, fallback to GQview (#3962)
* File highlighting updates (#3966)
* .go, .s: highlight as source
* .m4v: highlighting as media
* New skins:
* featured-plus: featured skin with alternative directory and file select/mark colors (#3973)
- Fixes
* Compilation fail on AIX (#3960)
* Incorrect file version sort (#3965, #3905)
* Garbage in the hardlink error creation message window (#3990)
* Cannot shell, or FTP, or SFTP link when the file panel is tree, or info, or quick view (#3948)
* Failed gpm connect attempt ... for vc /dev/tty0 (#3208, #3614)
* Incorrect include/editor order in mc.ext (#3965)
* mcedit: incorrect C/C++ syntax highlighting in some cases (#3487)
* Unknown type name 'sighandler_t' on Illumos (#3971)
|
|
packaging changes: switch to 0.30 man tarball
Notable changes in 0.30 as compared to 0.29.3
=============================================
May require attention
---------------------
* The minimum `git` version required is now 1.5.6.
* The `prune-older` command now keeps the most recent save in each
period group (day, week, month, ...) rather than the oldest.
* `bup` now adds a zero-padded suffix to the names of saves with the
same timestamp (e.g. 1970-01-01-214640-07) in order to avoid
duplicates. The sequence number currently represents the save's
reversed position in default `git rev-list` order, so that given:
/foo/1970-01-01-214640-09
/foo/1970-01-01-214640-10
In the normal case, the -10 save would be the next save made after
-09 (and the -09 save would be the single parent commit for -10).
* `bup` is not currently compatible with Python 3 and will now refuse
to run if the Python version is not 2 unless
`BUP_ALLOW_UNEXPECTED_PYTHON_VERSION=true` is set in the environment
(which can be useful for development and testing).
* `bup ls -s` now reports the tree hash for commits unless
`--commit-hash` is also specified.
General
-------
* `bup get` has been added. This command allows the transfer or
rewriting of data within and between repositories, local or remote.
Among other things, it can be used to append remote saves to a local
branch, which by extension supports merging repositories. See
`bup-get(1)` for further information, and please note, this is a new
*EXPERIMENTAL* command that can (intentionally) modify your data in
destructive ways. It is potentially much more dangerous than most
`bup` commands. Treat with caution.
* `bup` can now restore directly from a remote repository via `bup
restore -r host:path ...`. See `bup-restore(1)` for more
information.
* `bup ls` can now report information for remote repositories via `bup
ls -r host:path ...`. See `bup-ls(1)` for more information.
* `bup` should respect the git pack.packSizeLimit setting when writing
packfiles, though at the moment it will only affect a remote
repository when the option is set there directly.
* `bup save` now stores the size for all links and normal files. For
directories saved using this new format retrieving file sizes for
larger files should be notably less expensive. Among other things
this may improve the performance of commands like `bup ls -l` or
`find /some/fuse/dir -ls`.
* The VFS (Virtual File System) that underlies many operations, and
provides the basis for commands like `restore`, `ls`, etc. has been
rewritten in a way that makes remote repository access easier,
should decrease the memory footprint in some cases (e.g. for bup
fuse), and should make it easier to provide more selective caching.
At the moment, data is just evicted at random once a threshold is
reached.
* A `--noop <--blobs|--tree>` option has been added to `bup split`
which prints the resulting id without storing the data in the
repository.
Bugs
----
* The way `bup` handles output from subprocesses (diagnostics,
progress, etc.) has been adjusted in a way that should make it less
likely that bup might continue running after the main process has
exited, say via a C-c (SIGINT).
* `bup` should now respect the specified compression level when
writing to a remote repository.
* `bup restore` now creates FIFOs with mkfifo, not mknod, which is
more portable. The previous approach did not work correctly on (at
least) some versions of NetBSD.
* `bup` should no longer just crash when it encounters a commit with a
"mergetag" header. For the moment, it just ignores them, and
they'll be discarded whenever `bup` rewrites a commit, say via the
`rm`, `prune-older`, or `get` commands.
* The bloom command should now end progress messages with \r, not \n,
which avoids leaving spurious output lines behind at exit.
* A missing space has been added to the `bup split --bench` output.
* Various Python version compatibility problems have been fixed,
including some of the incompatibilities introduced by Python 3.
* Some issues with mincore on WSL have been fixed.
* Some Android build incompatibilities have been fixed.
Build system
------------
* The tests no longer assume pwd is in /bin.
* The tests should be less sensitive to the locale.
* `test-meta` should no longer try to apply chattr +T to files. 'T'
only works for directories, and newer Linux kernels actually reject
the attempt (as of at least 4.12, and maybe 4.10).
* `test-rm` should no longer fail when newer versions of git
automatically create packed-refs.
* `test-sparse-files` should be less likely to fail when run inside a
container.
* `test-index-check-device` and `test-xdev` now use separate files for
their loopback mounts. Previously each was mounting the same image
twice, which could produce the same device number.
Thanks to (at least)
====================
Alexander Barton, Artem Leshchev, Ben Kelly, Fabian 'xx4h' Melters,
Greg Troxel, Jamie Wyrick, Julien Goodwin, Mateusz Konieczny,
Nathaniel Filardo, Patrick Rouleau, Paul Kronenwetter, Rob Browning,
Robert Evans, Tim Riemenschneider, and bedhanger
|
|
Update capistrano to 3.11.2.
pkgsr changes:
* Drop use of USE_RAKE.
* Add "USE_LANGUAGES= # none".
3.11.1 (2019-08-29)
* #2027: Batch rm -rf calls in deploy:cleanup to fix an error when there are
too many old releases @azin634
3.11.2 (2019-09-29)
Housekeeping
* Eliminate double CI builds on PRs (#2035) @mattbrictson
* Update gemspec with correct release notes URL, etc. (#2036) @mattbrictson
* Automatically maintain release notes using GitHub Actions (#2034)
@mattbrictson
* Use a stub for $stdin during testing (#2033) @mattbrictson
* Upgrade nokogiri to fix security warning (#2031) @mattbrictson
* Exclude danger to fix Ruby 2.0.0 CI error (#2030) @mattbrictson
|
|
While here, fix dependencies
|
|
== 20191115 Release ==
-- Updates upon 20191113 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
SKL-U/Y D0 6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
SKL-U23e K1 6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
SKL-H/S/E3 N0/R0/S0 6-5e-3/36 000000d4->000000d6 Core Gen6
AML-Y22 H0 6-8e-9/10 000000c6->000000ca Core Gen8 Mobile
KBL-U/Y H0 6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
KBL-U23e J1 6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
CFL-U43e D0 6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
KBL-R U Y0 6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
WHL-U W0 6-8e-b/d0 000000c6->000000ca Core Gen8 Mobile
AML-Y42 V0 6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
WHL-U V0 6-8e-c/94 000000c6->000000ca Core Gen8 Mobile
CML-U42 V0 6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
KBL-G/H/S/X/E3 B0 6-9e-9/2a 000000c6->000000ca Core Gen7 Desktop, Mobile, Xeon E3 v6
CFL-H/S/E3 U0 6-9e-a/22 000000c6->000000ca Core Gen8 Desktop, Mobile, Xeon E
CFL-S B0 6-9e-b/02 000000c6->000000ca Core Gen8
CFL-S P0 6-9e-c/22 000000c6->000000ca Core Gen9 Desktop
CFL-H/S/E3 R0 6-9e-d/22 000000c6->000000ca Core Gen9 Desktop, Mobile, Xeon E
CML-U62 A0 6-a6-0/80 000000c6->000000ca Core Gen10 Mobile
---- removed platforms ------------------------------------
|
|
1.2.2 - Nov 14 2017 - Hessu
Fixes CVE-2017-15953, a heap-based buffer overflow.
Fix provided by Yegor Timoshenko.
Fixes CVE-2017-15955, Access violation near NULL on destination
operand and crash when processing a malformed CUE (.cue) file.
Fix provided by Yegor Timoshenko.
Fix wrong track size calculation when having multiple tracks in
one image. (Closes debian bug: #261274).
Fix provided by Piotr Kaczuba.
Clarify manual page for input/output file types
Improvement from Reuben Thomas, debian bug: #503151
|
|
2018-11-12 Paul Dreik <rdfind@pauldreik.se>
* release of 1.4.1
* fixes build failure on 32 bit platforms
* tests: fix bad test logic in hardlink fail test
2018-11-09 Paul Dreik <rdfind@pauldreik.se>
* release of 1.4.0
* improve error message when failing to make symlink.
See Github bug #5.
2018-10-28 Paul Dreik <rdfind@pauldreik.se>
* release of 1.4.0-alpha0
* cleanup of source to remove compiler warnings
and switch to c++11
* failure of making hard links will not delete the deduplicated
file, if pssible. See Github bug #5.
* failure of making symlinks will not delete the deduplicated
file, if possible. See Github bug #5.
* added option -minsize to optionally ignore files under a
certain size. See Github bug #1
* add sha256 support - see Debian Bug 815120 and Github #7
the default checksum is now sha1 instead of md5
* better error messages when -dryrun is misused. See Github #8
and Debian Bug 754663
* performance: pruning empty files earlier and other improvements.
"rdfind -checksum sha1 /usr /usr" goes from 5.9 to 4.86 seconds on the
author's machine, with hot filesystem cache.
* increase size of integer types to be able to handle more than INTMAX
files.
* add deterministic mode, enabled by default. See Github issue #13 and
Debian Bug 795790. When enabled, makes the program insensitive to the
order of files when listing directories.
2017-01-04 Paul Dreik <rdfind@pauldreik.se>
* release 1.3.5
* source cleanup like removing obsolete comments, formatting.
* fix man page typo on dryrun
* console output showing how much space that can be saved
is now properly capitalized. as you may have noted, I do not
really like uppercase...
* make check now works again (for some reason, it broke. maybe
due to autotools updates)
2014-08-23 Paul Dreik <rdfind@pauldreik.se>
* fix bug in using sha1 even if md5 is selected
|
|
(pkgsrc change)
- Add LICENSE = gnu-gpl-v2
(upstream changes)
2019-07-05 John Elliott
* psftools-1.0.13 released.
2019-05-17 John Elliott
* zx2psf: Added 'move1' mode to zx2psf - like 'bare' but remaps the
pound and copyright to their ISO-8859-1 positions. [Damien
Guard]
2019-03-19 John Elliott
* psftools-1.0.12 released.
* fnt2psf: Changed the Windows 1.x font extract to seek to the
character bitmap rather than assuming it directly follows the
widths table.
2017-03-17 John Elliott
* cpi2psf: Was unable to parse LCD.CPI from Toshiba MS-DOS 3.30,
which is slightly out of spec.
* Updated GEM codepage now that there's a Unicode dingbat for 'bell'.
(U+1F514).
2012-01-81 John Elliott
* loadpsf: Support for Wang PC colour and mono video cards. Does
not support 'CGDC' or 'IBM emulation' card types.
2010-11-14 John Elliott
* Updated build scripts to a more recent autoconf / automake.
2009-05-03 John Elliott
* loadpsf: Added support for Compaq Portable plasma displays.
2008-06-21 John Elliott
* psftools-1.0.8 released.
* psfs2mda: Created new utility to build an MDA character ROM image.
* mda2psf: Added a --compaq option to match the --compaq option in
psfs2mda(1).
|
|
0.35 2019-09-21T13:50:02Z
- add support for UDP #52
|
|
0.18.0
------
- Added placeholder expression for zero-based item index: `{n}` and `{+n}`
- `fzf --preview 'echo {n}: {}'`
- Added color option for the gutter: `--color gutter:-1`
- Added `--no-unicode` option for drawing borders in non-Unicode, ASCII
characters
- `FZF_PREVIEW_LINES` and `FZF_PREVIEW_COLUMNS` are exported to preview process
- fzf still overrides `LINES` and `COLUMNS` as before, but they may be
reset by the default shell.
- Bug fixes and improvements
- See https://github.com/junegunn/fzf/milestone/14?closed=1
- Built with Go 1.12.1
0.17.5
------
- Bug fixes and improvements
- See https://github.com/junegunn/fzf/milestone/13?closed=1
- Search query longer than the screen width is allowed (up to 300 chars)
- Built with Go 1.11.1
0.17.4
------
- Added `--layout` option with a new layout called `reverse-list`.
- `--layout=reverse` is a synonym for `--reverse`
- `--layout=default` is a synonym for `--no-reverse`
- Preview window will be updated even when there is no match for the query
if any of the placeholder expressions (e.g. `{q}`, `{+}`) evaluates to
a non-empty string.
- More keys for binding: `shift-{up,down}`, `alt-{up,down,left,right}`
- fzf can now start even when `/dev/tty` is not available by making an
educated guess.
- Updated the default command for Windows.
- Fixes and improvements on bash/zsh completion
- install and uninstall scripts now supports generating files under
`XDG_CONFIG_HOME` on `--xdg` flag.
See https://github.com/junegunn/fzf/milestone/12?closed=1 for the full list of
changes.
|
|
(from debian/changelog)
etckeeper (1.18.10) unstable; urgency=medium
* Avoid post-install failing when ps is from busybox or another
version not supporting procps-specific options.
* Use ps --no-headers rather than problimatic -h option.
-- Joey Hess <id@joeyh.name> Sun, 23 Dec 2018 13:05:44 -0400
etckeeper (1.18.9) unstable; urgency=medium
* When run during a package installation, include in the commit
message the command line that caused etckeeper to run.
Thanks, Laszlo Gombos
-- Joey Hess <id@joeyh.name> Wed, 12 Dec 2018 01:01:05 -0400
|
|
|
|
|
|
|
|
gone in later versions.
Thanks to Yuuki Enomoto for the patch.
Bump PKGREVISION.
|
|
0.45 2019-07-23
- PR #21: fix version 0.43 in Changes file (thanks karenetheridge)
- PR #19: Added missing license meta name. (thanks manwar and karenetheridge)
- PR #24: allow for dev = 0 on NetBSD (thanks plicease)
- PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp)
- Issue #26: change issues from rt to github
|
|
2.3.1:
fixed Makefile bug! Running make uninstall removed target bin directory.
2.3:
DEFAULTS!
the default is now one single random pass <-- MAJOR CHANGE
special files are no longer deleted by default
support for wiping char devices, such as tape drives
percentage reporting improved (thanks to Jason Tackaberry for patch)
cleanup and exit upon SIGINT
each wiped file prints on a seperate line
skip unnecessary fdatasync()s, unless you want the extra accuracy on the % shown (-e option)
call fsync() on the file after name wipe, in addition to fsync on the directory
if fdatasync() fails, try for O_SYNC and only complain once per file
fixed some off-by-ones
fixed percentages for non-static wipes
2.2.1:
added largefile support for linux and solaris (tested on linux)
fixed drill_down(). it was using the wrong length to null term the string
|
|
== 20191113 Release ==
-- Updates upon 20191112 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
CFL-S P0 6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop
---- removed platforms ------------------------------------
NOTE: This microcode was previously incorrectly listed as both CFL-S (Desktop)
and CFL-H (Mobile) and was removed from the 20191112 release. This
processor is now correctly listed as CFL-S (Desktop) only.
|
|
0.16:
This release brings a compilation fix on 32-bit arm with newer glibc,
and fixes the raw x86 backend's memory mapping to handle writes
correctly.
0.15:
- for FreeBSD and Hurd support
- Fixed multifunction bridge enumeration
- Fixed a crash when no PCI bus exists
|
|
dbus Python Bindings 1.2.12 (2019-09-12)
========================================
The “spinal bap” release.
Fixes:
• Don't save and restore the exception indicator when called from C code.
This avoided "returned a result with an error set" errors under some
circumstances, but also caused a regression for code that relies on
being able to terminate the program by calling sys.exit() or raising
SystemExit from a dbus-python method. In particular, this broke one of
libsecret's unit tests. (Debian #940087; Simon McVittie)
D-Bus Python Bindings 1.2.10 (2019-09-02)
=========================================
The “wingèd horse” release.
dbus-python version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
("dbus-python#nnn") and merge requests ("dbus-python!nnn"). See README
and CONTRIBUTING.md for more details.
Dependencies:
• dbus 1.8 was already required, but is more strongly required now:
the workarounds that were used to run continuous integration with dbus
1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8
has already reached end-of-life for security support, and newer dbus
stable branches are strongly recommended.)
• When using Python 3, version 3.5 or later is strongly recommended.
Python 3.4 security support ended in March 2019. No specific
incompatibilities are known, but using dbus-python on Python 3.4 is
no longer tested or supported.
Enhancements:
• Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
(Simon McVittie, with thanks to Ander Conselvan de Oliveira,
Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone
for their contributions to the equivalent file in Wayland)
• A generated ChangeLog file is no longer included in source tarballs.
Please refer to the git repository at
https://gitlab.freedesktop.org/dbus/dbus-python for detailed change
history. (Simon McVittie)
• Improve continuous integration to be run by GitLab in addition to
Travis-CI (Simon McVittie)
• Add clearer license information using SPDX-License-Identifier
(Simon McVittie)
• Improve test coverage (Simon McVittie)
Fixes:
• Don't set deprecated tp_print to NULL under Python 3, fixing build
warnings with Python 3.8 pre-releases (Simon McVittie)
• Include inherited methods and properties when documenting objects,
which regressed when migrating from epydoc to sphinx
(Simon McVittie)
• Add missing variant_level member to UnixFd type, for parity with the
other dbus.types types (dbus-python!3; John Baublitz)
- Note that this is a potentially incompatible change: unknown
keyword arguments were previously ignored (!) and are now an error.
• Don't reply to method calls if they have the NO_REPLY_EXPECTED flag
(fd.o#32529, dbus-python#26; Simon McVittie)
• Silence -Wcast-function-type with gcc 8 (Simon McVittie)
• Fix distcheck with python3.7 by deleting __pycache__ during uninstall
(Simon McVittie)
• Consistently save and restore the exception indicator when called
from C code (Simon McVittie)
• Avoid a long-standing race condition in the automated tests
(Debian #898158; Simon McVittie)
• Fix Qt website URL (Ralf Habacker)
|
|
Bump PKGREVISION
|
|
SALT 2019.2.2 RELEASE NOTES
Version 2019.2.2 is a bugfix release for 2019.2.0.
ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844)
* (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp
52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp
cb1b75a Adding test.
6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code.
* (frogunder) update 2019.2.2 release notes
d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2
0c01cfb update 2019.2.2 release notes
* (twangboy) Add missing docs for win_wusa state and module (2019.2.1)
7d253bc Merge pull request 54919 from twangboy/update_docs
57ff199 Add docs for win_wusa
ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942)
* (dwoz) Fix for 54941 pillar_refresh regression
2f817bc Merge pull request 54942 from dwoz/fix-54941
cb5d326 Add a test for 54941 using test.ping
348d1c4 Add regression tests for issue 54941
766f3ca Initial commit of a potential fix for 54941
* (bryceml) update version numbers to be correct
f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs
e9a2a70 update version numbers to be correct
* (bryceml) 2019.2.1 fix docs
3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs
c7b7474 modifying saltconf ads
d48057b add new saltconf ads
* (frogunder) remove in progress from releasenotes 2019.2.2
4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2
a697abd remove in progress from releasenotes 2019.2.2
* (frogunder) releasenotes 2019.2.2
aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2
a41dc59 Update 2019.2.2.rst
9bea043 releasenotes 2019.2.2
* (frogunder) Update man pages for 2019.2.2
10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2
92bc4b2 Update man pages for 2019.2.2
* (s0undt3ch) Remove debug print
8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1
3937890 Remove debug print
ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826)
* (dwoz) Fix issue 54755 and add regression tests
9e3914a Merge pull request 54826 from dwoz/issue_54755
0bad9cb Handle locals and globals separatly
bcbe9a2 Only purge pip when needed
d2f98ca Fix issue 54755 and add regression tests
* (frogunder) Add known issues to 2019.2.1 release notes
ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1
8cdb27b Update 2019.2.1.rst
14f955c Add known issues to 2019.2.1 release notes
ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806)
* (Oloremo) [Regression] Batch with failhard fix
433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1
6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1
3e0e928 Added tests for cli and runner
2416516 Made batch work properly with failhard in cli and runner
ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828)
* (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler
ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug
be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items.
* (Akm0d) fix broken salt-cloud openstack query
435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix
ba4ba2a fixed pylint errors in openstack test
d9a8517 Added openstack tests for openstack --query fix
59214ad Fallback to image id if we don't have an image name
3a42a4d fixed pylint error
0074d18 created unit tests for openstack
4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD
1c2821b Return a configured provider, not a bool
c585550 fix broken salt-cloud openstack query
ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807)
* (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets
93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket
faa1d98 ip_bracket can now accept ipv6 addresses with brackets
ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807)
* (dwoz) Fix pip state pip >=10.0 and <=18.0
* (OrlandoArcapix) Fix import of pip modules (refs: 54807)
b61b30d Merge pull request 54807 from dwoz/patch-2
664806b Add unit test for pip state fix
e637658 Revert change to pip version query
42810a2 Fix import of pip modules
ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799)
* (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job
4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element
44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element
3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element
8afd2d8 Removing extra, unnecessary code.
549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job.
7d716d6 Fixing lint.
ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist.
* (Ch3LL) Fix state.show_states when sls file missing in top file
b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states
96540be Clean up files after state.show_states test
ad265ae Fix state.show_states when sls file missing
ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780)
ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780)
* (dwoz) Fix masterless jinja imports
b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports
5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports
e901a83 Add regression tests for jinja import bug
3925bb7 Fix broken jinja imports in masterless salt-call
ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777)
* (javierbertoli) Fix minion's remove_periodic_callback()
4c240e5 Merge pull request 54777 from netmanagers/2019.2.1
459c790 Merge branch '2019.2.1' into 2019.2.1
* (bryceml) improve lint job
83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt
ffa4ed6 improve lint job
fa1a767 Merge branch '2019.2.1' into 2019.2.1
ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783)
* (garethgreenaway) Ensure metaproxy directory is included in sdist
6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory
67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory
a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py.
ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807)
* (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests
7912b67 Merge pull request 54784 from dhiltonp/ipv46
042a101 Merge branch '2019.2.1' into ipv46
* (frogunder) Add 2019.2.2 release notes
2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2
67f564b Add 2019.2.2 release notes
ac6b54f Merge branch '2019.2.1' into ipv46
93ebd09 update mock (py2) from 2.0.0 to 3.0.5
37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests
dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo
a57f7d0 Add tests
c19d0b0 Fix minion's remove_periodic_callback()
* (pizzapanther) Fix returners not loading properly
46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny
bdf24f4 Make sure we tests salt-master's event_return setting
5499518 remove unnecessary import
3f8a382 fix module import
0746aa7 remove __new__ method since it was removed from parent class
* (bryceml) 2019.2.1 ruby
e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby
168a6c1 switch to ruby 2.6.3
|
|
up to XSA297 is already fixed upstream).
Bump PKGREVISION
|
|
== 20191112 Release ==
-- Updates upon 20190918 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
AVN B0/C0 6-4d-8/01 0000012d Atom C2xxx
CNL-U D0 6-66-3/80 0000002a Core Gen8 Mobile
SKX-SP B1 6-55-3/97 01000151 Xeon Scalable
CLX-SP B0 6-55-6/bf 0400002b->0400002c Xeon Scalable Gen2
GLK-R R0 6-7a-8/01 00000016 Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
ICL U/Y D1 6-7e-5/80 00000046 Core Gen10 Mobile
CML-U62 A0 6-a6-0/80 000000c6 Core Gen10 Mobile
---- updated platforms ------------------------------------
SKL-U/Y D0 6-4e-3/c0 000000cc->000000d4 Core Gen6 Mobile
SKX-SP H0/M0/U0 6-55-4/b7 02000064->02000065 Xeon Scalable
SKX-D M1 6-55-4/b7 02000064->02000065 Xeon D-21xx
CLX-SP B1 6-55-7/bf 0500002b->0500002c Xeon Scalable Gen2
SKL-H/S/E3 R0/N0 6-5e-3/36 000000cc->000000d4 Core Gen6
GLK B0 6-7a-1/01 00000032 Pentium J5005/N5000, Celeron J4005/J4105/N4000/N4100
AML-Y22 H0 6-8e-9/10 000000b4->000000c6 Core Gen8 Mobile
KBL-U/Y H0 6-8e-9/c0 000000b4->000000c6 Core Gen7 Mobile
CFL-U43e D0 6-8e-a/c0 000000b4->000000c6 Core Gen8 Mobile
WHL-U W0 6-8e-b/d0 000000b8->000000c6 Core Gen8 Mobile
AML-Y V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile
CML-U42 V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile
WHL-U V0 6-8e-c/94 000000b8->000000c6 Core Gen8 Mobile
KBL-G/X H0 6-9e-9/2a 000000b4->000000c6 Core Gen7/Gen8
KBL-H/S/E3 B0 6-9e-9/2a 000000b4->000000c6 Core Gen7; Xeon E3 v6
CFL-H/S/E3 U0 6-9e-a/22 000000b4->000000c6 Core Gen8 Desktop, Mobile, Xeon E
CFL-S B0 6-9e-b/02 000000b4->000000c6 Core Gen8
CFL-H R0 6-9e-d/22 000000b8->000000c6 Core Gen9 Mobile
---- removed platforms ------------------------------------
CFL-H/S P0 6-9e-c/22 000000a2 Core Gen9
|
|
5.62.0
Baloo
Fixes a crash in Peruse triggered by baloo
KDBusAddons
Fix race on kcrash auto-restarts
KFileMetaData
Implement writing of images
Solid
Make battery serial property constant
Expose technology property in battery interface
5.64.0
Baloo
Make it compile against qt5.15
Use propertymap to store properties in Baloo::Result
Add standalone conversion functions for PropertyMap to Json and vice versa
[Database] Rework handling environment flags
Replace recursion in FilteredDirIterator with loop iteration
KFileMetaData
Fix crash in writer collection and cleanup
Solid
Don't build static library when BUILD_TESTING=OFF
|
|
|
|
No current changelog available.
|
|
BackupPC 4.0.0 is a significant improvement over 3.x in terms of
performance and storage efficiency. It is backward compatible with
3.x pool storage, so it can be used to upgrade an existing installation
as well as for brand new installs.
|
|
- fix to use correct int format when reading v3 attrib files
|
|
|
|
5.6.5
**Bug fixes**
- remove pyproject.toml as it was causing installation issues.
5.6.4
**Enhancements**
- [Linux] added Process.cpu_times().iowait counter, which is the time
spent waiting for blocking I/O to complete.
- add PEP 517/8 build backend and requirements specification for better
pip integration.
**Bug fixes**
- [Windows] Process' cmdline(), environ() or cwd() may occasionally fail
with ERROR_PARTIAL_COPY which now gets translated to AccessDenied.
- [Linux] cpu_affinity() segfaults on CentOS 5 / manylinux.
cpu_affinity() support for CentOS 5 was removed.
- [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences.
- 'type' and 'family' fields returned by net_connections() are not
always turned into enums.
- [NetBSD] process cmdline() erroneously raise ZombieProcess error if
cmdline has non encodable chars.
- usage percent may be rounded to 0 on Python 2.
- [Windows] getloadavg() math for calculating 5 and 15 mins values is
incorrect.
- [Linux] use CC compiler env var if defined.
- [Windows] `NtWow64*` syscalls fail to raise the proper error code
- [OSX] calling close() (in C) on possible negative integers.
- [SunOS] compilation fails on SunOS 5.10.
|
|
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
|
|
Packages defined the variable BROKEN inconsistently. Some added quotes,
like they are required in PKG_FAIL_REASON, some omitted them.
Now all packages behave the same, and pkglint will flag future mistakes.
|
|
had a bug with its builtin acpica, but that is fixed (and didn't make it
into any release AFAIK)
|
|
with GCC>=8 and _FORTIFY_SOURCE.
GCC refuses to inline functions with different target attributes.
SSP headers (upstream GCC and netbsd's) use always_inline.
If we reduce the target options ("no SSE") then it can't inline the
default options (yes SSE) ssp/string.h functions.
PR toolchain/54672
|
|
|
|
Improved NetBSD-specific man page. No functional change.
|