Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
    • Daniel F. Dickinson's avatar
      msmtp-scripts: Remove as abandoning upstream; msmtp-queue works · 59ca5bda
      Daniel F. Dickinson authored
      
      I am upstream for msmtp-scripts and have decided to abandon the project.  Therefore
      remove msmtp-scripts from OpenWrt -- there is already msmtp-queue which is 'good enough'
      for the use cases where msmtp-scripts had any relevance.
      
      This backports to 19.07 so that it doesn't become something folks are depending on.
      Due to changes in lock behaviour it never worked in 18.04.x, so ditching it now
      keeps it from being picked up again by the userbase.
      
      Signed-off-by: default avatarDaniel F. Dickinson <cshored@thecshore.com>
      59ca5bda
  2. Nov 10, 2019
  3. Sep 27, 2019
  4. Sep 24, 2019
  5. Sep 14, 2019
  6. Aug 24, 2019
  7. Jul 24, 2019
  8. May 27, 2019
  9. May 13, 2019
  10. May 05, 2019
  11. Apr 29, 2019
  12. Apr 27, 2019
  13. Apr 13, 2019
  14. Apr 10, 2019
  15. Apr 07, 2019
  16. Apr 05, 2019
  17. Mar 29, 2019
  18. Mar 16, 2019
  19. Mar 13, 2019
  20. Feb 25, 2019
  21. Feb 18, 2019
  22. Feb 14, 2019
  23. Feb 05, 2019
  24. Jan 21, 2019
  25. Jan 14, 2019
  26. Jan 02, 2019
  27. Dec 21, 2018
  28. Dec 17, 2018
    • Eneas U de Queiroz's avatar
      sendmail: link with gcc instead of ld · 213fd4f6
      Eneas U de Queiroz authored
      
      If ld is used directly to link libmilter.so, linking is not done
      correctly with glibc, and produces a library that can't be used.
      Linking with the bad library produces a strange error:
      ld: conftest: hidden symbol `stat' in [...]libc_nonshared.a(stat.oS)
      is referenced by DSO
      
      Using ld with musl works fine, but using gcc is a more portable way of
      linking the shared library anyway.
      
      Signed-off-by: default avatarEneas U de Queiroz <cote2004-github@yahoo.com>
      213fd4f6
Loading