<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/generate_pkgconfig.sh, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-02-04T16:42:15+00:00</updated>
<entry>
<title>Bump libressl's version in pkgconfig to 2.0.0</title>
<updated>2022-02-04T16:42:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-04T16:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=54b37ce29213d429a1f20782418b17863e8b4b9b'/>
<id>urn:sha1:54b37ce29213d429a1f20782418b17863e8b4b9b</id>
<content type='text'>
LibreSSL's pc files effectively hardcode the version to 1.0.0 since
LibreSSL exists. That probably never made much sense. This causes
some pain for ports that "need 'openssl' ['&gt;= +1.1.0'] found '1.0.0'"
or similar while they would build perfectly fine with LibreSSL.
This only affects OpenBSD. We do not put the actual LibreSSL version
in there since it may cause trouble

Discussed with sthen, millert, inoguchi, beck over the past year.

Diff from/ok sthen
</content>
</entry>
<entry>
<title>Fix pkg-config .pc files with LibreSSL</title>
<updated>2021-06-08T11:19:39+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-06-08T11:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e8bab3c0a42f6b7f31c03997e897e41687efcfaa'/>
<id>urn:sha1:e8bab3c0a42f6b7f31c03997e897e41687efcfaa</id>
<content type='text'>
In libssl.pc, Libs: should not have '-lcrypto', and Requires.private:
should have it as 'libcrypto'.
openssl.pc does not need Libs: and Cflags:, but should have Requires:.

OK millert@
</content>
</entry>
<entry>
<title>Make tree build again</title>
<updated>2016-09-03T12:42:47+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-09-03T12:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98c68c607d98de6403940d47170aebf8f582f7ad'/>
<id>urn:sha1:98c68c607d98de6403940d47170aebf8f582f7ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move build machinery for libcrypto from libssl/crypto to libcrypto, as well</title>
<updated>2014-04-11T22:51:54+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-11T22:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4362780bc2f199c11d5612e83851f6fc88139d21'/>
<id>urn:sha1:4362780bc2f199c11d5612e83851f6fc88139d21</id>
<content type='text'>
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
</content>
</entry>
<entry>
<title>Make this script more generic and minimize differences between</title>
<updated>2011-05-05T20:58:15+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2011-05-05T20:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3b41e3408d851721bbc323d8b2255867b18563d'/>
<id>urn:sha1:f3b41e3408d851721bbc323d8b2255867b18563d</id>
<content type='text'>
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
 acquire the library version.
- add license
- remove unused -k flag

no change in generated files

ok sthen@
</content>
</entry>
<entry>
<title>Adjust to explicitly list ${libdir}.</title>
<updated>2011-05-03T17:28:25+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2011-05-03T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3ef9840bf9e7a35343e53240ac8241def9a42f9'/>
<id>urn:sha1:d3ef9840bf9e7a35343e53240ac8241def9a42f9</id>
<content type='text'>
    ok sthen@
</content>
</entry>
<entry>
<title>This script doesn't need write access to $curdir. Just check existence.</title>
<updated>2011-03-24T21:31:01+00:00</updated>
<author>
<name>matthieu</name>
<email></email>
</author>
<published>2011-03-24T21:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4158c1f1ac057c5219658d893b8697463537a60b'/>
<id>urn:sha1:4158c1f1ac057c5219658d893b8697463537a60b</id>
<content type='text'>
Fixes build on NFS src with no root access. ok jasper@
</content>
</entry>
<entry>
<title>Put -I${includedir} back into Cflags so configure script tests like</title>
<updated>2011-01-25T20:53:18+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2011-01-25T20:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f07706d23c759a4046075aca987fcbfcd0a7290'/>
<id>urn:sha1:5f07706d23c759a4046075aca987fcbfcd0a7290</id>
<content type='text'>
  test -n "`pkg-config --cflags openssl`"
don't assume that OpenSSL isn't available.

ok miod@, sthen@, ajacoutot@, djm@
</content>
</entry>
<entry>
<title>- simplify, krb5 handling is not needed.</title>
<updated>2011-01-21T09:24:46+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2011-01-21T09:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d23be44a11f1a5189f70ab941e24ca0411bce500'/>
<id>urn:sha1:d23be44a11f1a5189f70ab941e24ca0411bce500</id>
<content type='text'>
prompted by brad
</content>
</entry>
<entry>
<title>- adjust krb5 directories</title>
<updated>2011-01-03T09:32:01+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2011-01-03T09:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fff3e6eaff21cc8a5f514d252315526688ba8e9c'/>
<id>urn:sha1:fff3e6eaff21cc8a5f514d252315526688ba8e9c</id>
<content type='text'>
- zap a trailing tab
</content>
</entry>
</feed>
