| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Changes: https://github.com/hyprwm/xdg-desktop-portal-hyprland/compare/b03b1c2...13db7db
|
| |
|
|
|
|
| |
Changes: https://github.com/hyprwm/hyprpicker/compare/fe4535a...e4c2672
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ sed -i '' 's/min=14/min=16/' emulators/yuzu/Makefile
$ make clean all -C emulators/yuzu
[...]
CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message):
Could not find compiler set in environment variable CC:
clang16.
Call Stack (most recent call first):
CMakeLists.txt
|
|
|
|
| |
ChangeLog: https://mnemosyne-proj.org/whats-new
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMake Error at CMakeLists.txt:248 (find_package):
Could not find a configuration file for package "Catch2" that is compatible
with requested version "3.0.1".
The following configuration files were considered but not accepted:
/usr/local/lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9
https://github.com/yuzu-emu/yuzu/commit/d0fe27708edf
|
|
|
|
| |
Changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.76.0
|
|
|
|
|
| |
Release notes:
https://www.elastic.co/guide/en/beats/libbeat/7.17/release-notes-7.17.9.html
|
|
|
|
|
| |
Release notes:
https://www.elastic.co/guide/en/logstash/7.17/logstash-7-17-9.html
|
|
|
|
|
| |
Release notes:
https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.9.html
|
|
|
|
|
| |
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.9.html
|
|
|
|
|
|
|
|
|
|
|
| |
FAILED: src/Hyprland
/usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::overflow(int)':
ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE8overflowEi[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE8overflowEi]+0x2e4): undefined reference to `std::bad_cast::bad_cast()'
/usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::sync()':
ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4syncEv[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4syncEv]+0x306): undefined reference to `std::bad_cast::bad_cast()'
/usr/local/bin/ld: src/Hyprland.p/managers_ThreadManager.cpp.o: in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::seekoff(long long, std::__1::ios_base::seekdir, unsigned int)':
ThreadManager.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE7seekoffExNS_8ios_base7seekdirEj]+0x166): undefined reference to `std::bad_cast::bad_cast()'
[...]
|
| |
|
| |
|
|
|
|
| |
PR: 269299
|
|
|
|
| |
Fixes: 18c6e18276691edf5274406bf82a3b06792ff9ae
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/rack/rack/blob/v3.0.4/CHANGELOG.md
PR: 268999
MFH: 2023Q1
Security: 95176ba5-9796-11ed-bfbf-080027f5fec9
|
|
|
|
|
|
|
|
|
| |
No new features mostly due to holidays and other things, but:
- TCP reassembly is now less strict about invalid TCP options
- REPL now handles the del[ete] key properly
Notified by: upstream author
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/electron/electron/releases/tag/v21.2.1
- https://github.com/electron/electron/releases/tag/v21.2.2
- https://github.com/electron/electron/releases/tag/v21.2.3
- https://github.com/electron/electron/releases/tag/v21.3.0
- https://github.com/electron/electron/releases/tag/v21.3.1
- https://github.com/electron/electron/releases/tag/v21.3.3
- https://github.com/electron/electron/releases/tag/v21.3.4
- https://github.com/electron/electron/releases/tag/v21.3.5
- https://github.com/electron/electron/releases/tag/v21.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results. gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.
MFH: 2023Q1
|
|
|
|
|
| |
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL
databases. This is specific to mysql version 8.0.X branch.
|
|
|
|
|
|
|
|
|
|
| |
In the previous commit a duplicate USE_FETCH target was added similar to
the one in Mk/Uses/go.mk. However this is possible using a different
number and target name compared to what is already predefined as it
conflicts.
Reported by: bulk build
Approved by: portmgr (just-fix-it)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=ssl
- Mark to IGNORE_WITH_MYSQL=80 101m 102m 103m 57p 57w
- Mark DEPRECATED as requires EOLed mysql version 5.6 or 5.7
- Set EXPIRATION_DATE to 2023-12-31
Changes:
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-5-3-14.html
|
|
|
|
|
| |
PR: 269282
Changelog: https://doc.powerdns.com/recursor/changelog/4.8.html#change-4.8.2
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/dist/IO-Socket-SSL/changes
PR: 269056
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
|
|
|
|
| |
Changes: https://github.com/ansible/ansible-lint/releases/tag/v6.12.0
|
|
|
|
|
| |
PR: 269276
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 269290
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
|
|
|
|
|
| |
PR: 269269
Submitted by: Jesús Daniel Colmenares Oviedo (maintainer)
|
|
|
|
|
|
|
|
|
| |
Since mysql 5.6 the C Connector is distributed as part of the
mysql-client packages and is no longer distributed as a different
package. The requirement of this package is no longer valid as
mysql55-{client|server} packages are in the tree.
gcc 4.2 and related codes have been removed.
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE_FILE
- Unbreak for mysql 8.0
- OPTIONIZE DOCS
- Remove tests as those are no longer provided in distfile
Changes:
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
|
|
|
|
| |
Implemented support for PHP 8.2
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Update to 5.0.31
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for
VMware monitoring.
Release notes: https://www.zabbix.com/rn/rn5.0.31
|
|
|
|
|
|
|
|
| |
- Update to 6.2.7
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for
VMware monitoring.
Release notes: https://www.zabbix.com/rn/rn6.2.7
|
|
|
|
|
|
|
|
| |
- Update to 6.0.13
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for VMware
monitoring.
Release notes: https://www.zabbix.com/rn/rn6.0.13
|
|
|
|
|
|
|
| |
Update to fix the build after recent changes in ZFS.
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc.
|
|
|
|
|
| |
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc.
|
|
|
|
|
| |
CGI and cli program which will lookip all databases gerenated by mlmmj-archiver
and map a given message-id to its "public" archive file.
|