Skip to content

Commit

Permalink
spkg v1.5.0
Browse files Browse the repository at this point in the history
* -- spkg v1.5.0 -- *
- (Important) We moved spkg to our GitHub Organization
- (New) Added remove Feature
- (New) Added Plugin Executor without using spkg plugin <...>
- (New) Added Wildcard Support for upgrade and download of packages
- (New) Remove Function in Setup Script
- (New) New plugin "repomgr"
- (New) Warning if you upgrade a package as root
- (New) Warning if you reinstall a package as root
- (New) Issue Templates and Pull Request Templates on GitHub
- (New) Official spkg documentation
- (New) Sandbox Support for Alpine Linux
- (Package-related) Added micro and nano build scripts
- (Package-related) Script Update for more remove-scripts
- (Package-related) Package Manifest Version 0.2.5
- (Optimization) Code optimization
- (Optimization) More comments
- (Fix) Better formatting
- (Fix) General Bug fixes
- (Fix) Bug fix for changing language
- (Fix) Fixed rebuilding world database when upgrading spkg
- (Fix) Fixed wrong string in help function
- (Fix) Fixed an exit without an error message when unknown language
- (Fix) Fixed not extracting archive when upgrading (spkg-bin)
- (Fix) Fixed bug when architecture is not all, info command wont work
- (Fix) Fixed download only on same arch
- (Fix) Fixed not printing a new line when upgrading, and package is not available
- (Backend) Added download_compact_noarch function
- (Backend) Added a new row "ForceNoSandbox" to the package database
- (Backend) Added a warning message when executing spkg update, that it is currently not available
- (Backend) Commented spkg plugin disable sandbox in setup script, plugin is already disabled because of the config in /data
- (Backend) Small updates everywhere (plugins, ...)
- (Backend) Custom Docker Images for spkg docker

* -- Known Issues -- *
- (Issue) chroot sandbox-wrapper doesn't work on Alpine Linux. Use bwrap instead
  • Loading branch information
Juliandev02 authored May 6, 2023
1 parent b9c5248 commit 59c86d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/etc/spkg/package.db
Binary file not shown.
2 changes: 1 addition & 1 deletion spkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
else:
pass

version = "1.5.0-git-20230506"
version = "1.5.0"
world_database = "/etc/spkg/world.db"
world_database_url = "https://sources.juliandev02.ga/packages/world_base.db"
package_database = "/etc/spkg/package.db"
Expand Down

0 comments on commit 59c86d5

Please sign in to comment.