Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: dabc5d0b31d803dd56aab47d2d426a99f28d3dec
https://github.com/kronosnet/kronosnet/commit/dabc5d0b31d803dd56aab47d2d426…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: d9125026a821c824f954410d94ca8e58d71c5144
https://github.com/kronosnet/kronosnet/commit/d9125026a821c824f954410d94ca8…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: f31b02d6ce20956cc6624dd1f6c894a0272c9594
https://github.com/kronosnet/kronosnet/commit/f31b02d6ce20956cc6624dd1f6c89…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
M build-aux/git-version-gen
Log Message:
-----------
Merge pull request #308 from jfriesse/rpm-version-gen
Rpm version gen
Compare: https://github.com/kronosnet/kronosnet/compare/7cdeb0833748...f31b02d6ce20
Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: dabc5d0b31d803dd56aab47d2d426a99f28d3dec
https://github.com/kronosnet/kronosnet/commit/dabc5d0b31d803dd56aab47d2d426…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: d9125026a821c824f954410d94ca8e58d71c5144
https://github.com/kronosnet/kronosnet/commit/d9125026a821c824f954410d94ca8…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/ef84b968132d...d9125026a821
Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: 71712e276437592e9a74943202d0921e14193d79
https://github.com/kronosnet/kronosnet/commit/71712e276437592e9a74943202d09…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: ef84b968132d2c713fcc1cdde4d4d8fb44408800
https://github.com/kronosnet/kronosnet/commit/ef84b968132d2c713fcc1cdde4d4d…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/6e1373f05789...ef84b968132d
Branch: refs/heads/runtime-rekey
Home: https://github.com/kronosnet/kronosnet
Commit: 6e1373f0578924d940e8634b92039c734e14bd91
https://github.com/kronosnet/kronosnet/commit/6e1373f0578924d940e8634b92039…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api-check.mk
R libknet/tests/api_knet_handle_crypto.c
M libknet/tests/api_knet_send_crypto.c
M libknet/tests/fun_pmtud_crypto.c
M libknet/tests/knet_bench.c
M man/Makefile.am
Log Message:
-----------
[crypto] kill knet_handle_crypto compatibility wrapper
not for stable1
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: 2f2dff49d1cb8d098a0e0cb9939bc28eb8741ca8
https://github.com/kronosnet/kronosnet/commit/2f2dff49d1cb8d098a0e0cb9939bc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api-check.mk
R libknet/tests/api_knet_handle_crypto.c
M libknet/tests/api_knet_send_crypto.c
M libknet/tests/fun_pmtud_crypto.c
M libknet/tests/knet_bench.c
Log Message:
-----------
[crypto] kill knet_handle_crypto compatibility wrapper
not for stable1
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/runtime-rekey
Home: https://github.com/kronosnet/kronosnet
Commit: 2f2dff49d1cb8d098a0e0cb9939bc28eb8741ca8
https://github.com/kronosnet/kronosnet/commit/2f2dff49d1cb8d098a0e0cb9939bc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api-check.mk
R libknet/tests/api_knet_handle_crypto.c
M libknet/tests/api_knet_send_crypto.c
M libknet/tests/fun_pmtud_crypto.c
M libknet/tests/knet_bench.c
Log Message:
-----------
[crypto] kill knet_handle_crypto compatibility wrapper
not for stable1
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>