<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/krb5/patches, 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-16T08:00:29Z</updated>
<entry>
<title>krb5: update to 1.22</title>
<updated>2025-08-16T08:00:29Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-08-15T21:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aa34a448273b00ceb39be24fffad90f261de47aa'/>
<id>urn:sha1:aa34a448273b00ceb39be24fffad90f261de47aa</id>
<content type='text'>
Upstream list of changes is available at
https://web.mit.edu/kerberos/krb5-1.22/krb5-1.22.html.

Of note is that this release fixes the build with GCC 15.1.  As with
other recent versions, GCC 15.1 transforms some warnings into errors,
and this release remediates those warnings, now errors.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>krb5: update to 1.20.1</title>
<updated>2022-12-23T12:15:11Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2022-12-19T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df0b2eedd6d0b7f81851860afdee1b135850c115'/>
<id>urn:sha1:df0b2eedd6d0b7f81851860afdee1b135850c115</id>
<content type='text'>
Besides updating the package to 1.20.1, this commit removed two patches
that the new release made unnecessary.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>krb5: fix build on macos</title>
<updated>2022-01-09T21:43:48Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-06T15:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e660ac3398ccd76300d14aee80f5da9766cc8a85'/>
<id>urn:sha1:e660ac3398ccd76300d14aee80f5da9766cc8a85</id>
<content type='text'>
backport of upstream commit
https://github.com/krb5/krb5/commit/3c66c1fec7ce4edeff284a5e4abe32d0b4398539
Original author: Nikhil Benesch &lt;nikhil.benesch@gmail.com&gt;

Remove unnecessary flag in macOS build
The configuration logic for adding the `-search_paths_first` linker
flag on Darwin does not correctly handle cross compilation.  It should
check the value of $krb5_cv_host rather than `uname -s` to detect when
the compilation target is Darwin, rather than the build machine.

It turns out `-search_paths_first` has been the default behavior of ld
on macOS since XCode 4.  So just remove that bit of logic entirely.
(The flag was added in commit acd27af0e845f8b93de2e226cc2ec9ac8af52077
in 2004; XCode 4 was released in 2010.)

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>krb5: Update to 1.16.2</title>
<updated>2018-11-18T20:05:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-18T20:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3e7c6e21f3c49f30ea47c2220eba9edb8f0ade4'/>
<id>urn:sha1:d3e7c6e21f3c49f30ea47c2220eba9edb8f0ade4</id>
<content type='text'>
Minor cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>krb5: more uninitialized warning errors</title>
<updated>2016-05-30T16:34:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-05-30T16:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2482ba2e1e0b6087a2e16b55e2cff9f150832cbf'/>
<id>urn:sha1:2482ba2e1e0b6087a2e16b55e2cff9f150832cbf</id>
<content type='text'>
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>krb5: update to 1.14.1</title>
<updated>2016-03-27T01:40:51Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2016-03-27T01:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c35ba8097aa996602a713e8c94c3ccf7a0ead796'/>
<id>urn:sha1:c35ba8097aa996602a713e8c94c3ccf7a0ead796</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>krb5: update to 1.14</title>
<updated>2016-01-01T03:21:32Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2016-01-01T03:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dff1834cc287ae3803c03112802c899e17adf28d'/>
<id>urn:sha1:dff1834cc287ae3803c03112802c899e17adf28d</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>krb5: bump to version 1.13.3 and fix uninitialized warning/error</title>
<updated>2015-12-15T09:58:22Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2015-12-15T09:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c03066deca07e345bfcddadb3ecd254959bfc0a0'/>
<id>urn:sha1:c03066deca07e345bfcddadb3ecd254959bfc0a0</id>
<content type='text'>
Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare
rule can be used with MD5 checksum.

Add patch to fix build:
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 prev-&gt;next = lp-&gt;next;

There does not seem to be a way for 'prev' being uninitialized
(logically), however the compiler does not see that, because
'prev' is dependent on i &gt;= 1.
So, we just need to initialize it to NULL.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>krb5: update to 1.13.1</title>
<updated>2015-02-22T22:36:34Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2015-02-22T22:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a581d888a2dcbfab5eeb4a89231f96907bba717b'/>
<id>urn:sha1:a581d888a2dcbfab5eeb4a89231f96907bba717b</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
</feed>
