git: f279cd940ded - Create tag vendor/jemalloc/5.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Feb 2025 16:24:38 UTC
The annotated tag vendor/jemalloc/5.2.1 has been created by imp: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/jemalloc/5.2.1 tag vendor/jemalloc/5.2.1 Tagger: Warner Losh <imp@FreeBSD.org> TaggerDate: 2024-12-10 19:38:40 +0000 Tag the FreeBSD vendor branch for jemalloc 5.2.1 This retroactively brings in jemalloc 5.2.1 as a vendor branch. commit d4d6bda0bc7998e1944274878691d4dc636cec7d Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-12-01 05:20:11 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-12-01 06:35:12 +0000 jemalloc: Import version 5.2.1 Create a new vendor branch for jemalloc, using the following for future reference: % git worktree add --orphan -b vendor/jemalloc ../vendors/jemalloc % cd ../vendors/jemalloc % git checkout -b vendor/jemalloc % cd ../../upstreams % git clone git@github.com:jemalloc/jemalloc.git % cd jemalloc % git checkout 5.2.1 # hash ea6b3e973b477b8061e0076bb257dbd7f3faa756 % cp -r * ../../vendors/jemalloc % cd ../../vendors/jemalloc % autoconf % ./configure --enable-autoconf --with-version=5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 % git add * % git commit -m<this message> % git tag -a vendor/jemalloc/5.2.1 % git push --follow --set-upstream freebsd vendor/jemalloc Note: This purposely doesn't thin the vendor branch. That will be done in the next step to create the merge commit that boostraps future imports. Sponsored by: Netflix