<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/configure.ac, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=master</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2021-09-04T20:01:38+00:00</updated>
<entry>
<title>Fix deprecation warnings for new Autoconf</title>
<updated>2021-09-04T20:01:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2021-09-04T20:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=a5f322a55242a68613862d125d7fd0125b1c88bb'/>
<id>urn:sha1:a5f322a55242a68613862d125d7fd0125b1c88bb</id>
<content type='text'>
wallet should now work properly with Autoconf 2.71.  This required
updating tests/docs/spdx-license-t from rra-c-util, which in turn
bumped the minimum required Perl version for the test suite to 5.10.
That's not yet reflected in the documentation.
</content>
</entry>
<entry>
<title>Fix compilation with Heimdal</title>
<updated>2020-05-18T02:30:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2020-05-18T02:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f5d8568f66a66511eb4f38ef985216761fa1bb01'/>
<id>urn:sha1:f5d8568f66a66511eb4f38ef985216761fa1bb01</id>
<content type='text'>
Add a missing configure probe for krb5_xfree.  If
krb5_524_conv_principal is not available, return an error if asked
to create a srvtab.  (This function has been removed in current
Heimdal.)  Adjust the test suite to handle this case.
</content>
</entry>
<entry>
<title>Release 1.4</title>
<updated>2018-06-03T23:54:22+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-06-03T23:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=dadc06bdd09c60737f2800c01d98bfc16e6e2747'/>
<id>urn:sha1:dadc06bdd09c60737f2800c01d98bfc16e6e2747</id>
<content type='text'>
Update EXTRA_DIST for the new release.
</content>
</entry>
<entry>
<title>Pass realm to krb5_appdefault_* functions</title>
<updated>2018-05-28T22:06:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T22:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f3f09aab44117d8eb97811421b2685c295d3d585'/>
<id>urn:sha1:f3f09aab44117d8eb97811421b2685c295d3d585</id>
<content type='text'>
When getting configuration values from krb5.conf, pass the default
local realm into the Kerberos appdefault functions.  This will produce
more correct results with krb5.conf files that specify wallet
configuration for multiple realms.
</content>
</entry>
<entry>
<title>Use rra-c-util RRA_PROG_PERL macro</title>
<updated>2018-05-28T04:42:35+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T04:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=3c5a45223de1e5a1d39afe78c3a323c68050d466'/>
<id>urn:sha1:3c5a45223de1e5a1d39afe78c3a323c68050d466</id>
<content type='text'>
Rather than rolling this ourselves, use the macro from rra-c-util
to probe for the path to Perl and check its version.
</content>
</entry>
<entry>
<title>Update to rra-c-util 7.2 and C TAP Harness 4.3</title>
<updated>2018-05-28T03:59:59+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T03:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=bdcb3741db27d6b773ce7cdf05aab063a70ea100'/>
<id>urn:sha1:bdcb3741db27d6b773ce7cdf05aab063a70ea100</id>
<content type='text'>
Update to rra-c-util 7.2:

* Improve configure output for krb5-config testing.
* Define UINT32_MAX for systems that don't have it.
* Add SPDX-License-Identifier headers to all substantial source files.
* Fix new warnings from GCC 7 and Clang warnings.
* Require Test::Strict 0.25 or later to run those tests.
* Fix off-by-one error in return-value checks for snprintf.
* Use Autoconf to probe for supported warning flags.
* Fix running module-version-t -u with current versions of Perl.
* Use C_TAP_SOURCE and C_TAP_BUILD instead of SOURCE and BUILD.

Update to C TAP Harness 4.3:

* Add support for valgrind and libtool in test lists.
* Report test failures as left and right, not wanted and expected.
* Fix string comparisons with NULL pointers and the string "(null)".
* Add SPDX-License-Identifier headers to all substantial source files.
* Avoid zero-length realloc allocations in breallocarray.
* Fix new warnings from GCC 7 and Clang warnings.
* Use C_TAP_SOURCE and C_TAP_BUILD instead of SOURCE and BUILD.
</content>
</entry>
<entry>
<title>Clean up generation of Perl scripts</title>
<updated>2016-01-23T23:21:55+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-23T23:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f532471b897dfb426890cd96b77f0f44e36c061d'/>
<id>urn:sha1:f532471b897dfb426890cd96b77f0f44e36c061d</id>
<content type='text'>
Use @PERL@ as the substitution variable instead of WALLET_PERL_PATH
to match normal Automake conventions.  Write the scripts into the
build path, not the source path, to work properly with out-of-tree
builds.  Clean up the distribution rules.  Use separate Makefile rules
for each script so that make has proper dependencies.

Also fix the Perl paths in (some of) the test scripts, although there
are others for which this still isn't going to work.
</content>
</entry>
<entry>
<title>Improvements to Autoconf probe for Perl</title>
<updated>2016-01-23T23:21:55+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-23T23:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4abe4ae9b4149a5eb8a30a6e7b1070ff97d69021'/>
<id>urn:sha1:4abe4ae9b4149a5eb8a30a6e7b1070ff97d69021</id>
<content type='text'>
Properly quote all the macro arguments, use AS_IF, and move the
code to the appropriate sequence in configure.ac.
</content>
</entry>
<entry>
<title>Make Perl path configurable &amp; check version</title>
<updated>2016-01-23T23:21:55+00:00</updated>
<author>
<name>A. Karl Kornel</name>
<email>akkornel@stanford.edu</email>
</author>
<published>2016-01-23T06:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=61a42ce222ed07da0c22a5394e5f3b59cc4bf690'/>
<id>urn:sha1:61a42ce222ed07da0c22a5394e5f3b59cc4bf690</id>
<content type='text'>
Use configure to determine the path to Perl, and error out if Perl is
not found or is too old.  This also means users can set a path to a
custom or weirdly-named Perl binary.
</content>
</entry>
<entry>
<title>Release 1.3</title>
<updated>2016-01-18T00:59:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-18T00:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=22f5cf990ab74632950ae8ed986c8f89a7837e6e'/>
<id>urn:sha1:22f5cf990ab74632950ae8ed986c8f89a7837e6e</id>
<content type='text'>
</content>
</entry>
</feed>
