Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. From a53e2cf99ad5113b39a7a99c5f0434d698de7778 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Peter=20V=C3=A1gner?= <pvdeejay@gmail.com>
  3. Date: Tue, 22 Aug 2017 22:08:07 +0200
  4. Subject: [PATCH] Rebuild against openssl-1.0
  5.  
  6. ---
  7. .SRCINFO | 6 +++---
  8. PKGBUILD | 9 ++++++---
  9. 2 files changed, 9 insertions(+), 6 deletions(-)
  10.  
  11. diff --git a/.SRCINFO b/.SRCINFO
  12. index 73ba595..37e8c80 100644
  13. --- a/.SRCINFO
  14. +++ b/.SRCINFO
  15. @@ -1,9 +1,9 @@
  16. # Generated by mksrcinfo v8
  17. -# Fri Jun 24 13:31:26 UTC 2016
  18. +# Tue Aug 22 20:05:48 UTC 2017
  19. pkgbase = opensmtpd-extras
  20. pkgdesc = EXPERIMENTAL filters, tables, queues, etc. for OpenSMTPd
  21. pkgver = 5.7.1
  22. - pkgrel = 5
  23. + pkgrel = 6
  24. url = https://opensmtpd.org
  25. install = opensmtpd-extras.install
  26. arch = i686
  27. @@ -17,7 +17,7 @@ pkgbase = opensmtpd-extras
  28. makedepends = hiredis
  29. makedepends = sqlite
  30. makedepends = libasr
  31. - makedepends = openssl
  32. + makedepends = openssl-1.0
  33. depends = opensmtpd
  34. optdepends = python2: python support for filters, tables, scheduler, and queues
  35. optdepends = clamav: clamav filters
  36. diff --git a/PKGBUILD b/PKGBUILD
  37. index c6daae5..a529fa3 100644
  38. --- a/PKGBUILD
  39. +++ b/PKGBUILD
  40. @@ -1,13 +1,14 @@
  41. # Maintainer: Wilhelm Schuster <wilhelm [aT] wilhelm [.] re>
  42. pkgname=opensmtpd-extras
  43. pkgver=5.7.1
  44. -pkgrel=5
  45. +pkgrel=6
  46. pkgdesc="EXPERIMENTAL filters, tables, queues, etc. for OpenSMTPd"
  47. arch=('i686' 'x86_64')
  48. url="https://opensmtpd.org"
  49. license=('custom:opensmtpd')
  50. depends=('opensmtpd')
  51. -makedepends=('python2' 'lua' 'perl' 'libmariadbclient' 'postgresql-libs' 'hiredis' 'sqlite' 'libasr' 'openssl')
  52. +makedepends=('python2' 'lua' 'perl' 'libmariadbclient' 'postgresql-libs'
  53. +'hiredis' 'sqlite' 'libasr' 'openssl-1.0')
  54. optdepends=('python2: python support for filters, tables, scheduler, and queues'
  55. 'clamav: clamav filters'
  56. 'lua: lua support for filters'
  57. @@ -71,7 +72,9 @@ build() {
  58. --with-table-python \
  59. --with-table-sqlite \
  60. --with-scheduler-ram \
  61. - --with-scheduler-python
  62. + --with-scheduler-python \
  63. + --with-ssl-dir='/usr/lib/openssl-1.0' \
  64. + --with-cflags='-I/usr/include/openssl-1.0'
  65. make
  66. }
  67.  
  68. --
  69. 2.14.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement