{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":19886687,"defaultBranch":"master","name":"buildroot","ownerLogin":"woodsts","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-05-17T13:03:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1041494?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718005251.0","currentOid":""},"activityList":{"items":[{"before":"436d86840af0de56ded6843d02d3b2f3805d53e2","after":"12b2860d7562d5cf1b7492b58f4f10f0405444c4","ref":"refs/heads/master","pushedAt":"2024-06-10T08:40:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"docs/website: Update for 2024.02.3\n\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"docs/website: Update for 2024.02.3"}},{"before":"10dd781eacea515951542424033462e67558e258","after":"a73dd8f787ae8f303fbfb4791a1f77d6c5280692","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-10T07:40:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"Update for 2024.02.3\n\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"Update for 2024.02.3"}},{"before":"a1efb5427b51bc4b39e3e33be080f1898cfea15e","after":"436d86840af0de56ded6843d02d3b2f3805d53e2","ref":"refs/heads/master","pushedAt":"2024-06-09T19:41:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"DEVELOPERS: fix alphabetical order\n\nSigned-off-by: Kilian Zinnecker \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"DEVELOPERS: fix alphabetical order"}},{"before":"139e47861724cfdd82f4e77396e34c43f7f4825f","after":"a1efb5427b51bc4b39e3e33be080f1898cfea15e","ref":"refs/heads/master","pushedAt":"2024-06-09T19:20:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/python3: fix config directory pattern\n\nPreviously, when running `PYTHON3_REMOVE_USELESS_FILES`, the hook to\nclean up files from the python config directory assumed a pattern of\n\"config-$(VERSION)m-$(PLATFORM_TRIPLET)\".\n\nHowever, the \"m\" ABI suffix was dropped in python 3.8, so the hook would\nnever actually find files to delete. No error was raised due to the use\nof a subshell to invoke find.\n\nAlso, if a platform triplet is not detected during the configure stage,\nthe config directory (LIBPL) defaults to `config-$VERSION`, and has no\ntrailing `-$PLATFORM_TRIPLET`.\n\nNow, we glob anything after the version to ensure files get deleted.\n\nSigned-off-by: Vincent Fazio \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/python3: fix config directory pattern"}},{"before":"089943812eb8dcbd308f3a3dea02d482bf9189df","after":"035651209f4a975cb5413b3911f5598db73e4822","ref":"refs/heads/next","pushedAt":"2024-06-09T16:00:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/python3: fix config directory pattern\n\nIf a platform triplet is not detected during the configure stage, the\nconfig directory (LIBPL) defaults to `config-$VERSION`.\n\nIn this scenario, the `PYTHON3_REMOVE_USELESS_FILES` hook would fail due\nto `find` incorrectly expecting a second dash and then the triplet.\n\nNow, we glob anything after the version which will match in both cases.\n\nFixes: 54d48c8cad (\"package/python3: miscellaneous fixups\")\n\nSigned-off-by: Vincent Fazio \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/python3: fix config directory pattern"}},{"before":"ee6694e9704b08dd81b00e78c397224da0dc79f3","after":"10dd781eacea515951542424033462e67558e258","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-09T08:40:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"micropython: Add patch to avoid textrel on arm/thumb\n\nSigned-off-by: J. Neuschäfer \nSigned-off-by: Yann E. MORIN \n(cherry picked from commit cc08d6f5d1a152279c340f56539a43d932ea0b0d)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"micropython: Add patch to avoid textrel on arm/thumb"}},{"before":"82dec87ecc69923449f21d932947769e887b996f","after":"ee6694e9704b08dd81b00e78c397224da0dc79f3","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T19:20:46.000Z","pushType":"push","commitsCount":53,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/libopenssl: security bump to version 3.2.2\n\nFixes CVE-2024-4741 (for details see [1]).\n\n[1] https://www.openssl.org/news/secadv/20240528.txt\n\nSigned-off-by: Peter Seiderer \nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/libopenssl: security bump to version 3.2.2"}},{"before":"14c80da353fa6c623a77321526d92666ded47b8e","after":"82dec87ecc69923449f21d932947769e887b996f","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T15:40:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/octave: add optional zlib support\n\nSigned-off-by: Julien Olivain \nSigned-off-by: Peter Korsgaard \n(cherry picked from commit fa54abf730ea11bfadd432b645a0735a7b4fe852)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/octave: add optional zlib support"}},{"before":"141e2aa770849a87194ce65c70ecc01eab525dec","after":"14c80da353fa6c623a77321526d92666ded47b8e","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T14:20:44.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/cryptodev-linux: fix build with kernel >= 6.7\n\nFix the following build failure with kernel >= 6.7:\n\n/home/buildroot/autobuild/instance-0/output-1/build/cryptodev-linux-1.13/./cryptlib.c: In function ‘cryptodev_hash_init’:\n/home/buildroot/autobuild/instance-0/output-1/build/cryptodev-linux-1.13/./cryptlib.c:384:28: error: implicit declaration of function ‘crypto_ahash_alignmask’; did you mean ‘crypto_aead_alignmask’? [-Werror=implicit-function-declaration]\n 384 | hdata->alignmask = crypto_ahash_alignmask(hdata->async.s);\n | ^~~~~~~~~~~~~~~~~~~~~~\n | crypto_aead_alignmask\n\nFixes:\n - http://autobuild.buildroot.org/results/466360c7baec2edf42dc6f0ad9a8d757dd471c88\n\nSigned-off-by: Fabrice Fontaine \nSigned-off-by: Peter Korsgaard \n(cherry picked from commit 15ec07403f3abcd42441cde7186a451de8a458dc)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/cryptodev-linux: fix build with kernel >= 6.7"}},{"before":"72b0c440e8914357b9a699ad9b9ed34c38f91041","after":"141e2aa770849a87194ce65c70ecc01eab525dec","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T13:20:43.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/procps-ng/S02sysctl: pass SYSCTL_ARGS before -p argument for busybox\n\nThe busybox sysctl applet expects all arguments after -p to be filenames to\nread:\n\nsysctl -p file -h\nsysctl: -h: No such file or directory\n\nVS:\n\nsysctl -h -p file\nsysctl: invalid option -- 'h'\nBusyBox v1.36.1 (2024-05-17 15:27:21 CEST) multi-call binary.\n\nUsage: sysctl [-enq] { -a | -p [FILE]... | [-w] [KEY[=VALUE]]... }\n\nShow/set kernel parameters\n\n -e Don't warn about unknown keys\n -n Don't show key names\n -q Quiet\n -a Show all values\n -p Set values from FILEs (default /etc/sysctl.conf)\n -w Set values\n\nThis seems to be the intented behaviour:\nhttps://git.busybox.net/busybox/tree/procps/sysctl.c#n317\n\nNotice: The procps-ng variant is happy with both:\n\nsysctl -p file -h\n\nUsage:\n sysctl [options] [variable[=value] ...]\n\nVS:\n\nsysctl -h -p file\n\nUsage:\n sysctl [options] [variable[=value] ...]\n\nSo pass SYSCTL_ARGS before the -p args so custom sysctl arguments can be\npassed.\n\nSigned-off-by: Peter Korsgaard \nSigned-off-by: Yann E. MORIN \n(cherry picked from commit 60b02eb6c6863e505289c7f8200c80fe1596fa10)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/procps-ng/S02sysctl: pass SYSCTL_ARGS before -p argument for …"}},{"before":"51dc052d1d488e3eec52d9bfde0270aa8845ca4c","after":"72b0c440e8914357b9a699ad9b9ed34c38f91041","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T11:40:46.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/qemu: fix typo in help text of BR2_PACKAGE_QEMU_TARGET_RISCV32\n\n33-bit was obviously a typo.\n\nSigned-off-by: Waldemar Brodkorb \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit e23a44bbcba067935708d9949c23fae9c5814cd0)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/qemu: fix typo in help text of BR2_PACKAGE_QEMU_TARGET_RISCV32"}},{"before":"38b224d6028aa6a640fb3db3433f54fad649d1c6","after":"51dc052d1d488e3eec52d9bfde0270aa8845ca4c","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T11:20:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"arch/Config.in.x86: enable SSE2 on Pentium M\n\nThe Pentium M does support SSE2 so it would make sense to enable it.\n\nSigned-off-by: Stefan Ott \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit 4c561a7adf95d33acddabcd72e6155c8c05bbbfe)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"arch/Config.in.x86: enable SSE2 on Pentium M"}},{"before":"bacb1c67eca1c007a23a134db1830a04482a0855","after":"38b224d6028aa6a640fb3db3433f54fad649d1c6","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T08:20:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/dmraid: set -fPIC\n\nAdd -fPIC to CFLAGS to fix the following build failure raised since\ncommit de6415ad9c35b2013af1f1821bcac12ba3959674:\n\n/home/autobuild/autobuild/instance-5/output-1/host/lib/gcc/x86_64-buildroot-linux-gnu/12.3.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: misc/misc.o: warning: relocation against `stdout@@GLIBC_2.2.5' in read-only section `.text'\n/home/autobuild/autobuild/instance-5/output-1/host/lib/gcc/x86_64-buildroot-linux-gnu/12.3.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: log/log.o: relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC\n\nFixes: de6415ad9c35b2013af1f1821bcac12ba3959674\n - http://autobuild.buildroot.org/results/0349c6bfd66f5e50429e4a5cc07fb7abf2b07345\n\nSigned-off-by: Fabrice Fontaine \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit 880066bad68bf881cc0636cd51c177625d4fa837)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/dmraid: set -fPIC"}},{"before":"c243e5549419068e7224a87b35534dcc417fd123","after":"bacb1c67eca1c007a23a134db1830a04482a0855","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T08:00:45.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs/asus_tinker-s_rk3288: bump kernel to 6.1.79\n\nlatest kernel LTS (6.6.x) is facing problems with the sdcard\n\nSigned-off-by: Flávio Tapajós \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit 3bf6ec888bc1b2c65576bd678d5c0f5201f18e3b)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"configs/asus_tinker-s_rk3288: bump kernel to 6.1.79"}},{"before":"d50049e60f6162ac59cbeb3edae4d0ed756bd357","after":"c243e5549419068e7224a87b35534dcc417fd123","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-08T07:00:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/cog: bump to version 0.18.3\n\nThis is a small bugfix release, with fixes for device scaling handling\n(i.e. HiDPI displays), and with support to toggle WebKit runtime\nfeatures. Release notes:\n\n https://wpewebkit.org/release/cog-0.18.3.html\n\nSigned-off-by: Adrian Perez de Castro \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit e695da731ffe3a8b06526840055cb38c71b47fde)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/cog: bump to version 0.18.3"}},{"before":"da56f2dc4c4281e3dfec55a0619c21c6b80d0484","after":"d50049e60f6162ac59cbeb3edae4d0ed756bd357","ref":"refs/heads/2024.02.x","pushedAt":"2024-06-07T20:40:50.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/libdrm: fix install of test programs\n\nBuildroot commit f95069814bd68cfc10ccf2dbc41efa6f1e127495 disabled the\nbuild of test programs unconditionally without considering the option\nBR2_PACKAGE_LIBDRM_INSTALL_TESTS.\n\nSigned-off-by: Bernd Kuhls \nSigned-off-by: Thomas Petazzoni \n(cherry picked from commit 91848e73ae6f5ad6ca0568f8e7309247379e51f1)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/libdrm: fix install of test programs"}},{"before":"7d249dab514e6fc003cb92962890d2ce36b87931","after":"139e47861724cfdd82f4e77396e34c43f7f4825f","ref":"refs/heads/master","pushedAt":"2024-06-07T13:20:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/composer: fix improperly scoped variable\n\nFixes: ef57da23b9950a8820c64c268672265f233cfb00\n\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/composer: fix improperly scoped variable"}},{"before":"4dafb8b5c2adb6208f56e2abda954e264b8e6fdd","after":"7d249dab514e6fc003cb92962890d2ce36b87931","ref":"refs/heads/master","pushedAt":"2024-06-06T19:40:47.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/nginx: fix compile error in configure script\n\nBuilding with GCC 14 fails at the configure step with:\n\n ./configure: error: libatomic_ops library was not found.\n\nThe error is not caused by a missing library, but by an unrelated\n\"incompatible pointer type\" error in the test program:\n\n ...\n checking for atomic_ops library\n objs/autotest.c: In function 'main':\n objs/autotest.c:9:48: error: passing argument 1 of 'AO_compare_and_swap' from incompatible pointer type [-Wincompatible-pointer-types]\n\nThis used to be a warning, but it is an error since GCC 14.[1]\n\nFix this by patching the test program in order to use the correct\npointer types.\n\nFixes: http://autobuild.buildroot.net/results/a3d/a3d8c6fd631b31e272e4d8cc6c3318f2e4151882\n\n[1] https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types\n\nSigned-off-by: Edgar Bonet \nSigned-off-by: Arnout Vandecappelle ","shortMessageHtmlLink":"package/nginx: fix compile error in configure script"}},{"before":"ee12457487e139f9ea0fc05941151f55bcbbeb1b","after":"4dafb8b5c2adb6208f56e2abda954e264b8e6fdd","ref":"refs/heads/master","pushedAt":"2024-06-06T19:00:46.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"support/testing/infra/builder.py: fix missing $HOME during build\n\nWhen running a test that uses host-python-setuptools using the Buildroot\nDocker image, for example running the following command,\n\n> ./utils/docker-run ./support/testing/run-tests -o output -s -k tests.package.test_python_pytest.TestPythonPy3Pytest\n\nThe build fails with the following error,\n\n> File \"/home/blmaier/buildroot/output/TestPythonPy3Pytest/build/host-python-setuptools-69.2.0/setuptools/_distutils/dist.py\", line 354, in _gen_paths\n> yield pathlib.Path('~').expanduser() / filename\n> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n> File \"/home/blmaier/buildroot/output/TestPythonPy3Pytest/host/lib/python3.11/pathlib.py\", line 1385, in expanduser\n> raise RuntimeError(\"Could not determine home directory.\")\n> RuntimeError: Could not determine home directory.\n>\n> ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel\n\nPython setuptools is looking for $HOME but failing to find it.\n\nSigned-off-by: Brandon Maier \nSigned-off-by: Arnout Vandecappelle ","shortMessageHtmlLink":"support/testing/infra/builder.py: fix missing $HOME during build"}},{"before":"d9a0954288c43c01633343a4a701692de8068cba","after":"089943812eb8dcbd308f3a3dea02d482bf9189df","ref":"refs/heads/next","pushedAt":"2024-06-06T15:20:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs/zynqmp_zcu106_defconfig: bump to xilinx-v2024.1\n\nThis patch bumps the zynqmp_zcu106_defconfig to xilinx-v2024.1 which includes\nthe following updates:\n\n- Linux v6.6.10\n- U-Boot v2024.01\n- ATF v2.10\n- PMUFW xilinx-v2024.1\n\nSigned-off-by: Neal Frager \nReviewed-by: Luca Ceresoli \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"configs/zynqmp_zcu106_defconfig: bump to xilinx-v2024.1"}},{"before":"c1554df688cb1563c8da2f8fcba21020dcf126a1","after":"d9a0954288c43c01633343a4a701692de8068cba","ref":"refs/heads/next","pushedAt":"2024-06-06T14:20:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs: add raspberrypi 5 defconfig\n\nThis configuration builds an image for the RaspberryPi 5.\n\nCc: Adam Duskett \nCc: Yann E. MORIN \nSigned-off-by: Gaël PORTAY \n[yann.morin.1998@free.fr: check hashes]\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"configs: add raspberrypi 5 defconfig"}},{"before":"7c286c345cf42bc341a3f0502e33fc8477fdd904","after":"c1554df688cb1563c8da2f8fcba21020dcf126a1","ref":"refs/heads/next","pushedAt":"2024-06-06T13:40:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs/versal_vck190_defconfig: add hashes\n\nSigned-off-by: Brandon Maier \nSigned-off-by: Neal Frager \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"configs/versal_vck190_defconfig: add hashes"}},{"before":"c3344a3a5f19dc5059e6201f55800c0a8a3dc609","after":"ee12457487e139f9ea0fc05941151f55bcbbeb1b","ref":"refs/heads/master","pushedAt":"2024-06-06T13:40:43.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs/qemu_ppc64_pseries_defconfig: Linux needs host-openssl\n\nFixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7019514677\n\nThe kernel build needs host-openssl since commit 9982e0b5a63ca\n(configs/qemu: update defconfigs to Linux 6.6.18), so enable it.\n\nSigned-off-by: Peter Korsgaard \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"configs/qemu_ppc64_pseries_defconfig: Linux needs host-openssl"}},{"before":"f820d41f0a7479bd43b72dcc4f70b978e5d0ed70","after":"7c286c345cf42bc341a3f0502e33fc8477fdd904","ref":"refs/heads/next","pushedAt":"2024-06-06T12:00:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/tpm2-tools: bump version to 5.7\n\ntpm2_encodeobject is essential for testing RSAPKCS1 and ECDSA TPM2 signing\nkeys, as the key blob is loaded to the chip in DER format defined by ASN.1\nschema.\n\nLink: https://lore.kernel.org/linux-crypto/20240528210823.28798-1-jarkko@kernel.org/\nCc: Erik Larsson \nCc: Thomas Petazzoni \nSigned-off-by: Jarkko Sakkinen \n[yann.morin.1998@free.fr: fix path of LICENSE file]\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/tpm2-tools: bump version to 5.7"}},{"before":"87b9b126d23be1e95b3d2b82438f65e28f554a87","after":"f820d41f0a7479bd43b72dcc4f70b978e5d0ed70","ref":"refs/heads/next","pushedAt":"2024-06-06T11:40:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/delve: only select host-go when needed\n\nCommit 58a291470acf (package/pkg-golang: select BR2_PACKAGE_HOST_GO)\nensured that we had the host-go enabled for all packages that need it.\n\nHowever, for delve, the select was added to the _ARCH_SUPPORTS symbol,\nwhich means that host-go is built as soon as delve supports the target,\neven when devle itself is not enabled.\n\nMove the select to the main symbol.\n\nFixes: 58a291470acf458239202bd81bfc642b9cadd298\n\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/delve: only select host-go when needed"}},{"before":"49fa6ebb71f89e3c9e13d12070bea41ccf6ed700","after":"87b9b126d23be1e95b3d2b82438f65e28f554a87","ref":"refs/heads/next","pushedAt":"2024-06-06T09:40:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/swtpm: add host package\n\nThe SWTPM package provides TPM emulators with different front-end\ninterfaces to libtpms. TPM emulators provide socket interfaces (TCP/IP and\nUnix) and the Linux CUSE interface for the creation of multiple native\n/dev/vtpm* devices.\n\nSigned-off-by: Jarkko Sakkinen \n[yann.morin.1998@free.fr: disable tests]\nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/swtpm: add host package"}},{"before":"545704bd52165c119c6d95c268a5726ea7a88b1a","after":"49fa6ebb71f89e3c9e13d12070bea41ccf6ed700","ref":"refs/heads/next","pushedAt":"2024-06-06T09:00:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"configs/zynq_*: move hashes\n\nThis patch moves the linux and uboot hashes from 'board/zynq/patches' to\n'board/xilinx/patches'. The reason for this is that all of the Xilinx boards\nincluding zynq, zynqmp and versal will be using the same linux and uboot repo.\nBy putting the hashes in 'board/xilinx/patches', the same hashes can be shared\namongst all of the Xilinx boards.\n\nSigned-off-by: Neal Frager \nReviewed-by: Luca Ceresoli \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"configs/zynq_*: move hashes"}},{"before":"d1853f898e9bb2a05a49f4fd69a811d11cd8e371","after":"c3344a3a5f19dc5059e6201f55800c0a8a3dc609","ref":"refs/heads/master","pushedAt":"2024-06-06T09:00:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/libopenssl: security bump to version 3.3.1\n\nFixes CVE-2024-4741 (for details see [1]).\n\n[1] https://www.openssl.org/news/secadv/20240528.txt\n\nSigned-off-by: Peter Seiderer \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/libopenssl: security bump to version 3.3.1"}},{"before":"f77d698f83b230f7efcb7d28af3aacfa9589cc89","after":"d1853f898e9bb2a05a49f4fd69a811d11cd8e371","ref":"refs/heads/master","pushedAt":"2024-06-06T08:40:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/git: minor bump to 2.45.2\n\nMinor release bump to address \"git lfs\" and \"git annex\" breakage (for\nrelease notes see [1]).\n\nLink: https://lore.kernel.org/git/xmqqr0dheuw5.fsf@gitster.g/ [1]\nSigned-off-by: Bagas Sanjaya \nSigned-off-by: Yann E. MORIN ","shortMessageHtmlLink":"package/git: minor bump to 2.45.2"}},{"before":"54d48c8cad4e89c1428a0b9440116a01b0431fae","after":"545704bd52165c119c6d95c268a5726ea7a88b1a","ref":"refs/heads/next","pushedAt":"2024-06-05T22:00:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"woodsts","name":"Derald D. Woods","path":"/woodsts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041494?s=80&v=4"},"commit":{"message":"package/sunxi-mali-utgard-driver: handle patching the Buildroot way\n\nSigned-off-by: Yann E. MORIN \nCc: Giulio Benetti \nReviewed-by: Giulio Benetti \nSigned-off-by: Arnout Vandecappelle ","shortMessageHtmlLink":"package/sunxi-mali-utgard-driver: handle patching the Buildroot way"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYOBvswA","startCursor":null,"endCursor":null}},"title":"Activity · woodsts/buildroot"}