mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
2dad1a7514d99cf71341cc961a9da5de2b9101bb
Major version update from 1.24.2 to 2.0.1. Major change: the C++ bindings (libgpgmepp), Qt bindings, and Python bindings have been split off into separate packages upstream. The libgpgmepp subpackage is dropped here too; consumers that need C++ bindings will have to be ported once gpgme++ is packaged separately. Changes from 1.24.x -> 2.0.x: * New gpgme_op_random_bytes / gpgme_op_random_value functions to get cryptographically strong random data from gpg. * New decrypt flag to skip actual decryption so that information about recipients can be retrieved. * New flag for key generation to mark a (sub)key as group owned. * gpgme_signers_add: when key was retrieved with fingerprint!'!' suffix, the requested subkey is used for signing. * timestamp/expires fields changed from signed long to unsigned long for better 32bit time_t support. * Removed long-deprecated gpgme_attr_t enums and functions. * Removed never-implemented GPGME_EXPORT_MODE_NOUID flag. * Removed entire trustlist feature. 2.0.1: * Adjust for changes to the posix test(1) command. * Extend internal gpgsm_assuan_simple_command to consume diag output (fixes possible lockup). Drop --enable-languages=cpp from configure args (no longer supported), Build/InstallDev no longer copies the C++ headers, cmake bits or libgpgmepp shared library, and remove the libgpgmepp Package definition. Link: https://dev.gnupg.org/source/gpgme/browse/master/NEWS Signed-off-by: Daniel Golle <daniel@makrotopia.org>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.3%
Shell
33.6%
C
7.5%
UnrealScript
2.9%
C++
1.7%
Other
2.8%