[Midnightbsd-cvs] [MidnightBSD/src] 3659d9: Import 2.7.2
Lucas Holt
noreply at github.com
Wed Jul 9 17:10:27 EDT 2025
Branch: refs/heads/vendor/mport
Home: https://github.com/MidnightBSD/src
Commit: 3659d9001654a178ac6c2e58c99b43a3353ce0cc
https://github.com/MidnightBSD/src/commit/3659d9001654a178ac6c2e58c99b43a3353ce0cc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
A .github/workflows/c-cpp.yml
M .gitignore
M Makefile
A external/lua/Makefile
A external/lua/README
A external/lua/doc/OSIApproved_100X125.png
A external/lua/doc/contents.html
A external/lua/doc/index.css
A external/lua/doc/logo.gif
A external/lua/doc/lua.1
A external/lua/doc/lua.css
A external/lua/doc/luac.1
A external/lua/doc/manual.css
A external/lua/doc/manual.html
A external/lua/doc/readme.html
A external/lua/src/Makefile
A external/lua/src/lapi.c
A external/lua/src/lapi.h
A external/lua/src/lauxlib.c
A external/lua/src/lauxlib.h
A external/lua/src/lbaselib.c
A external/lua/src/lcode.c
A external/lua/src/lcode.h
A external/lua/src/lcorolib.c
A external/lua/src/lctype.c
A external/lua/src/lctype.h
A external/lua/src/ldblib.c
A external/lua/src/ldebug.c
A external/lua/src/ldebug.h
A external/lua/src/ldo.c
A external/lua/src/ldo.h
A external/lua/src/ldump.c
A external/lua/src/lfunc.c
A external/lua/src/lfunc.h
A external/lua/src/lgc.c
A external/lua/src/lgc.h
A external/lua/src/linit.c
A external/lua/src/liolib.c
A external/lua/src/ljumptab.h
A external/lua/src/llex.c
A external/lua/src/llex.h
A external/lua/src/llimits.h
A external/lua/src/lmathlib.c
A external/lua/src/lmem.c
A external/lua/src/lmem.h
A external/lua/src/loadlib.c
A external/lua/src/lobject.c
A external/lua/src/lobject.h
A external/lua/src/lopcodes.c
A external/lua/src/lopcodes.h
A external/lua/src/lopnames.h
A external/lua/src/loslib.c
A external/lua/src/lparser.c
A external/lua/src/lparser.h
A external/lua/src/lprefix.h
A external/lua/src/lstate.c
A external/lua/src/lstate.h
A external/lua/src/lstring.c
A external/lua/src/lstring.h
A external/lua/src/lstrlib.c
A external/lua/src/ltable.c
A external/lua/src/ltable.h
A external/lua/src/ltablib.c
A external/lua/src/ltm.c
A external/lua/src/ltm.h
A external/lua/src/lua.c
A external/lua/src/lua.h
A external/lua/src/lua.hpp
A external/lua/src/luac.c
A external/lua/src/luaconf.h
A external/lua/src/lualib.h
A external/lua/src/lundump.c
A external/lua/src/lundump.h
A external/lua/src/lutf8lib.c
A external/lua/src/lvm.c
A external/lua/src/lvm.h
A external/lua/src/lzio.c
A external/lua/src/lzio.h
M libexec/mport.check-fake/Makefile
M libexec/mport.check-fake/mport.check-fake.c
M libexec/mport.check-for-older/Makefile
M libexec/mport.check-for-older/mport.check-for-older.c
M libexec/mport.create/Makefile
M libexec/mport.create/mport.create.c
M libexec/mport.delete/Makefile
M libexec/mport.delete/mport.delete.c
M libexec/mport.fetch/Makefile
M libexec/mport.fetch/mport.fetch.c
M libexec/mport.info/Makefile
M libexec/mport.info/mport.info.c
M libexec/mport.init/Makefile
M libexec/mport.init/mport.init.c
M libexec/mport.install/Makefile
M libexec/mport.install/mport.install.c
M libexec/mport.list/Makefile
M libexec/mport.list/mport.list.c
M libexec/mport.merge/Makefile
M libexec/mport.merge/mport.merge.c
M libexec/mport.query/Makefile
M libexec/mport.query/mport.query.c
M libexec/mport.update/Makefile
M libexec/mport.update/mport.update.c
M libexec/mport.updepends/Makefile
M libexec/mport.updepends/mport.updepends.c
M libexec/mport.version_cmp/Makefile
M libexec/mport.version_cmp/mport.version_cmp.c
A liblua/Makefile
M libmport/Makefile
M libmport/asset.c
M libmport/autoremove.c
M libmport/bundle_read.c
M libmport/bundle_read_install_pkg.c
M libmport/bundle_read_update_pkg.c
M libmport/bundle_write.c
M libmport/check_preconditions.c
M libmport/clean.c
M libmport/create_primative.c
M libmport/db.c
M libmport/delete_primative.c
M libmport/error.c
M libmport/fetch.c
M libmport/import_export.c
M libmport/index.c
M libmport/index_depends.c
M libmport/info.c
M libmport/install.c
M libmport/install_primative.c
M libmport/instance.c
M libmport/list.c
M libmport/lock.c
A libmport/lua.c
A libmport/lua_scripts.c
M libmport/merge_primative.c
M libmport/message.c
M libmport/mport.h
A libmport/mport_lua.h
M libmport/mport_private.h
M libmport/ping.c
M libmport/pkgmeta.c
M libmport/plist.c
M libmport/service.c
M libmport/setting.c
M libmport/stats.c
M libmport/update.c
M libmport/update_primative.c
M libmport/upgrade.c
M libmport/util.c
M libmport/verify.c
A libmport/xstring.h
M mport/Makefile
M mport/mport.1
M mport/mport.c
Log Message:
-----------
Import 2.7.2
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list