git.librecmc.org Git - oweals/opkg-lede.git/rss - CMakeLists.txt history https://git.librecmc.org/?p=oweals/opkg-lede.git;a=history;f=CMakeLists.txt Unnamed repository; edit this file 'description' to name the repository. en www-data static/git-logo.png git.librecmc.org Git - oweals/opkg-lede.git/rss - CMakeLists.txt history https://git.librecmc.org/?p=oweals/opkg-lede.git;a=history;f=CMakeLists.txt Mon, 4 Dec 2017 14:01:01 +0000 Mon, 4 Dec 2017 14:01:01 +0000 gitweb v.2.25.1/2.25.1 libopkg: fix SHA256 calculation for big endian system Jonas Gorski <jonas.gorski@gmail.com> Sat, 18 Nov 2017 11:30:11 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=468158f01ea0cb891f586936217f1a765fd207b7 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=468158f01ea0cb891f586936217f1a765fd207b7 libopkg: fix SHA256 calculation for big endian system libopkg: fix SHA256 calculation for big endian system The SHA256 implementation relied on WORDS_BIGENDIAN being defined for big endian systems, but this was broken since the switch to cmake, causing wrong checksums on big endian systems like ar71xx. Fix this by adding a cmake check for endianess similar to the one done by the original autotools. Fixes: e6e6c5a21634 ("build: add cmake build system") Acked-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
  • [D] CMakeLists.txt
]]>
libopkg: specify "/bin/sh" instead of "sh" Glenn Strauss <gstrauss@gluelogic.com> Thu, 2 Mar 2017 22:53:09 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=5dc3e3363159939fcfb429a959bc91296541dc09 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=5dc3e3363159939fcfb429a959bc91296541dc09 libopkg: specify "/bin/sh" instead of "sh" libopkg: specify "/bin/sh" instead of "sh" avoid strange behavior with execvp() when PATH is not set in environment (in which case confstr(_CS_PATH) should return something reasonable) reproducable running openwrt 15.05 and 15.05.1 and attempting to install a software package (e.g. libuuid) via LuCI (prior to openwrt/luci#1048). (https://github.com/openwrt/luci/pull/1048) libuuid.postinst fails with status 255 on 15.05 and opkg segfaults in 15.05.1. This probably merits further exploration. Originally reported in https://github.com/openwrt/packages/issues/1922 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
  • [D] CMakeLists.txt
]]>
build: enable usign support Jo-Philipp Wich <jo@mein.io> Mon, 20 Feb 2017 13:43:30 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=bec9804c73acf74ba112c9eec4ce7ba97e140c89 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=bec9804c73acf74ba112c9eec4ce7ba97e140c89 build: enable usign support build: enable usign support Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: allow to pass version via CMake Jo-Philipp Wich <jo@mein.io> Sat, 18 Feb 2017 14:45:53 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=db3fc0ce879bfe784d32ffe5a70e057459039dd5 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=db3fc0ce879bfe784d32ffe5a70e057459039dd5 build: allow to pass version via CMake build: allow to pass version via CMake Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
libopkg: drop custom md5 implementation, unconditionally enable sha256 support Jo-Philipp Wich <jo@mein.io> Sat, 18 Feb 2017 13:53:16 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=33f7b80aa32583ed41a9bb88612f8ec6a959987b https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=33f7b80aa32583ed41a9bb88612f8ec6a959987b libopkg: drop custom md5 implementation, unconditionally enable sha256 support libopkg: drop custom md5 implementation, unconditionally enable sha256 support Drop custom md5 implementation and switch to the one provided by libubox, also remove support for enabling/disabling checksum support and always build it unconditionally. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: fix handling of string options Jo-Philipp Wich <jo@mein.io> Sat, 18 Feb 2017 12:32:45 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=70b9bffc7dbffaf526a665c92d732c110baccaa2 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=70b9bffc7dbffaf526a665c92d732c110baccaa2 build: fix handling of string options build: fix handling of string options Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: enable SHA256 support Jo-Philipp Wich <jo@mein.io> Fri, 17 Feb 2017 17:28:19 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=16cdec4bfa7fc79bc3a2e77510969c81602f9265 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=16cdec4bfa7fc79bc3a2e77510969c81602f9265 build: enable SHA256 support build: enable SHA256 support Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: infer VERSION from Git history Jo-Philipp Wich <jo@mein.io> Fri, 17 Feb 2017 17:22:02 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=3b8b122de4b067f0181363e31d09eec03e2e1fb9 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=3b8b122de4b067f0181363e31d09eec03e2e1fb9 build: infer VERSION from Git history build: infer VERSION from Git history Pass short hash and commit date as VERSION string. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: expose LOCK_FILE option Jo-Philipp Wich <jo@mein.io> Fri, 17 Feb 2017 14:36:08 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=f56f0300e8dbefc86d4dd5aab586c3ad7dfacc67 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=f56f0300e8dbefc86d4dd5aab586c3ad7dfacc67 build: expose LOCK_FILE option build: expose LOCK_FILE option Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>
build: add cmake build system Jo-Philipp Wich <jo@mein.io> Fri, 17 Feb 2017 14:08:03 +0000 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=e6e6c5a216340fc3238155163f2486f457d87e90 https://git.librecmc.org/?p=oweals/opkg-lede.git;a=commitdiff;h=e6e6c5a216340fc3238155163f2486f457d87e90 build: add cmake build system build: add cmake build system Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • [D] CMakeLists.txt
]]>