feat: add bump-version.sh script for version management
Automates version bumps across all version source files: - Cargo.toml (PRIMARY - workspace.package.version) - debian/changelog (prepend new entry) - debian/control (update Version field) - scripts/build-package.sh (update VERSION variable) - frontend/package.json (update version field) - Stale references check after bump Usage: ./scripts/bump-version.sh <new_version> <old_version>
This commit is contained in:
26
debian/control
vendored
Normal file
26
debian/control
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
Package: linux-patch-manager
|
||||
Version: 1.0.0-1
|
||||
Architecture: amd64
|
||||
Maintainer: Moon Dragon <echo@moon-dragon.us>
|
||||
Installed-Size: 45000
|
||||
Depends: postgresql-16, libssl3, libc6 (>= 2.39), libfontconfig1
|
||||
Recommends: postgresql-client-16, fonts-dejavu-core
|
||||
Suggests: gpg
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Description: Enterprise Linux Patch Management System
|
||||
Linux Patch Manager is a secure, web-based management interface for
|
||||
controlling patching and updates on Linux servers and workstations.
|
||||
.
|
||||
Features include:
|
||||
- Multi-factor authentication (TOTP + WebAuthn)
|
||||
- Role-based access control (Admin/Operator)
|
||||
- Mutual TLS agent communication
|
||||
- Internal Certificate Authority
|
||||
- Automated patch deployment with rollback
|
||||
- Maintenance window scheduling
|
||||
- Real-time WebSocket job monitoring
|
||||
- CSV/PDF compliance reporting
|
||||
- Audit logging with hash-chain integrity
|
||||
- Email notifications
|
||||
- Azure SSO (OAuth2/OIDC with PKCE)
|
||||
Reference in New Issue
Block a user