summaryrefslogtreecommitdiffstats
path: root/package/libconfuse/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* libconfuse: bugfix bump to 3.2Arnout Vandecappelle2017-08-141-1/+1
| | | | | | | | | | | | | | | | | | This release contains only two real changes to fix two bugs. One is only relevant for Windows; the other one fixes handling of empty comment lines. libconfuse is used by genimage, and we have one defconfig, linksprite_pcduino, that has empty comment lines in its genimage.cfg. Thus, it fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/27873642 While we're at it, also change the upstream URL in Config.in to github. The old URL on nongnu was just a download directory and didn't have anything newer than 2010, while github has a nice README.md. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libconfuse: bump to version 2.7Dan Pattison2011-09-111-1/+1
| | | | | | | | | | Old libconfuse version 2.6 is from year 2007 so bump to version 2.7 Updated download URL in libconfuse.mk / Config.in Removed libconfuse-2.6-dont-use-werror.patch Changed := to just = Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libconfuse - A library for parsing configuration filesPeter Korsgaard2008-09-221-0/+11
OpenPOWER on IntegriCloud