Age | Commit message (Collapse) | Author | Files | Lines |
|
devel/git: security fix
via patch -- update to 2.37.4
---
This release merges the security fix that appears in v2.30.6; see
the release notes for that version for details.
|
|
devel/ruby-redmine50: security fix
Revisions pulled up:
- devel/ruby-redmine50/Makefile 1.4
- devel/ruby-redmine50/PLIST 1.2
- devel/ruby-redmine50/distinfo 1.3
- devel/ruby-redmine50/patches/patch-Gemfile 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 15:32:55 UTC 2022
Modified Files:
pkgsrc/devel/ruby-redmine50: Makefile PLIST distinfo
pkgsrc/devel/ruby-redmine50/patches: patch-Gemfile
Log Message:
devel/ruby-redmine50: update to 5.0.3
5.0.3 (2022-10-02)
[Code cleanup/refactoring]
* Defect #37609: Remove obsolete remnant public/images/openid-bg.gif
* Defect #37449: Passing a wrong parameter to `with_settings` in
UserTest::test_random_password_include_required_characters
[Filters]
* Defect #36940: Chained custom field filter doesn't work for User fields
* Defect #37349: Chained custom field filter for User fields returns 500
internal server error when filtering after a float value
[Issues]
* Defect #37369: Mention auto-complete not works in bulk-edit comments
* Defect #37499: Default query should not be applied if the query is not
allowed to be set as the default
* Defect #37473: Focus IssueId not working when linking issues
[Issues list]
* Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2
[Rails support]
* Patch #37452: Update Rails to 6.1.7
[Security]
* Defect #37492: Update jQuery UI to 1.13.2
[SCM]
* Defect #33953: Repository tab is not displayed if no repository is set as
the main repository
* Defect #36258: Support revision without any message in Mercurial
repositories
* Defect #37585: Do not show "History" tab for content in Filesystem
repository
* Defect #37626: Diff of a javascript file in repository module is not
displayed with layout
* Defect #37718: Repository browser does not show "+" (plus sign) in
filename
[SCM extra]
* Defect #37562: POST Requests to repository WS fail with "Can't verify CSRF
token authenticity"
[Text formatting]
* Defect #37237: Common Markdown Formatter does not render all properties on
HTML elements
* Patch #37713: Add rel="noopener" to all external links that would open a
new tab/window
* Defect #37379: Thumbnail macro does not work when a file is attached and
preview is displayed immediately
[Translations]
* Defect #37529: Fix mistranslation of label button_create_and_follow in
Russian translation
* Defect #37603: Missing translation for label_default_queries.for_this_user
* Patch #35613: German translation update of Wiki syntax help for 5.0-stable
* Patch #37263: Lithuanian translation update for 5.0-stable
* Patch #37698: Persian translation update for 4.2-stable
[UI]
* Defect #36901: Jump to project is misaligned in Safari 15.4 and later
* Defect #37282: Subtask isn't displayed correctly since 4.2.7
* Defect #37481: Fix the unintentional selection of rows with the context
menu
* Defect #37566: The number of the ordered list in the project description
is not displayed and the indentation does not match the unordered list
|
|
devel/ruby-redmine42: security fix
Revisions pulled up:
- devel/ruby-redmine42/Makefile 1.15
- devel/ruby-redmine42/PLIST 1.4
- devel/ruby-redmine42/distinfo 1.11
- devel/ruby-redmine42/patches/patch-Gemfile 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 15:31:47 UTC 2022
Modified Files:
pkgsrc/devel/ruby-redmine42: Makefile PLIST distinfo
pkgsrc/devel/ruby-redmine42/patches: patch-Gemfile
Log Message:
devel/ruby-redmine42: update to 4.2.8
4.2.8 (2022-10-02)
[Code cleanup/refactoring]ΒΆ
* Defect #37449: Passing a wrong parameter to `with_settings` in
UserTest::test_random_password_include_required_characters
[Filters]
* Defect #36940: Chained custom field filter doesn't work for User fields
* Defect #37349: Chained custom field filter for User fields returns 500
internal server error when filtering after a float value
[Issues]
* Defect #37473: Focus IssueId not working when linking issues
[Issues list]
* Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2
[Rails support]
* Patch #37465: Update Rails to 5.2.8.1
[Security]
* Defect #37492: Update jQuery UI to 1.13.2
[SCM]
* Defect #37718: Repository browser does not show "+" (plus sign) in
filename
[Text formatting]
* Defect #37379: Thumbnail macro does not work when a file is attached and
preview is displayed immediately
[Translations]
* Patch #37698: Persian translation update for 4.2-stable
[UI]
* Defect #36901: Jump to project is misaligned in Safari 15.4 and later
* Defect #37282: Subtask isn't displayed correctly since 4.2.7
* Defect #37481: Fix the unintentional selection of rows with the context
menu
* Defect #37566: The number of the ordered list in the project description
is not displayed and the indentation does not match the unordered list
|
|
databases/sqlite3: security fix (for ruby-sqlite3)
Revisions pulled up:
- databases/sqlite3-docs/PLIST 1.118
- databases/sqlite3-docs/distinfo 1.121
- databases/sqlite3-tcl/distinfo 1.133
- databases/sqlite3/Makefile.common 1.95
- databases/sqlite3/distinfo 1.188
- devel/lemon/distinfo 1.62
---
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 3 12:27:52 UTC 2022
Modified Files:
pkgsrc/databases/sqlite3: Makefile.common distinfo
pkgsrc/databases/sqlite3-docs: PLIST distinfo
pkgsrc/databases/sqlite3-tcl: distinfo
pkgsrc/devel/lemon: distinfo
Log Message:
sqlite3: updated to 3.39.4
Changes in version 3.39.4 (2022-09-29):
Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache.
Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables.
Fix a possible integer overflow in the size computation for a memory allocation in FTS3.
Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
|
|
A few patches to include <altivec.h> when __ALTIVEC__ is defined,
and passing -maltivec on powerpc ports.
|
|
Does not build in any bulk builds I could find, no users in pkgsrc
|
|
In its original place it broke PIE handling.
XXX: This should be fixed in go-module.mk, but that can be done after
the freeze.
|
|
Marked BROKEN since January 2021.
|
|
XXX: this should be changed to not needed git at build time
|
|
and fix build on pkgsrc / NetBSD 9.x.
5.1.1->5.7.8 skips a handful of bug-fixing and refinement releases
that happened between Feb 2021 and Sep 2022. Way too many changes
to list here - see https://github.com/radareorg/radare2/releases
OK-ed by wiz during freeze.
|
|
make the PLIST match. NFCI elsewhere.
|
|
|
|
|
|
FileCaptureReporter and as CI specific test:
- Mechanisms for capturing differences that occur on CI and allowing
those differences to coexist.
Simple Logger - Improvement:
- .variable() indents lists correctly
- .variable(list, show_types=True) includes types in output
- .use_markers() handle exceptions being thrown in method
- run_all_combinations()
- verify_logging_for_all_combinations()
|
|
5.2 (2022-09-13)
================
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).
- Disable unsafe math optimizations in C code.
|
|
5.5.1 (2022-09-07)
==================
- Fix: let ``--at-level=level`` with ``level <= 0`` run the tests
at all levels (rather than at no level)
5.5 (2022-06-24)
================
- Use ``sys._current_frames`` (rather than ``threading.enumerate``)
as base for new thread detection
- New option ``--gc-after-test``. It calls for a garbage collection
after each test and can be used to track down ``ResourceWarning``s
and cyclic garbage.
With ``rv = gc.collect()``, ``!`` is output on verbosity level 1 when
``rv`` is non zero (i.e. when cyclic structures have been released),
``[``*rv*``]`` on higher verbosity levels and
a detailed cyclic garbage analysis on verbosity level 4+.
- Allow the filename for the logging configuration to be specified
via the envvar ``ZOPE_TESTRUNNER_LOG_INI``.
If not defined, the configuration continues to be locked for
in file ``log.ini`` of the current working directory.
Remember the logging configuration file in envvar
``ZOPE_TESTRUNNER_LOG_INI`` to allow spawned child processes
to recreate the logging configuration.
|
|
6.2.1 (2022-09-14)
==================
- Fix outsized integer test values that break tests on newer Python versions.
|
|
5.5.0
Match py-ujson
|
|
What's New in astroid 2.12.10?
==============================
* Fixed a crash when introspecting modules compiled by `cffi`.
* ``decorators.cached`` now gets its cache cleared by calling ``AstroidManager.clear_cache``.
|
|
Now also reported upstream, ref.
https://github.com/alexcrichton/openssl-src-rs/pull/156
so hopefully this patch can eventually be removed.
|
|
|
|
|
|
|
|
pkgsrc changes: reduce pkglint warnings.
5.2.0 (2022-09-17)
Features
* Add without_scopes method to enum matcher. (#1453)
* Add support for Ruby 3.1. (#1474)
* Add allow_blank method to validate_presence_of matcher. (#1499)
* Add support for Rails 7.0. No new Rails 7.0 features are supported, but
only existing features that broke with the upgrade. (#1506)
|
|
|
|
Simple Logger - Minor Improvements
- SimpleLogger._logger renamed to private
- SimpleLogger.register_logger
- variable has optional parameter: show_types
|
|
0.36.1 (released 17th September 2022)
- Fixed a release script that prevented 0.36.0 from including Windows binaries.
0.36 (released 17th September 2022)
Diffing
- Improved diff cost model to prefer finding unchanged variable names over
unchanged punctuation.
Parsing
- Added support for Hare, Pascal and QML.
- ZIP files are now always treated as binary files.
- Difftastic is now stricter about text content validity, so more binary files
are correctly detected.
Display
- Changed words in changed comments are now also underlined, to make them more
visible.
- Fixed crash when word-wrapping lines containing Unicode combining diacritics
characters.
|
|
old-style Go library, no users left
|
|
This is an old-style GOPATH build that exposes a library. Its only user
(pkglint) is now a module-based build.
proposed by wiz@
|
|
Update py-tortoisehg to version 6.2.2 .
Update to match version of py-mercurial
since py-tortoisehg developers has
tested this version with py-mercurial
6.2.2 .
|
|
This fixes
=> Checking for RELRO in ldapsdk-12311998nb11
ERROR: lib/liblber.so.1.0: missing RELRO
ERROR: lib/libldap.so.1.0: missing RELRO
|
|
Fixes build problem on NetBSD/macppc.
|
|
|
|
For pin@
## [0.9.0] - 2022-08-16
### Documentation
- Add test repository link to README.md
### Features
- Support splitting commits by lines ([#101](https://github.com/orhun/git-cliff/issues/101))
- Support setting commit SHA while using `--with-commit`
- Add commit author and committer to the context ([#100](https://github.com/orhun/git-cliff/issues/100))
### Miscellaneous Tasks
- Use an alternative method to fetch registry
- Enable building arm64 docker images
- Update the description on Docker Hub on push
- Disable updating the description on Docker Hub
- Add GitHub Sponsors option for funding
- Upgrade dependencies
- Update MSRV to 1.60.0
- Upgrade versions in Dockerfile
- Enable strip option for release profile
### Refactor
- Run clippy for tests
- Use a more concise conversion for string
|
|
Bin=X uses dirname( X ) if X is a file, otherwise if X is
a dir it uses X, otherwise it dies. This mainly simplifies
testing where libs or config dirs are below the ./t in the
path.
|
|
v1.6.2
- Calculate correct position with comments before the package keyword
v1.6.1
- Exclude (*io.Pipe{Read,Write}r).CloseWithError
- Provide go/analysis analyzer instance
- close file explicitly, to avoid "max open files" error
- Use "go install" instead of "go get" in README.md
- Test with Go 1.18, update deps
- Handle embedded nil interfaces
v1.6.0
- Add SelectorName field to UncheckedError result struct.
v1.5.0
- Support the -mod=vendor flag for using modules in a vendor directory
|
|
Simple Logger:
- Added convenience functions for warnings and variables
- Warnings print the stack trace
- Variables will handle lists and print out each element in the list
|
|
0.10.3 (2022-09-15)
-------------------
- Fix named arguments in purl_to_lookups.
0.10.2 (2022-09-15)
-------------------
- Add encode option in purl_lookups 94
(`purl_to_lookups`, `without_empty_values` is moved from packageurl.contrib.django.models
to packageurl.contrib.django.utils)
|
|
v0.17.0
This release adds Python 3.11 support, updates bundled libuv to 1.43.0
and fixes a handful of issues.
Changes
Expose uv_loop_t pointer for integration with other C-extensions
Support python 3.11+
Expose libuv uv_fs_event functionality
Activate debug mode when -X dev is used
Expose uv_version() for libuv API compatibility
Fix loop.getaddrinfo() and tests
Bump to libuv 1.43.0
Fixes
_TransProtPair is no longer defined in asyncio.events
use a TypeVar for asyncio.BaseProtocol
Fix segfault in TimerHandle.when() after cleared
Avoid self._errpipe_write double close
Fix typo in test
Fix potential infinite loop
use a stack of self._fds_to_close to prevent double closes
Fix incorrect main thread id value forking from a thread
create_subprocess_exec should treat env={} as empty environment
Queue write only after processing all buffers
Drop Python 3.6 support for thread ident
bugfix: write to another transport in resume_writing() fails
Build
Upgrade GitHub Actions
typo same as same
setup.py: allow to override extra_compile_args
Drop hack in setup.py in finalize_options (492)
Fix tests invocation on release CI worklow
Documentation
use asyncio.Runner loop_factory on 3.11+
Fix CI badge in docs, remove remaining Travis CI references from docs
Fix typo in README
|
|
- Fix: `mob done --squash-wip` won't fail if a previously committed file
has uncommitted modifications.
- Feature: `MOB_TIMER_INSECURE=true` allows enterprises to use the
timer.mob.sh companion service despite SSL issues.
|
|
Major update (from 1.x to 2.x) dropping python 2 support.
Summary of changes not found, too many to sumarize, see
https://github.com/googleapis/python-api-core/releases
|
|
1.56.4
Bug Fixes
require python 3.7+ (#119) (507b58d)
1.56.3
Bug Fixes
deps: allow protobuf < 5.0.0 (#112) (67b0231)
Documentation
fix changelog header to consistent size (#108) (d315b9f)
1.56.2
Bug Fixes
deps: require grpcio >= 1.0.0, <2.0.0dev (4a402ce)
deps: require protobuf>= 3.15.0, <4.0.0dev (#105) (4a402ce)
1.56.1
Bug Fixes
deps: require protobuf >=1.15.0 (f04ed64)
include tests directory (#103) (72e5df1)
regenerate pb2 files using the latest version of grpcio-tools (f04ed64)
1.56.0
Features
add google/api/error_reason.proto (62c04b8)
add google/api/visibility.proto (62c04b8)
add google/type/decimal.proto (62c04b8)
add google/type/interval.proto (62c04b8)
add google/type/localized_text.proto (62c04b8)
add google/type/phone_number.proto (62c04b8)
update all protos and pb2 files (62c04b8)
Bug Fixes
expose all names in longrunning _pb2's (#90) (09e9ccd)
re-generate pb2 files (#87) (6260547)
re-generate pb2 files using grpcio-tools<1.44.0 (#93) (76bb9f6)
remove deprecated fields aliases and features from google/api/endpoint.proto (62c04b8)
1.55.0
Features
add location proto files. (#84) (9a33e56)
1.54.0
Features
add extended_operations.proto (#77) (bc85849)
add google/api/routing.proto (#75) (1ae0bbc)
|
|
Changes:
- Bug 1788875 - Remove set-but-unused variables from
SEC_PKCS12DecoderValidateBags
- Bug 1563221 - remove older oses that are unused part3/ BeOS
- Bug 1563221 - remove older unix support in NSS part 3 Irix
- Bug 1563221 - remove support for older unix in NSS part 2 DGUX
- Bug 1563221 - remove support for older unix in NSS part 1 OSF
- Bug 1778413 - Set nssckbi version number to 2.58
- Bug 1785297 - Add two SECOM root certificates to NSS
- Bug 1787075 - Add two DigitalSign root certificates to NSS
- Bug 1778412 - Remove Camerfirma Global Chambersign Root from NSS
- Bug 1771100 - Added bug reference and description to disabled
UnsolicitedServerNameAck bogo ECH test
- Bug 1779361 - Removed skipping of ECH on equality of private and
public server name
- Bug 1779357 - Added comment and bug reference to
ECHRandomHRRExtension bogo test
- Bug 1779370 - Added Bogo shim client HRR test support. Fixed
overwriting of CHInner.random on HRR
- Bug 1779234 - Added check for server only sending ECH extension
with retry configs in EncryptedExtensions and if not
accepting ECH. Changed config setting behavior to
skip configs with unsupported mandatory extensions
instead of failing
- Bug 1771100 - Added ECH client support to BoGo shim. Changed
CHInner creation to skip TLS 1.2 only extensions to
comply with BoGo
- Bug 1771100 - Added ECH server support to BoGo shim. Fixed NSS ECH
server accept_confirmation bugs
- Bug 1771100 - Update BoGo tests to recent BoringSSL version
- Bug 1785846 - Bump minimum NSPR version to 4.34.1
|
|
- Minor fixes for publishing
- Small publishing fixes for minimal-approvaltests
- Added basic Simple Logger functionality
- Added Simple Logger timestamps and toggles and other
convenience methods
|
|
0.23
----
General information:
* More and more type annotations have been added to the bpython code base.
* Some work has been performed to stop relying on blessings.
New features:
* Auto-closing brackets option added. To enable, add `brackets_completion = True` in the bpython config
Thanks to samuelgregorovic
Fixes:
* Improve handling of SyntaxErrors
* Fix crash on Ctrl-Z
* Fix tests for Python 3.10.1 and newer
* Handle optional `readline` parameters in `stdin` emulation
* Fix handling of `__name__`
* Fix function signature completion for `classmethod`s
Changes to dependencies:
* curtsies 0.4 or newer is now required
Support for Python 3.6 has been dropped.
|
|
0.4.0
Clean up both wakeup_fds
Drop support for Python 3.6
Switch to blessed
Typing: add more annotations
|
|
Blessed is an easy, practical library for making terminal apps, by providing an
elegant, well-documented interface to Colors, Keyboard input, and screen
position and Location capabilities.
|
|
1.1.3 (2022-08-25)
==================
- Add support for Python 3.11. Please note that Windows binary wheels
are not available at this time.
|
|
0.1.7
* Ensure that cython generated C source file is always included in sdist.
|
|
6.7.0
Unknown changes
|