Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Dec 15, 2020
  3. Oct 05, 2020
  4. Jul 07, 2020
  5. Jun 26, 2020
  6. Jun 20, 2020
  7. May 06, 2020
    • Philip Prindeville's avatar
      openssh-server: deprecate the ecdsa HostKey · 73fa0c96
      Philip Prindeville authored
      
      The init.d script for sshd never generates an ecdsa HostKey as seen
      here:
      
      	for type in rsa ed25519
      	do
      		# check for keys
      		key=/etc/ssh/ssh_host_${type}_key
      		[ ! -f $key ] && {
      			# generate missing keys
      			[ -x /usr/bin/ssh-keygen ] && {
      				/usr/bin/ssh-keygen -N '' -t $type -f $key 2>&- >&-
      			}
      		}
      	done
      
      so we'll never succeed at loading one.  Get rid of the resultant
      error message in logging:
      
      May  5 17:13:59 OpenWrt sshd[20070]: error: Unable to load host key: /etc/ssh/ssh_host_ecdsa_key
      
      Signed-off-by: default avatarPhilip Prindeville <philipp@redfish-solutions.com>
      73fa0c96
  8. Apr 06, 2020
  9. Apr 05, 2020
  10. Nov 09, 2019
  11. Oct 12, 2019
    • Jeffery To's avatar
      treewide: Use default PKG_BUILD_DIR when possible · 53e1692a
      Jeffery To authored
      This removes lines that set PKG_BUILD_DIR when the set value is no
      different from the default value.
      
      Specifically, the line is removed if the assigned value is:
      
      * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
      
        The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
        if it is set, so now this is identical to the default value.
      
      * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
      
        if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
        the same as the previous case
      
      * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
      
        This is the same as the default PKG_BUILD_DIR when there is no
        BUILD_VARIANT.
      
      * $(BUILD_DIR)/[name]-$(PKG_VERSION)
      
        where [name] is a string that is identical to PKG_NAME
      
      [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9
      
      
      
      Signed-off-by: default avatarJeffery To <jeffery.to@gmail.com>
      53e1692a
  12. Sep 17, 2019
  13. Jul 21, 2019
  14. Apr 20, 2019
  15. Apr 02, 2019
  16. Mar 22, 2019
  17. Mar 21, 2019
  18. Mar 03, 2019
  19. Feb 10, 2019
  20. Jan 15, 2019
  21. Oct 20, 2018
  22. Oct 19, 2018
  23. Sep 30, 2018
  24. Aug 27, 2018
  25. Jun 25, 2018
  26. Apr 08, 2018
  27. Jan 09, 2018
    • Matthias Schiffer's avatar
      treewide: fix incorrect *_BUILD_DEPENDS · 00fce347
      Matthias Schiffer authored
      
      Build depends refer to source package names, not binary package names.
      
      In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
      a source package's binary packages; as the corresponding source packages
      are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
      dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
      refer to the correct source package name.
      
      Dependency of mysql-server is adjusted from libncursesw to libncurses
      (as libncursesw is a virtual package provided by libncurses), so the build
      dependency on ncurses is emitted unconditionally.
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      Unverified
      00fce347
  28. Oct 05, 2017
  29. Aug 16, 2017
  30. Jul 15, 2017
  31. Jun 05, 2017
  32. Jun 02, 2017
  33. Mar 21, 2017
  34. Feb 27, 2017
  35. Jan 10, 2017
  36. Dec 21, 2016
  37. Oct 17, 2016
  38. Oct 03, 2016
  39. Aug 09, 2016
Loading