Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apparmor: add new package #15481

Closed
wants to merge 223 commits into from
Closed

apparmor: add new package #15481

wants to merge 223 commits into from

Commits on Apr 21, 2021

  1. apparmor: add new package

    Patches allow lesser depencies, like bash and several python modules.
    Added functions script that suites nicely for OpenWRT, it's more
    clear than original and a lot shorter. Also information that is
    put to system log, is more informative now. I also added init
    script.
    
    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8068b0a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    8c62659 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. ksmbd: update to 3.3.8

    Major changes are:
      clean-up codes using checkpatch --strict option.
      fix several warning and build failure from linux-next.
      change the minimum supported kernel version to v5.4.
      use xarray for tree connect list.
      fix reviews from lkml.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d82eabc View commit details
    Browse the repository at this point in the history
  2. ksmbd-tools: Add a mDNS TXT record for the ksmbd service

    MacOS ignores Bonjour services for which TXT records are not returned. This changes forces umdns service to return a TXT record (`daemon=ksmbd`) for the ksmbd service. The exact content is unimportant and to the best of my knowledge nothing reads the `daemon` tag.
    
    Symptoms of the problem (which are also debugging steps):
    * Finder refuses to open the OpenWRT "computer" in the Network list.
    * Discovery.app (Bonjour Browser) lists the _ssh._tcp service, but the submenu for it doesn't unfold and no address is shown.
    * `dns-sd -L OpenWrt _smb._tcp` doesn't return any address.
    
    Signed-off-by: Kirill Nikolaev <[email protected]>
    nichtverstehen authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6d4b396 View commit details
    Browse the repository at this point in the history
  3. ksmbd-tools: update to 3.3.8

    Major changes are:
      disable symlink by default.
      remove smack inherit leftovers.
      Enable guest access on IPC$ share by default.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0d407fe View commit details
    Browse the repository at this point in the history
  4. knot-resolver: update to version 5.3.1

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a46deec View commit details
    Browse the repository at this point in the history
  5. strongswan: add more crypto plugins

    Adds modules for BLISS signature scheme, NTRU and New Hope key
    exchange algorithms, and dependencies ChaCha20-Poly1305 AEAD,
    ChaCha20 XOF, MGF1 mask generation function, SHA3 hasher SHAKE
    XOF, and the Number Theoretic Transform library.
    
    Signed-off-by: Derek Yerger <[email protected]>
    Derek Yerger authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ee91dee View commit details
    Browse the repository at this point in the history
  6. libuhttpd: Update to 3.11.0

    Signed-off-by: Jianhui Zhao <[email protected]>
    zhaojh329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ce8bbec View commit details
    Browse the repository at this point in the history
  7. autopart: use '-' to separate drive serial in volume name

    Instead of just appending the driver serial including the '0x' prefix,
    use '-' prefix instead to make it more readable.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    11c73a8 View commit details
    Browse the repository at this point in the history
  8. adblock: fix games_tracking source url

    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    192511f View commit details
    Browse the repository at this point in the history
  9. lvm2: don't use -normal suffix for non-SELinux variants

    This was probably a work-around for an issue with dependencies which
    was fixed by
    openwrt/openwrt@988ed00
    
    Remove it as all other packages with `-selinux` variants do provide
    a non-SELinux-variant without any suffix and that works now, see
    procd vs. procd-selinux
    busybox vs. busybox-selinux
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    39c1992 View commit details
    Browse the repository at this point in the history
  10. uvol: add new package

    uvol is a wrapper-script which allows automated handling of storage
    volumes. uvol currently comes with backend support for LVM2 and UBI,
    covering practically all options for storage large enough to be
    managed (NAND, SPI-NAND, eMMC, SATA, NVME, virtio-blk, ...).
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    67ec4b9 View commit details
    Browse the repository at this point in the history
  11. ap_config: remove accidentally added package

    Fixes: 312594f ("uvol: add new package")
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    737c6c5 View commit details
    Browse the repository at this point in the history
  12. safe-search: prevent duplicate cron job installation

    This patch prevents multiple cron jobs from being created to run the
    safe-search-maintenance script.
    
    To reproduce this bug, perform the following:
      - Install safe-search
      - Perform an OpenWRT firmware upgrade (choose to preserve user settings)
      - Install safe-search again
    
    Signed-off-by: Gregory L. Dietsche <[email protected]>
    farmergreg authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7fe4af0 View commit details
    Browse the repository at this point in the history
  13. modbus-utils: remove accidentally added package

    modbus-utils was not intended to be added at this stage. Remove it.
    
    Fixes: 312594f ("uvol: add new package")
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c756635 View commit details
    Browse the repository at this point in the history
  14. ovsd: improve package style and update source

    Fix post-merge comments in #15316 and update source.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    62f6398 View commit details
    Browse the repository at this point in the history
  15. file: update to 5.40

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7d57993 View commit details
    Browse the repository at this point in the history
  16. spdlog: update to 1.8.5

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8d1480b View commit details
    Browse the repository at this point in the history
  17. libnpupnp: update to 4.1.3

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    915865e View commit details
    Browse the repository at this point in the history
  18. gerbera: update to 1.8.0

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1727bac View commit details
    Browse the repository at this point in the history
  19. taglib: fix config file paths

    Gerbera stupidly uses taglib-config to find the paths. Fix them to avoid
    adding /usr/lib
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9cd6537 View commit details
    Browse the repository at this point in the history
  20. simple-adblock: update to 1.8.7-3

    Signed-off-by: Stan Grishin <[email protected]>
    stangri authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    81c04de View commit details
    Browse the repository at this point in the history
  21. uvol: some improvements

     * use lvm --reportformat json
     * add 'list' and 'align' commands
     * add help output
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f12cf97 View commit details
    Browse the repository at this point in the history
  22. CI: remove leftover travis files

    THe current CI uses both CircleCI and GitHub Action CI, but not Travis.
    
    Signed-off-by: Paul Spooren <[email protected]>
    aparcar authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ab5d99a View commit details
    Browse the repository at this point in the history
  23. https-dns-proxy: bugfix: race condition with dnsmasq

    Signed-off-by: Stan Grishin <[email protected]>
    stangri authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d85f2d2 View commit details
    Browse the repository at this point in the history
  24. netdata: disable shared memory totals by default

    Fix log spam:
    daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm'
    This is caused by a non existant /proc/sysvipc/shm because of the
    CONFIG_PROC_STRIPPED option that is enabled by default in the kernel
    generic target config
    
    Signed-off-by: Tiago Gaspar <[email protected]>
    tiagogaspar8 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c338008 View commit details
    Browse the repository at this point in the history
  25. node: #14983 NODEJS_ICU_SMALL is default

    Signed-off-by: Robin Rainton <[email protected]>
    raintonr authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e0ffcc7 View commit details
    Browse the repository at this point in the history
  26. strongswan: libnttft must not select strongswan

    The strongswan-libnttfft package should not select the strongswan
    package, but should depend on it instead.  Otherwise a circular
    dependency is created.
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    49f684c View commit details
    Browse the repository at this point in the history
  27. crun: Don't build on arc

    The package needs libseccomp, which does not currently support arc.
    In order to avoid a circular dependency, we must avoid arc here as well.
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ffb5d97 View commit details
    Browse the repository at this point in the history
  28. Revert "libseccomp: don't build on ARC"

    This reverts commit b29e609.
    
    Adding DEPENDS+=@!arc will cause a circular dependency, because some
    packages select libseccomp based on a build option.
    
    Commit e29483d ("libseccomp: workaround a recursive dependency") added
    a workaround that was not properly documented, so I'll explain here.
    
    The problem arises when libseccomp is selected depending on some config
    option:
    
    define Pakcage/foo
      DEPENDS=+FOO_SECCOMP:libseccomp
    
    Even if the condition is correctly defined, excluding arc, such as:
    
    define Package/foo/config
      config FOO_SECCOMP
        depends on !arc
    
    the config generator will parse libseccomp's DEPENDS variable and
    generate menuconfig statements like these:
    
    config PACKAGE_foo
       select PACKAGE_libseccomp if FOO_SECCOMP
       depends on !FOO_SECCOMP || !arc
    
    The last condition is always true because FOO_SECCOMP will always be
    be false when arc is true.  The config generator is not able to
    simplify/optimize the condition.
    
    The circular dependecy occurs because FOO_SECCOMP depends on
    PACKAGE_foo, and the redundant, always true line will make PACKAGE_foo
    depend on FOO_SECCOMP.
    
    As a workaround, we can add the 'depends on !arc' line to
    Package/libseccomp/config, outside of the DEPENDS variable, so that the
    redundant depends line line does not get generated.
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    Cc: Daniel Golle <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3469d12 View commit details
    Browse the repository at this point in the history
  29. node: bump to v14.16.1

    April 2021 Security Releases
    - OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450)
    - OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449)
    - npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774)
    
    OpenSSL-related vulnerabilities do not affect the OpenWrt package. Because OpenWrt's OpenSSL shared library has been updated.
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d08baf3 View commit details
    Browse the repository at this point in the history
  30. docker-compose: Update to version 1.29.0

    Features:
    
    - Add profile filter to docker-compose config
    
    - Add a depends_on condition to wait for successful service completion
    
    Miscellaneous:
    
    - Add image scan message on build
    
    - Update warning message for --no-ansi to mention --ansi never as alternative
    
    - Bump docker-py to 5.0.0
    
    - Bump PyYAML to 5.4.1
    
    - Bump python-dotenv to 0.17.0
    
    Signed-off-by: Javier Marcet <[email protected]>
    jmarcet authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6eee3db View commit details
    Browse the repository at this point in the history
  31. python-docker: Update to 5.0.0

    Breaking changes:
    
    - Remove support for Python 2.7
    
    - Make Python 3.6 the minimum version supported
    
    Features:
    
    - Add limit parameter to image search endpoint
    
    Bugfixes:
    
    - Fix KeyError exception on secret create
    
    - Verify TLS keys loaded from docker contexts
    
    - Update PORT_SPEC regex to allow square brackets for IPv6 addresses
    
    - Fix containers and images documentation examples
    
    Signed-off-by: Javier Marcet <[email protected]>
    jmarcet authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    88a0804 View commit details
    Browse the repository at this point in the history
  32. python-babel: update to version 2.9.0

    Update copyright
    
    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    80d2f7c View commit details
    Browse the repository at this point in the history
  33. python3-bottle: update to version 0.12.19

    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d44a005 View commit details
    Browse the repository at this point in the history
  34. django: bump to version 3.2

    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    913fdb5 View commit details
    Browse the repository at this point in the history
  35. meson: update to 0.57.2

    Remove upstream backport.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5ebe784 View commit details
    Browse the repository at this point in the history
  36. vala: update to 0.52.1

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a294915 View commit details
    Browse the repository at this point in the history
  37. squid: update to 4.14

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0f7dc62 View commit details
    Browse the repository at this point in the history
  38. collectd: enable cpufreq for rockchip target

    Enable collectd-mod-cpufreq  for rockchip
    
    Signed-off-by: Tomas Lara <[email protected]>
    TLarg authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    acdc698 View commit details
    Browse the repository at this point in the history
  39. bonding: accept list of slaves in uci list notation

    Rework the bonding.sh protocol handler to accept slave interface names
    encoded in uci list notation. Also replace ifconfig up/down with ip
    link calls while we're at it.
    
    Fixes: #11455
    Fixes: openwrt/luci#4473
    Signed-off-by: Jo-Philipp Wich <[email protected]>
    jow- authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    994d73e View commit details
    Browse the repository at this point in the history
  40. vips: update to 8.10.6

    Switch to AUTORELEASE for simplicity.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4b11b48 View commit details
    Browse the repository at this point in the history
  41. ruby: update to 3.0.1

    Fixes two CVEs:
    
    CVE-2021-28965: XML round-trip vulnerability in REXML
    CVE-2021-28966: Path traversal in Tempfile on Windows
    
    Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
    luizluca authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    eee55e1 View commit details
    Browse the repository at this point in the history
  42. ooniprobe: update to version 3.9.2

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7815e58 View commit details
    Browse the repository at this point in the history
  43. glib2: update to 2.68.1

    Removed two now pointless patches as they were added as options.
    
    Switch to AUTORELEASE for simplicity.
    
    Update MESON_ARGS.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    dc8feae View commit details
    Browse the repository at this point in the history
  44. hcxtools: update to 6.1.6

    Add patch fixing compilation without deprecated OpenSSL APIs.
    
    Fix installation. This never worked as the section was misnamed.
    
    Updated tool names.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    143096a View commit details
    Browse the repository at this point in the history
  45. hcxdumptool: update to 6.1.6

    Fix compilation without deprecated OpenSSL APIs.
    
    Backport upstream patch to fix stdout.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f9087ef View commit details
    Browse the repository at this point in the history
  46. strongswan: drop subshell when possible

    A subshell caused by $(...) can't persistently modify globals as a
    side-effect.
    
    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    36c19f2 View commit details
    Browse the repository at this point in the history
  47. strongswan: fail on serious configuration errors

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b18b315 View commit details
    Browse the repository at this point in the history
  48. strongswan: handle chacha20poly1305 as AEAD

    chacha20policy1305 is also an AEAD cipher, and hence does not
    permit a hash algorithm.
    
    Fixes issue #15397.
    
    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c6fad3c View commit details
    Browse the repository at this point in the history
  49. pulseaudio: fix compilation without doxygen

    Meson update makes this error now.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c5f1b03 View commit details
    Browse the repository at this point in the history
  50. libupnpp: update to 0.21.0

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2ebcf74 View commit details
    Browse the repository at this point in the history
  51. umpdcli: update to 1.5.11

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3a94c37 View commit details
    Browse the repository at this point in the history
  52. libupnp: update to 1.14.5

    Switch to compiling with CMake. Faster.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f63a867 View commit details
    Browse the repository at this point in the history
  53. python-greenlet: support MIPS architecture

    Fixes: #15370
    
    This is inspired from:
       https://github.com/wlanslovenija/firmware-packages-opkg/blob/330bc94dccd16a3e92ac2fdde08c81a598e12f94/lang/python-greenlet/Makefile
    
    The `PKG_USE_MIPS16:=0` is not taken into consideration when building
    Python modules. That's because the sysconfig is used.
    
    This is only an issue with greenlet (on MIPS) so far.
    
    One option is to do `PKG_USE_MIPS16:=0` in the core Python package.
    But, since we know that the `wlanslovenija` group has successfully used
    greenlet on MIPS with this construct, we might as well adopt it until GCC10
    becomes the main compiler.
    
    As noted here:
      #15370 (comment)
    GCC10 doesn't have this problem.
    
    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c0ae201 View commit details
    Browse the repository at this point in the history
  54. fdm: don't use host headers

    Signed-off-by: Alexander Ryzhov <[email protected]>
    ryzhovau authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3558c6a View commit details
    Browse the repository at this point in the history
  55. luv: update to 1.40.0-0

    Simplify CMake section.
    
    Fix pkgconfig paths.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9816bfc View commit details
    Browse the repository at this point in the history
  56. libupnp: restore building tools

    This enables tools again which has been disabled in commit
    498506a ("libupnp: update to 1.14.5"). Disabling tools leads to the
    header upnptools.h not being installed into /usr/include. But e.g. mpd-full
    depends on this header.
    
    Fixes: 498506a ("libupnp: update to 1.14.5")
    Signed-off-by: Alexander Egorenkov <[email protected]>
    egorenar authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7a7bc74 View commit details
    Browse the repository at this point in the history
  57. docker-compose: Update to version 1.29.1

    Bugs:
    
    - Fix for invalid handler warning on Windows builds
    
    - Fix config hash to trigger container recreation on IPC mode updates
    
    - Fix conversion map for placement.max_replicas_per_node
    
    - Remove extra scan suggestion on build
    
    Signed-off-by: Javier Marcet <[email protected]>
    jmarcet authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    64f1c04 View commit details
    Browse the repository at this point in the history
  58. ocserv: don't build with libseccomp on ARC

    libseccomp can't be built on ARC, so we must disable the option here as
    well.  A different fix was first proposed by @zxlhhyccc in #15377.
    
    Fixes: #15313
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6b64b38 View commit details
    Browse the repository at this point in the history
  59. uvol: make volume creation atomic

    Make sure filesystem is ready when volume becomes available.
    Use 'write-once' as initial state for read-only volumes, only allow
    writing to volumes in that state and transision to 'read-only' once
    write has completed.
    Also fix a typo which prevented 'list' command from working with LVM.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6e5ab18 View commit details
    Browse the repository at this point in the history
  60. yubico-pam: update to 2.27

    Switch to AUTORELEASE for simplicity.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    25ef4d8 View commit details
    Browse the repository at this point in the history
  61. stm32flash: update to 0.6

    Switch to AUTORELEASE for simplicity.
    
    Use autotools build.
    
    Remove upstream patch.
    
    Minor cleanups for consistency between packages.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b37d6d2 View commit details
    Browse the repository at this point in the history
  62. ngircd: update to 26.1

    Switch to AUTORELEASE for simplicity.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    cab810a View commit details
    Browse the repository at this point in the history
  63. onionshare-cli: add new package

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    967037f View commit details
    Browse the repository at this point in the history
  64. openvpn-easy-rsa: add missing configfile

    /etc/profile.d/50-openvpn-easy-rsa.sh was not listed as configfile
    and changes were lost during upgrades.
    
    Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
    luizluca authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2deaa41 View commit details
    Browse the repository at this point in the history
  65. strongswan: add deprecation warning to ipsec script

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    baa97be View commit details
    Browse the repository at this point in the history
  66. clamav: add libiconv dependencies when build with NLS

    NLS means Native Language Support and when you have it enabled (it is
    not default), clamav can not be compiled as it shows following error:
    
    Package clamav is missing dependencies for the following libraries:
    libiconv.so.2
    
    Also, it is required that package libiconv-full is compiled first/before
    than clamav and then try to compile clamav.
    
    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    69112dd View commit details
    Browse the repository at this point in the history
  67. netdata: update to version 1.30.1

    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a985507 View commit details
    Browse the repository at this point in the history
  68. strongswan: add certificate generation utility

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3660147 View commit details
    Browse the repository at this point in the history
  69. atheepmgr: avoid libpciaccess dependency

    HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable
    building with libpciaccess can't be set through the environment.
    Instead, use CONFIG_CON_PCI, which can be passed through the environment
    and will disable libpciaccess.
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    19d0c49 View commit details
    Browse the repository at this point in the history
  70. atlas-probe: add new package

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    26236ba View commit details
    Browse the repository at this point in the history
  71. atlas-sw-probe: add new package

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e5bf53c View commit details
    Browse the repository at this point in the history
  72. miniupnpd: introduce IGDv1 variant

    Microsoft Windows, Xbox and possibly other operating systems do not
    support IGDv2. With IGDv2 enabled, they send a HTTP GET request for
    rootDesc.xml and WANIPCn.xml, and then nothing happens. The Microsoft
    implementation probably doesn't like the WANIPCn.xml response and
    decides UPnP is not available. When miniupnpd is built without IGDv2
    support, after the 2 HTTP GET requests, there is a HTTP POST request to
    /ctl/IPConn, and miniupnpd configures the port forward as expected.
    
    The runtime option force_igd_desc_v1=yes (UCI: igvd1) does not solve
    this problem. It's possible this was enough in earlier miniupnpd
    versions, but it does not fix the problem the current version.
    
    Since we are a modern distro, we want to support the latest and
    greatest, so we should default to IGDv2 enabled. Introducing a
    menuconfig option to disable IGDv2 would only help people who build
    their own images, so offer a separate package variant for IGDv1.
    
    Signed-off-by: Stijn Tintel <[email protected]>
    stintel authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f75b701 View commit details
    Browse the repository at this point in the history
  73. adblock: update to 4.1.1

    * support the RPZ trigger 'RPZ-CLIENT-IP' to always allow/block certain
      clients based on their IP (currently only supported by bind!)
    * avoid promiscuous mode in tcpdump setup for adblock reporting
    * speed up dns report preparation
    * support dns report mailing (/etc/init.d/adblock report mail)
    * fix bind autodetection
    * update LuCI-frontend (separate PR)
    * update readme
    
    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    eff2dcd View commit details
    Browse the repository at this point in the history
  74. yq: Update to 4.7.0

    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d2febbe View commit details
    Browse the repository at this point in the history
  75. uvol: emmit ubus events and bring up volumes on boot

    Emmit ubus events when volumes come up/down.
    Make sure volume state is always well defined by introducing
    additional state 'write-prepare' (wp) during mkfs.
    Add init scripts to bring up volumes at boot.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d4e151a View commit details
    Browse the repository at this point in the history
  76. irqbalance: upgrade to version 1.8.0

    Upgrade irqbalance to version 1.8.0
    
    Signed-off-by: Hannu Nyman <[email protected]>
    hnyman authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2633ad8 View commit details
    Browse the repository at this point in the history
  77. psmisc: move killall to /usr/libexec and add ALTERNATIVES

    Currently, this package can not be installed while using standard path
    of busybox, because binary killall wants to be installed on the same
    location as busybox.
    
    Collision:
    • /usr/bin/killall: busybox (new-file), psmisc (existing-file)
    
    Many of these binaries, which provides alternatives were moved to
    folder /usr/libexec like wget, sed, findutils, less.
    So I moved killall to /usr/libexec and others leave in touch and added
    ALTERNATIVES for it, because preinstall script is no longer necessary.
    
    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5641d4e View commit details
    Browse the repository at this point in the history
  78. strongswan: change name of config base directory

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    760e9f2 View commit details
    Browse the repository at this point in the history
  79. nextdns: Update to version 1.31.3

    Signed-off-by: Olivier Poitrey <[email protected]>
    rs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    44e5d03 View commit details
    Browse the repository at this point in the history
  80. nextdns: Update to version 1.12.3

    Signed-off-by: Olivier Poitrey <[email protected]>
    rs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f98aa24 View commit details
    Browse the repository at this point in the history
  81. nextdns: Update to version 1.12.5

    Signed-off-by: Olivier Poitrey <[email protected]>
    rs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ffbdb09 View commit details
    Browse the repository at this point in the history
  82. libtalloc: add Python3/host dependency

    Otherwise, Package/Configure won't find distutils module from python3/host
    
    Signed-off-by: Alexander Ryzhov <[email protected]>
    ryzhovau authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    dae43a3 View commit details
    Browse the repository at this point in the history
  83. udp-broadcast-relay-redux: Add package

    This commit is largely based on the work from Daniel Dickinson in
    PR #2096 which was never merged. I tweaked it in a number of ways.
    All bugs with this package are mine, not his.
    
    Signed-off-by: Aaron Curley <[email protected]>
    accwebs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4adfbe0 View commit details
    Browse the repository at this point in the history
  84. uci2: update revision

    Signed-off-by: Jakov Petrina <[email protected]>
    jpetrina authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    57858ba View commit details
    Browse the repository at this point in the history
  85. generate-ipv6-address: fix PIC compilation

    This is a single C file. Don't bother using the Makefile.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3c9c59b View commit details
    Browse the repository at this point in the history
  86. cni-plugins-nft: add new package

    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    dda4d53 View commit details
    Browse the repository at this point in the history
  87. boost: Bump to version 1.76.0

    This commit updates boost to version 1.76.0
    
    There are no new libraries in this version
    
    More info about Boost 1.76.0 can be found at the usual place [1].
    
    Note: This package update includes a fix merged to Boost.Fiber in [2]
    which did not make into this version but it will be present in the next
    one. For now, the patch is needed, but it will be removed in version
    1.77.0
    
    [1]: https://www.boost.org/users/history/version_1_76_0.html
    [2]: boostorg/fiber#276
    
    Signed-off-by: Carlos Miguel Ferreira <[email protected]>
    ClaymorePT authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b87bc38 View commit details
    Browse the repository at this point in the history
  88. podman: update to 3.1.1

     - Add support for AppArmor
     - Gracefully stop containers and pods on shutdown
    
    I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better.
    I also enabled AppArmor support for future possibilities.
    
    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    15a5fc9 View commit details
    Browse the repository at this point in the history
  89. nextdns: Update to version 1.32.0

    Signed-off-by: Olivier Poitrey <[email protected]>
    rs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a558091 View commit details
    Browse the repository at this point in the history
  90. openssh: update to 8.6p1

    Signed-off-by: Sibren Vasse <[email protected]>
    SibrenVasse authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ef23f50 View commit details
    Browse the repository at this point in the history
  91. mtools: add new package

    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    fb4ee87 View commit details
    Browse the repository at this point in the history
  92. stunnel: update to 5.59

    Signed-off-by: Florian Eckert <[email protected]>
    feckert authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6fb4209 View commit details
    Browse the repository at this point in the history
  93. containerd: Updated to 1.4.4 for docker 20.10.6

    Signed-off-by: Gerard Ryan <[email protected]>
    G-M0N3Y-2503 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    49f6eaa View commit details
    Browse the repository at this point in the history
  94. libnetwork: Updated to 2021-01-26 for docker 20.10.6

    Signed-off-by: Gerard Ryan <[email protected]>
    G-M0N3Y-2503 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6dd14fd View commit details
    Browse the repository at this point in the history
  95. docker: Updated to 20.10.6

    Signed-off-by: Gerard Ryan <[email protected]>
    G-M0N3Y-2503 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4aaeecc View commit details
    Browse the repository at this point in the history
  96. dockerd: Updated to 20.10.6

    Signed-off-by: Gerard Ryan <[email protected]>
    G-M0N3Y-2503 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6f349d3 View commit details
    Browse the repository at this point in the history
  97. node: Resolve ICU conflict

    Resolve conflicts between OpenWrt's ICU package and the ICU shipped with node.js.
    
    #15437
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3f365dd View commit details
    Browse the repository at this point in the history
  98. uvol: improve autopart and lvm scripts, fix F2FS volumes

    Use sfdisk to get GPT partition by name as partition names are not
    known by the kernel if added via partx.
    Make sure physical volume names are unique, if possible correlate
    with the disks serial number and/or card's cid.
    mkf2fs apparently returns 134 even in case format succeeded, so don't
    fail in that case (this fixes rw volumes large enough for F2FS to be
    selected by the lvm scripts of uvol).
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d6b8210 View commit details
    Browse the repository at this point in the history
  99. openvpn: update to 2.5.2

    Fixes two related security vulnerabilities (CVE-2020-15078) which
    under very specific circumstances allow tricking a server using delayed
    authentication (plugin or management) into returning a PUSH_REPLY before
    the AUTH_FAILED message, which can possibly be used to gather
    information about a VPN setup. In combination with "--auth-gen-token" or
    a user-specific token auth solution it can be possible to get access to
    a VPN with an otherwise-invalid account.
    
    OpenVPN 2.5.2 also includes other bug fixes and improvements.
    
    Add CI build test script.
    
    Signed-off-by: Magnus Kroken <[email protected]>
    mkrkn authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5c01e74 View commit details
    Browse the repository at this point in the history
  100. tmux: update to 3.2

    - switch to $(AUTORELEASE)
    - change dependency from libevent2 to libevent2-core
    
    Signed-off-by: Maxim Storchak <[email protected]>
    mstorchak authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    089334c View commit details
    Browse the repository at this point in the history
  101. gnunet: update to v0.14.1

     * lots of fixes for many subsystems
     * new messenger group chat service
     * 'abd' temporarily removed due to upstream issue
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    de4b957 View commit details
    Browse the repository at this point in the history
  102. banip: update to 0.7.7

    * add a "whitelist only" mode, this option allows to restrict Internet
      access from/to a small number of secure websites/IPs, and block access
      from/to the rest of the Internet.
    
    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7baecf9 View commit details
    Browse the repository at this point in the history
  103. atlas-sw-probe: improve key creation

    - Exit start if a probe_key is not present
    - Add create_key command to generate a private_key based on the provided username in the atlas config.
    - Add registration instruction in /etc/atlas
    - Rework script to save probe_key on sysupgrade (the key are now adviced to be placed in the /etc/atlas dir and a link is used to make them accessible in the atlas-sw-scripts etc dir)
    
    Signed-off-by: Ansuel Smith <[email protected]>
    Ansuel authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    52a0389 View commit details
    Browse the repository at this point in the history
  104. banip: fix housekeeping

    * fix whitelist housekeeping if you switch between normal- and
      'whitelist only' mode
    
    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8d470e0 View commit details
    Browse the repository at this point in the history
  105. lighttpd: patches from upstream

    - ignore Content-Length from backend if 101 Switching Protocols
    - close HTTP/2 connection after bad password
    - skip cert chain build for self-issued certs
    - meson zstd fix
    - ls-hpack upstream update
    - discard some HTTP/2 DATA frames received after response
    
    Signed-off-by: Glenn Strauss <[email protected]>
    gstrauss authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    80c5de7 View commit details
    Browse the repository at this point in the history
  106. gnu-efi: add new package

    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0b48d9b View commit details
    Browse the repository at this point in the history
  107. gummiboot: add new package

    Signed-off-by: Oskari Rauta <[email protected]>
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    31b350b View commit details
    Browse the repository at this point in the history
  108. fwknop: Remove unnecessary get_bool() function.

    The get_bool() functionality was already merged to lib/functions.sh, so
    it is redundant in the init script. Remove it.
    
    Signed-off-by: Oldřich Jedlička <[email protected]>
    oldium authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    10ce3f8 View commit details
    Browse the repository at this point in the history
  109. mutt: don't use host mailpath definition

    Use configure --with-mailpath=/var/mail instead of letting it guess the
    value base on the host path.  If configure can't find it, the package
    will fail to build.  The path was taken from the current bot build.
    
    Signed-off-by: Eneas U de Queiroz <[email protected]>
    cotequeiroz authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    faff84c View commit details
    Browse the repository at this point in the history
  110. uacme: do not override production state dir variable

    With this commit, issue_cert() can be called multiple times alternating
    between staging and production certificates within a script.
    
    Before this commit, the production state dir was stored in $STATE_DIR.
    But in the case of $use_staging=1, this variable was overwritten in
    issue_cert() with $STAGING_STATE_DIR. This made it impossible to call
    issue_cert() with $use_staging=0 afterwards. Now the production state
    dir is stored in $PRODUCTION_STATE_DIR. This way it is not overridden
    anymore and issue_cert() can be called multiple times alternating with
    production and staging.
    
    Signed-off-by: Leonardo Mörlein <[email protected]>
    lemoer authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    948b790 View commit details
    Browse the repository at this point in the history
  111. uacme: add use_auto_staging

    Staging certificates have the advantage that their retry limits are loose.
    Therefore they can be obtained quickly when automatic retries are used.
    Unfortunately they can not be used for deployments because their CA is not
    accepted by clients. Production certificates do not have this limitation, but
    their retry limits are strict. For production certificates, automatic retries
    can only be performed a few times per hour. This makes automatic obtainment of
    certificates tenacious.
    
    With use_auto_staging=1, the advantages of the two certificate types are
    combined. Uacme will first obtain a staging certificate. When the staging
    certificate is successfully obtained, uacme will switch and obtain a production
    certificate. Since the staging certificate has already been successfully
    obtained, we can ensure that the production certificate is successfully
    obtained in the first attempt. This means that "retries" are performed on the
    staging certificate and the production certificate is obtained in the first
    attempt.
    
    In summary, this feature enables fast obtaining of production certificates when
    automatic retries are used.
    
    By default, this feature is set to use_auto_staging=0, which means that
    uacme will behave as before by default.
    
    Signed-off-by: Leonardo Mörlein <[email protected]>
    lemoer authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b337a7b View commit details
    Browse the repository at this point in the history
  112. ksmbd-tools: update to 3.3.9

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d4f8ddf View commit details
    Browse the repository at this point in the history
  113. ksmbd: update to 3.3.9

    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    922fc71 View commit details
    Browse the repository at this point in the history
  114. coremark: bump to 2021-03-12

    Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
    abajk authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9593e2e View commit details
    Browse the repository at this point in the history
  115. conntrack-tools: add a patch to fix endianness issue

    Signed-off-by: Tao Gong <[email protected]>
    gongtao0607 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4175b9f View commit details
    Browse the repository at this point in the history
  116. squid: Enable dynamic SSL certificate generation

    Maintainer: @neheb / @BKPepe / @zhanhb
    Compile tested: ipq806x, generic, netgear_r7800, master
    Run tested: ipq806x, generic, netgear_r7800, openwrt-19.07
    
    Description:
    
    Squid now only support HTTPS proxy in TCP tunnel mode (e.g. `ssl_bump splice all`):
    
        https_port 3128 ssl-bump tls-cert=/etc/squid/squid.pem generate-host-certificates=on
        ssl_bump splice all
    
    In order to operate in SSL Bump mode, we need to compile with `--enable-ssl-crtd` for following configuration:
    
        https_port 3128 ssl-bump tls-cert=/etc/squid/squid.pem generate-host-certificates=on
        sslcrtd_program /usr/lib/squid/security_file_certgen -s /car/cache/squid/ssl_db -M 4MB
        ssl_bump stare all
        ssl_bump bump all
    
    This PR switch the `SQUID_enable-ssl-crtd` into `default y`, therefore default enable SSL Bump mode.
    
    Signed-off-by: Wong Hoi Sing Edison <[email protected]>
    hswong3i authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    36e9019 View commit details
    Browse the repository at this point in the history
  117. unbound: fix typo in assist name of https-dns-proxy

    I left the old version in, in case users have configs that already correct for this error.
    
    Signed-off-by: Peter van Dijk <[email protected]>
    Habbie authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    63efc9f View commit details
    Browse the repository at this point in the history
  118. h2o: remove useless ruby dependency

    h2o is the library dnsdist uses to offer DNS over HTTPS to clients. dnsdist is the only user of h2o in this tree.
    
    While h2o can depend on Ruby (to build mruby support), this is disabled in the OpenWRT build of h2o. Hence, the Ruby dependency is unnecessary, and removing it saves a few megabytes of disk space.
    
    Signed-off-by: Peter van Dijk <[email protected]>
    Habbie authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    52532f7 View commit details
    Browse the repository at this point in the history
  119. h2o: only install one copy of the .so

    I noticed that the package contained 3 identical copies of the lib:
    
    root@52170cbc2408:/# ls -ali /usr/lib/libh2o*
     162653 -rwxr-xr-x    1 root     root        348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so
     162660 -rwxr-xr-x    1 root     root        348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so.0.13
     162661 -rwxr-xr-x    1 root     root        348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so.0.13.6
    
    so this commit fixes that:
    
    root@472ad3a8404e:/# ls -ali /usr/lib/libh2o*
     289858 lrwxrwxrwx    1 root     root            21 Apr 25 12:43 /usr/lib/libh2o-evloop.so -> libh2o-evloop.so.0.13
     289859 lrwxrwxrwx    1 root     root            23 Apr 25 12:43 /usr/lib/libh2o-evloop.so.0.13 -> libh2o-evloop.so.0.13.6
     289860 -rw-r--r--    1 root     root        348857 Apr 25 12:41 /usr/lib/libh2o-evloop.so.0.1
    
    Signed-off-by: Peter van Dijk <[email protected]>
    Habbie authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1cab806 View commit details
    Browse the repository at this point in the history
  120. dbus: fix new cmake build

    CMake was using the wrong paths. Fix them up.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8923f8f View commit details
    Browse the repository at this point in the history
  121. net/mosquitto: fix log_type conversion in config

    As reported in: #15506
    
    Signed-off-by: Karl Palsson <[email protected]>
    karlp authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    84063db View commit details
    Browse the repository at this point in the history
  122. net/mosquitto: port is optional in root config

    From mosquitto 2.x, port became optional and deprecated in the config,
    and it was recommended that listeners be used instead.  Drop the hard
    requirement in our config conversion script.
    
    Reported in: #15506
    Signed-off-by: <[email protected]>
    karlp authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d9b3d28 View commit details
    Browse the repository at this point in the history
  123. auc: compare versions using dpkg/opkg's verrevcmp

    Using strcmp() to compare a version string doesn't work well.
    Use verrevcmp() function from opkg instead.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    eca9159 View commit details
    Browse the repository at this point in the history
  124. uvol: fix emmitting ubus event when removing UBI volume

    In case a volume which is down is removed, no ubus event needs to be
    fired. Don't try.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d07e3c9 View commit details
    Browse the repository at this point in the history
  125. redis: update to version 6.2.2

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    35b7c20 View commit details
    Browse the repository at this point in the history
  126. gitlab-runner: update to version 13.11.0

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    94009fd View commit details
    Browse the repository at this point in the history
  127. yq: Update to 4.7.1

    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c954ad9 View commit details
    Browse the repository at this point in the history
  128. zerotier: update to 1.6.5

    Minor ZeroTier update. Refreshed patches.
    
    Signed-off-by: Moritz Warning <[email protected]>
    mwarning authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6c09ddc View commit details
    Browse the repository at this point in the history
  129. libedit: update to version 20210419-3.1

    Signed-off-by: Jan Hak <[email protected]>
    Payne-X6 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3471c1b View commit details
    Browse the repository at this point in the history
  130. xray-core: remove PROVIDES

    Xray now is no longer planning to keep compatibility with original
    v2ray. Remove PROVIDES before it is totally broken.
    
    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    956efd1 View commit details
    Browse the repository at this point in the history
  131. xray-core: use $(INSTALL_DATA) to install configuration files

    Using `$(INSTALL_CONF)` will cause the program has no access to
    configurations file when someone enabled the selinux support.
    
    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bb57528 View commit details
    Browse the repository at this point in the history
  132. libmraa: Disable node.js support

    Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js.
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4b92396 View commit details
    Browse the repository at this point in the history
  133. net-tools: bump to 2.10

    Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
    abajk authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ea31645 View commit details
    Browse the repository at this point in the history
  134. python-engineio: update to version 4.1.0

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1e5d9c5 View commit details
    Browse the repository at this point in the history
  135. python-socketio: update to version 5.2.1

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ec0d82c View commit details
    Browse the repository at this point in the history
  136. libupm: Disable node.js support

    Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js.
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9581708 View commit details
    Browse the repository at this point in the history
  137. adguardhome: bump to 0.106.0

    * Full changelog available at:
      * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.0
    * Add build time LDFLAG introduced in commit [1].
    
    [1]: AdguardTeam/AdGuardHome@1d07afb#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R67
    
    Signed-off-by: Dobroslaw Kijowski <[email protected]>
    dobo90 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    649b23c View commit details
    Browse the repository at this point in the history
  138. knxd: pumb to upstream version 0.14.51

    Signed-off-by: Othmar Truniger <[email protected]>
    tru7 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d025960 View commit details
    Browse the repository at this point in the history
  139. bind: bump to 9.17.12

    Fixes the following security issues:
    
    * CVE-2021-25215 - named crashed when a DNAME record placed in the ANSWER
                       section during DNAME chasing turned out to be the final
                       answer to a client query.
    * CVE-2021-25214 - Insufficient IXFR checks could result in named serving a
                       zone without an SOA record at the apex, leading to a
                       RUNTIME_CHECK assertion failure when the zone was
                       subsequently refreshed. This has been fixed by adding an
                       owner name check for all SOA records which are included
                       in a zone transfer.
    
    Signed-off-by: Noah Meyerhans <[email protected]>
    nmeyerhans authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    35da7ad View commit details
    Browse the repository at this point in the history
  140. php8: update to 8.0.5

    Also update opcache makefile patch.
    
    Signed-off-by: Michael Heimpold <[email protected]>
    mhei authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3deb2f2 View commit details
    Browse the repository at this point in the history
  141. attendedsysupgrade-common: update to 2021

    * Use $(COMMITCOUNT)
    * Use SPDX
    * Use CA (ucert) public key
    * Update repo link
    * Update maintainer email
    * Format description
    
    Signed-off-by: Paul Spooren <[email protected]>
    aparcar authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3d4e916 View commit details
    Browse the repository at this point in the history
  142. icu: add ABI_VERSION

    To prevent inconsistencies in the coming version (69.1).
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bfdae37 View commit details
    Browse the repository at this point in the history
  143. adblock: update to 4.1.2

    * preserve DNS cache after adblock processing (unbound & bind)
    * fix redirect issue with oisd basic url
    * cosmetics
    
    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d106904 View commit details
    Browse the repository at this point in the history
  144. nextdns: Update to version 1.32.1

    Signed-off-by: Olivier Poitrey <[email protected]>
    rs authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ee77c55 View commit details
    Browse the repository at this point in the history
  145. python3: introduce libpython3 with ABI_VERSION flag

    Related to discussion:
      #14060
    
    Every once in a while a version bump will occur that requires an ABI
    change. Example: Python 3.8 to 3.9. When this happens some Python packages
    would need to be rebuilt. In setups where everything gets rebuilt, this
    isn't a problem.
    
    It's usually a bigger problem when needing to upgrade something via
    opkg.
    To accommodate for this, we add a libpython with it's own ABI_VERSION
    flag. If this ABI_VERSION changes, then this should propagate forward.
    
    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    953362d View commit details
    Browse the repository at this point in the history
  146. haproxy: Update HAProxy to v2.2.14

    - Update haproxy download URL and hash
    
    Signed-off-by: Christian Lachner <[email protected]>
    gladiac authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7a40051 View commit details
    Browse the repository at this point in the history
  147. nano: update version to 5.7

    Upgrade nano editor to version 5.7.
    
    Signed-off-by: Hannu Nyman <[email protected]>
    hnyman authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8851947 View commit details
    Browse the repository at this point in the history
  148. exfatprogs: update to version 1.1.1

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    50fc7a3 View commit details
    Browse the repository at this point in the history
  149. debian-archive-keyring: update to 2021.1.1

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2c19a34 View commit details
    Browse the repository at this point in the history
  150. gnunet-fuse: update to version 0.14.0

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e819514 View commit details
    Browse the repository at this point in the history
  151. Jinja2: update to version 2.11.3

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b3cad1d View commit details
    Browse the repository at this point in the history
  152. libassuan: update to version 2.5.5

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d6c371d View commit details
    Browse the repository at this point in the history
  153. libextractor: update to version 1.11

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1c224f3 View commit details
    Browse the repository at this point in the history
  154. libinput: update to version 1.17.1

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f570504 View commit details
    Browse the repository at this point in the history
  155. libksba: update to version 1.5.1

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a928733 View commit details
    Browse the repository at this point in the history
  156. opentracker: update to git HEAD

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ebd69fb View commit details
    Browse the repository at this point in the history
  157. perl-net-dns: update to version 1.30

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3dad6ab View commit details
    Browse the repository at this point in the history
  158. perl-mail-spamassassin: update to version 3.4.6

    Fixes CVE-2020-1946
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bd798d2 View commit details
    Browse the repository at this point in the history
  159. python-gnupg: update to version 0.4.7

    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    61ed7c3 View commit details
    Browse the repository at this point in the history
  160. python-typing-extensions: update to version 3.10.0.0

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    69396b6 View commit details
    Browse the repository at this point in the history
  161. libmaxminddb: update to version 1.6.0

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d5bf978 View commit details
    Browse the repository at this point in the history
  162. banip: update to 0.7.8

    * fix pid file processing of the background monitor plus child
      processes (bug reported in the forum)
    * made the enabled/disabled switch of the background monitor functional
    
    Signed-off-by: Dirk Brenken <[email protected]>
    dibdot authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7ae4582 View commit details
    Browse the repository at this point in the history
  163. hwdata: update to version 0.347

    Signed-off-by: Josef Schlehofer <[email protected]>
    BKPepe authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    241e3de View commit details
    Browse the repository at this point in the history
  164. python-dotenv: update to v0.17.1

    Signed-off-by: Javier Marcet <[email protected]>
    jmarcet authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    87b60cf View commit details
    Browse the repository at this point in the history
  165. stress-ng: bump to version 0.12.07

    Refreshed patch.
    
    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ae14b5b View commit details
    Browse the repository at this point in the history
  166. adguardhome: bump to 0.106.1

    * Create working directory when it is not present. Apparently
      some recent change made adguardhome fail to start when working
      directory is missing.
    * Full changelog available at:
      * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.1
    
    Signed-off-by: Dobroslaw Kijowski <[email protected]>
    dobo90 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c8cd45c View commit details
    Browse the repository at this point in the history
  167. tcpreplay: bump to version 4.3.4

    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5ecef80 View commit details
    Browse the repository at this point in the history
  168. isc-dhcpd: handle extra spaces in routes

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5b4a7de View commit details
    Browse the repository at this point in the history
  169. mwna3: fix whitespace

    Signed-off-by: Florian Eckert <[email protected]>
    feckert authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c6877d4 View commit details
    Browse the repository at this point in the history
  170. mwan3: update ubus status for not tracked interfaces

    Signed-off-by: Florian Eckert <[email protected]>
    feckert authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    881c239 View commit details
    Browse the repository at this point in the history
  171. mwan3: allow interfaces with no tracking IPs

    In the procd refactor, support for interfaces with no tracking IPs was
    inadvertentiy removed. This commit restores the previous behavior
    
    Signed-off-by: Aaron Goodman <[email protected]>
    aaronjg authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f66c573 View commit details
    Browse the repository at this point in the history
  172. samba4: update to 4.13.8

    * update to 4.13.8
    * remove faulty io_uring kernel detection
    * fixes CVE's: CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2021-20254
    * resolves #15512
    
    Signed-off-by: Andy Walsh <[email protected]>
    Andy2244 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7b46896 View commit details
    Browse the repository at this point in the history
  173. vim: install vimdiff symlink for vim-full

    vim-full comes with diff feature
    
    Signed-off-by: Sergio E. Nemirowski <[email protected]>
    532910 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e7bd247 View commit details
    Browse the repository at this point in the history
  174. tailscale: add new package

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    aaa0d34 View commit details
    Browse the repository at this point in the history
  175. samplicator: add samplicator

    Samplicator receives UDP datagrams on a given port and resends those
    datagrams to a specified set of receivers.
    
    Use Cases:
    - replicate Flow Samples to multiple receivers
    - use with conntrackd to synchronize via unicast to multiple targets
    
    Signed-off-by: Nick Hainke <[email protected]>
    PolynomialDivision authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    74401c3 View commit details
    Browse the repository at this point in the history
  176. unbound: add cache-max-negative-ttl config option

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    66663e7 View commit details
    Browse the repository at this point in the history
  177. strongswan: swanctl init script doesn't load connections

    Fixes issue #15446
    
    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    55b5fa3 View commit details
    Browse the repository at this point in the history
  178. php7: update to 7.4.18

    Signed-off-by: Michael Heimpold <[email protected]>
    mhei authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4fa6282 View commit details
    Browse the repository at this point in the history
  179. auc: support queue_position status from server

    Display position in queue while waiting for build.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d018e58 View commit details
    Browse the repository at this point in the history
  180. exim: update to version 4.94.2

    Several exploitable vulnerabilities in Exim were reported to us and are
    fixed.
    Local vulnerabilities
    - CVE-2020-28007: Link attack in Exim's log directory
    - CVE-2020-28008: Assorted attacks in Exim's spool directory
    - CVE-2020-28014: Arbitrary PID file creation
    - CVE-2020-28011: Heap buffer overflow in queue_run()
    - CVE-2020-28010: Heap out-of-bounds write in main()
    - CVE-2020-28013: Heap buffer overflow in parse_fix_phrase()
    - CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase()
    - CVE-2020-28015: New-line injection into spool header file (local)
    - CVE-2020-28012: Missing close-on-exec flag for privileged pipe
    - CVE-2020-28009: Integer overflow in get_stdinput()
    Remote vulnerabilities
    - CVE-2020-28017: Integer overflow in receive_add_recipient()
    - CVE-2020-28020: Integer overflow in receive_msg()
    - CVE-2020-28023: Out-of-bounds read in smtp_setup_msg()
    - CVE-2020-28021: New-line injection into spool header file (remote)
    - CVE-2020-28022: Heap out-of-bounds read and write in extract_option()
    - CVE-2020-28026: Line truncation and injection in spool_read_header()
    - CVE-2020-28019: Failure to reset function pointer after BDAT error
    - CVE-2020-28024: Heap buffer underflow in smtp_ungetc()
    - CVE-2020-28018: Use-after-free in tls-openssl.c
    - CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash()
    
    The update to 4.94.2 also integrates a fix for a printf format issue
    previously addressed by a local patch which is removed.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    71f50a8 View commit details
    Browse the repository at this point in the history
  181. lvm2: update to version 2.03.12

    Two notable changes are devices file and metadata based autoactivation.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0abf0b7 View commit details
    Browse the repository at this point in the history
  182. libgee: update to 0.20.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d13c7ba View commit details
    Browse the repository at this point in the history
  183. tailscale: update to version 1.8.1

    Add readme with simple tailscale howto.
    
    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5a30bc8 View commit details
    Browse the repository at this point in the history
  184. nfdump: update to 1.6.23

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ec8def7 View commit details
    Browse the repository at this point in the history
  185. scapy: update to 2.4.5

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    da2f686 View commit details
    Browse the repository at this point in the history
  186. openldap: update to 2.4.58

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f9b8770 View commit details
    Browse the repository at this point in the history
  187. libgpg-error: update to 1.42

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9af45a7 View commit details
    Browse the repository at this point in the history
  188. libgcrypt: update to 1.9.3

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d82d237 View commit details
    Browse the repository at this point in the history
  189. krb5: update to 1.19.1

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ceaab33 View commit details
    Browse the repository at this point in the history
  190. snort: update 2.9.17.1

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    628989b View commit details
    Browse the repository at this point in the history
  191. syslog-ng: update to 3.32.1

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7ae423e View commit details
    Browse the repository at this point in the history
  192. php7: update to 7.4.19

    Signed-off-by: Michael Heimpold <[email protected]>
    mhei authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bdfd236 View commit details
    Browse the repository at this point in the history
  193. php8: update to 8.0.6

    Signed-off-by: Michael Heimpold <[email protected]>
    mhei authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4d9ace4 View commit details
    Browse the repository at this point in the history
  194. lmbd: update to version 0.9.29

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3346ad8 View commit details
    Browse the repository at this point in the history
  195. redis: update to version 6.2.3

    Fixes CVE-2021-29477
    
    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2edb43b View commit details
    Browse the repository at this point in the history
  196. libassuan: fix linking of host's libgpg-error

    gpgrt-config is trying to use the host's /usr/lib path when looking for
    libgpg-error. Therefore, disable it and gpg-error-config will be used
    as a fallback.
    
    Signed-off-by: Alexander Egorenkov <[email protected]>
    egorenar authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7324845 View commit details
    Browse the repository at this point in the history
  197. grilo-plugins: update to 0.3.13

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e55fb37 View commit details
    Browse the repository at this point in the history
  198. python3: bump version to 3.9.5

    Refreshed Python patches.
    Updated pip & setuptools version.
    
    For pip, patch '001-pep517-pyc-fix.patch' was reworked.
    
    Also, the current version of the bundled pip (21.1.1) no longer supports
    Python2, so the 'py2.py3' suffix gets replaced with just py3.
    
    For setuptools, there is no longer a script/module:
      pypa/setuptools#2544
    
    Signed-off-by: Alexandru Ardelean <[email protected]>
    commodo authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    433cdff View commit details
    Browse the repository at this point in the history
  199. yq: Update to 4.8.0

    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    33d3b23 View commit details
    Browse the repository at this point in the history
  200. knot-resolver: update to version 5.3.2

    Signed-off-by: Jan Pavlinec <[email protected]>
    ja-pa authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4ae8683 View commit details
    Browse the repository at this point in the history
  201. adguardhome: bump to 0.106.2

    * Full changelog available at:
      * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2
    
    Signed-off-by: Dobroslaw Kijowski <[email protected]>
    dobo90 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d65c7a4 View commit details
    Browse the repository at this point in the history
  202. gstreamer1: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    63cda93 View commit details
    Browse the repository at this point in the history
  203. gst1-plugins-base: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5e52676 View commit details
    Browse the repository at this point in the history
  204. gst1-plugins-good: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e336203 View commit details
    Browse the repository at this point in the history
  205. gst1-plugins-bad: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    93cc9ba View commit details
    Browse the repository at this point in the history
  206. gst1-plugins-ugly: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    51f5a99 View commit details
    Browse the repository at this point in the history
  207. gst1-libav: update to 1.18.4

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    33059b3 View commit details
    Browse the repository at this point in the history
  208. libdaq3: update to 3.0.3

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3a893af View commit details
    Browse the repository at this point in the history
  209. snort3: update to 3.1.4.0

    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    144c9ba View commit details
    Browse the repository at this point in the history
  210. docker-compose: Update to version 1.29.2

    Miscellaneous:
    
    - Remove prompt to use docker compose in the up command
    
    - Bump py to 1.10.0 in requirements-indirect.txt
    
    Signed-off-by: Javier Marcet <[email protected]>
    jmarcet authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9ff0b2b View commit details
    Browse the repository at this point in the history
  211. libgpg-error: patch to fix cross-compile

    Paul Blazejowski discovered that the recent update to this package broke
    cross-compiling for some OpenWrt platforms. This backports commit 33593864
    (March 26, 2021) from the upstream libgpg-error project to fix this
    problem.
    
    Signed-off-by: W. Michael Petullo <[email protected]>
    flyn-org authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f19d456 View commit details
    Browse the repository at this point in the history
  212. knot: update to version 3.0.6

    Signed-off-by: Jan Hak <[email protected]>
    Payne-X6 authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e9a9a9f View commit details
    Browse the repository at this point in the history
  213. chrony: update to 4.1

    Signed-off-by: Miroslav Lichvar <[email protected]>
    mlichvar authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    18bc24c View commit details
    Browse the repository at this point in the history
  214. atlas-sw-probe: fix missing link on sysupgrade

    Recreate symbolic link if it's missing after a sysupgrade with a private and public key present in /etc/atlas/
    
    Signed-off-by: Ansuel Smith <[email protected]>
    Ansuel authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a30c602 View commit details
    Browse the repository at this point in the history
  215. libpqxx: update to version 7.5.2

    Signed-off-by: Igor Bezzubchenko <[email protected]>
    garikello3d authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    165b1b8 View commit details
    Browse the repository at this point in the history
  216. rsync: Add rrsync script

    Rrsync is a perl script that is supplied as an extra with the rsync program.
    It must be used in conjunction with openssh-server or openssh-server-pam
    as it requires ~/.ssh/authorized_keys which is not supported by dropbear.
    
    Rrsync allows selective access to subdirectories in either read-only, write-only or read-write,
    depending on settings in authorized_keys. This allows for safe, restrictive access.
    It's particularly useful for automated backup purposes.
    
    An example usage would be this entry:
    
    command="/usr/bin/rrsync -ro /home" <public key here>
    
    This would allow a system connecting with this public key to be able to rsync FROM the
    /home directory tree only. It could not write to this directory, nor read from any other directory.
    
    Signed-off-by: Matt Reeve <[email protected]>
    Matt Reeve authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d8faffb View commit details
    Browse the repository at this point in the history
  217. strongswan: make default bundle use swanctl

    Signed-off-by: Philip Prindeville <[email protected]>
    pprindeville authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    177bbf7 View commit details
    Browse the repository at this point in the history
  218. node: bump to v14.17.0

    Notable Changes:
    Diagnostics channel (experimental module)
    UUID support in the crypto module
    Experimental support for AbortController and AbortSignal
    
    Signed-off-by: Hirokazu MORIKAWA <[email protected]>
    nxhack authored and oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3c47003 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    158af25 View commit details
    Browse the repository at this point in the history
  220. Revert "node: bump to v14.17.0"

    This reverts commit 3c47003.
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    bfc3af2 View commit details
    Browse the repository at this point in the history
  221. Revert "apparmor: add new package"

    This reverts commit 8068b0a.
    oskarirauta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f6251f1 View commit details
    Browse the repository at this point in the history