libinih (55-1)
[PTS] [DDPO]
COMMITS: VCS has seen 13 commits since the debian/53-1 tag
- Git: https://salsa.debian.org/yangfl-guest/inih.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 286720
- Browser: https://salsa.debian.org/yangfl-guest/inih
- Last scan: 2023-03-20 14:11:13+00
- Next scan: 2023-03-26 03:19:00+00
- CI pipeline status: success
- Debian changelog in Git:
libinih (55-1) unstable; urgency=medium
* Patch version to pkg-config file (Closes: #983231)
* Bump Standards-Version to 4.5.1
[ Sebastien Bacher ]
* debian/tests/unittest.sh:
- set the CC environment to be cross-build friendly (Closes: #983814)
-- Yangfl <mmyangfl@gmail.com> Wed, 15 Jun 2022 14:08:31 +0800
- This branch is 13 commits ahead of tag debian/53-1
- Git log:
commit 7c3105eda385db882d9d08619df57ae8b3f17af7
Author: yangfl <yangfl@users.noreply.github.com>
Date: Fri Mar 12 14:46:13 2021 +0800
debian: update to 55
commit 4461c6eef0afd8a6d749481e00501757ba20e2ea
Merge: 5f746e4 f7f69c6
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Jun 15 14:08:15 2022 +0800
Merge tag 'r55'
commit f7f69c6cff2681d84bae371130b4a018cb2171e6
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Sat Mar 26 10:31:24 2022 +1300
Bump up version number to r55 for release
commit ad0211b00d9b030c0a787d1ff6c4349b0e1cda82
Author: Sam James <sam@cmpct.info>
Date: Fri Mar 25 21:30:50 2022 +0000
meson.build: define version (#135)
Otherwise, the installed .pc file contains "Version: undefined".
Signed-off-by: Sam James <sam@gentoo.org>
commit 5a31af99c4d20586afe521f8cdf6effc0584ed07
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Mar 23 20:30:27 2022 +0100
Add visibility symbols (#134)
They are required to properly build DLLs on Windows, and improve the
quality of shared objects on Linux.
See https://gcc.gnu.org/wiki/Visibility for details.
This issue was first discovered here:
https://github.com/mesonbuild/wrapdb/pull/340#issuecomment-1075102565
commit a52c0705c00f9fd1e595f087eb01507a1f7ce0af
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Fri Jan 21 11:04:24 2022 +1300
Add FUNDING.yml
commit 4f251f0ff766052c342823dfa52a04f486cc4f94
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Fri Apr 23 08:19:07 2021 +1200
Fix uninitialized field issues in ini_example.c
commit 0b9092e80acc8dc820103c6a0cb9c030e3ca1a32
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Sat Feb 27 17:22:53 2021 +1300
Revert test baseline tweak
commit 2f1ee9b1c9f8e7e54dc1a32d43f39b7c6d74c95f
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Sat Feb 27 17:21:58 2021 +1300
Modify test baseline to ensure GH Actions fails
commit 4eb924d2ea85a50d98a8ebe63bf646178d348de8
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Sat Feb 27 17:21:05 2021 +1300
Update readme to GitHub Actions badge
commit 0113f049a683d98f8152739d34687f3c9e2fba3c
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Sat Feb 27 17:18:45 2021 +1300
Travis -> GitHub Actions
commit fcdecb8bdba581a9f2ed682766af3d947e165900
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Wed Feb 24 11:47:12 2021 +1300
Fuzzing support via AFL
commit e492a253ec2fb4a60bf68b2c9257f2b9dca759ee
Author: Ben Hoyt <benhoyt@gmail.com>
Date: Tue Feb 9 15:56:28 2021 +1300
Ensure value passed to strcmp is non-NULL in unittest.c
Fixes #127. Thanks Seth Arnold.