<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/git, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-08-09T07:31:38Z</updated>
<entry>
<title>git: update to 2.50.1</title>
<updated>2025-08-09T07:31:38Z</updated>
<author>
<name>Richard Muzik</name>
</author>
<published>2025-07-21T07:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a162c5dddc148f0ffe49add1afe1b59bcaf6d66d'/>
<id>urn:sha1:a162c5dddc148f0ffe49add1afe1b59bcaf6d66d</id>
<content type='text'>
- Refresh and rebase patches

Signed-off-by: Richard Muzik &lt;richard.muzik@turris.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.46.4</title>
<updated>2025-07-10T10:59:40Z</updated>
<author>
<name>Richard Muzik</name>
</author>
<published>2025-07-10T09:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=99c111e39173a61feb80866bf269d1c51da69df2'/>
<id>urn:sha1:99c111e39173a61feb80866bf269d1c51da69df2</id>
<content type='text'>
Fixes:
  - CVE-2025-27613
  - CVE-2025-27614
  - CVE-2025-46334
  - CVE-2025-46835
  - CVE-2025-48384
  - CVE-2025-48385
  - CVE-2025-48386

Signed-off-by: Richard Muzik &lt;richard.muzik@turris.com&gt;
</content>
</entry>
<entry>
<title>git: Set PKG_FORTIFY_SOURCE to 0 when lto enabled</title>
<updated>2025-01-22T02:35:44Z</updated>
<author>
<name>Ryan Keane</name>
</author>
<published>2024-11-13T11:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b7bbd4259456ae3e881701b95a17aed6b64d44a4'/>
<id>urn:sha1:b7bbd4259456ae3e881701b95a17aed6b64d44a4</id>
<content type='text'>
If PKG_FORTIFY_SOURCE is not 0 and lto is enabled for package git, it
will fail to compile with the following example error:

/openwrt/staging_dir/toolchain-aarch64_generic_gcc-14.1.0_musl/include/stdio.h: In function 'process_curl_messages': /openwrt/staging_dir/toolchain-aarch64_generic_gcc-14.1.0_musl/include/stdio.h:90:8: error: inlining failed in call to 'always_inline' 'fwrite': function body can be overwritten at link time
   90 | size_t fwrite(const void *__restrict, size_t, size_t, FILE *__restrict);
      |        ^
http.c:355:33: note: called from here
  355 |                                 fprintf(stderr, "Received DONE message for unknown request!\n");
      |                                 ^

A related issue is #13016 .
This commit set PKG_FORTIFY_SOURCE to 0 if CONFIG_USE_LTO is y.

Close #24366

Link: https://lore.kernel.org/git/CAHfWF5mjquES-nocQaK+CAEsqWgdy-_OYdGtN82heYs0eJP3eQ@mail.gmail.com/T/#t
Link: https://github.com/openwrt/openwrt/issues/13016
Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110834
Signed-off-by: Ryan Keane &lt;the.ra2.ifv@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: use symbolic link</title>
<updated>2024-11-16T09:35:47Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2024-11-13T23:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba445acd7cbd39375a0ed382896b6236a65bd780'/>
<id>urn:sha1:ba445acd7cbd39375a0ed382896b6236a65bd780</id>
<content type='text'>
The following error occurs when CONFIG_USE_APK is set.

```
ln /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/lib/git-core/git /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/bin/git
ln /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/lib/git-core/git-shell /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/bin/git-shell
touch /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git.installed
mkdir -p /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp
SHELL= flock /mnt/gl-mt6000-main/openwrt/tmp/.root-copy.flock -c 'cp -fpR /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/. /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/'
cp: '/mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/./usr/bin/git' and '/mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/./usr/bin/git' are the same file
cp: '/mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/./usr/bin/git-shell' and '/mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/./usr/bin/git-shell' are the same file
make[2]: *** [Makefile:167: /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp/.git_installed] Error 1
```
Use $(LN) instead of ln and use relative paths.

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.46.2</title>
<updated>2024-09-28T07:17:34Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-24T12:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a8dd735d98f36faf0d6a2bad5c550c18e40b2e13'/>
<id>urn:sha1:a8dd735d98f36faf0d6a2bad5c550c18e40b2e13</id>
<content type='text'>
- Refresh patches

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.45.2</title>
<updated>2024-06-09T00:38:06Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-06-09T00:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9da221c6f7e2b7bc7738cd8cd603b0779b439600'/>
<id>urn:sha1:9da221c6f7e2b7bc7738cd8cd603b0779b439600</id>
<content type='text'>
- Replace one patch with configure vars override
- Refresh other patches

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.44.0</title>
<updated>2024-03-22T08:06:14Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-03-15T12:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a0beb0ba077573f00eb59cd9cb3d1b3a5741cab'/>
<id>urn:sha1:6a0beb0ba077573f00eb59cd9cb3d1b3a5741cab</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.43.2</title>
<updated>2024-02-22T23:22:19Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-22T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f9e16375f6ab491be91b506e6c9a7828ee9f7adf'/>
<id>urn:sha1:f9e16375f6ab491be91b506e6c9a7828ee9f7adf</id>
<content type='text'>
- Refresh a patch

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.43.0</title>
<updated>2024-02-07T21:53:17Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T08:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=158b76119385cc5d4bacdde9b903da8cabd44706'/>
<id>urn:sha1:158b76119385cc5d4bacdde9b903da8cabd44706</id>
<content type='text'>
- Refresh patches

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>git: update to 2.39.2</title>
<updated>2023-03-16T20:34:35Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2023-02-16T09:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c6eb1c025c4f84b973aab2936e89006ec731ab6d'/>
<id>urn:sha1:c6eb1c025c4f84b973aab2936e89006ec731ab6d</id>
<content type='text'>
GITWEB_* variable values don't work as they should since 2.38, so let's
remove them and add a workaround. This issue was reported in
https://lore.kernel.org/git/80eb3972-4960-5727-ce86-acc3a4425fd4@nic.cz/T/#u

* refresh patches

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
</feed>
