Commit Graph

7 Commits

Author SHA1 Message Date
Rosen Penev dea0c27355 uw-imap: fix no deprecated API OpenSSL
The previous patch was for OpenSSL 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-21 00:12:01 -07:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Sebastian Kemper 068a757fe9 uw-imap: install c-client/linkage.c to staging
linkage.c can be included by other programs as described in
docs/internal.txt (quote: "By using linkage.c instead of explicit
mail_link() calls, you are guaranteed that you will have a consistant
linkage among all software built on this system").

This commit adds linkage.c to staging.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-10-31 12:57:14 +01:00
Rosen Penev 2bdea124ee uw-imap: Fix compilation without deprecated APIs for OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 19:13:52 -08:00
Eneas U de Queiroz b087da8530 uw-imap: add openssl 1.1 compatibility
Patch to compile with openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:39:04 -03:00
Lucian Cristian 60aa236519 uw-imap: copy actual files in devel folder
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-12-01 21:53:28 +02:00
Lucian Cristian b23b3285ab uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
most patches are added from Fedora

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-11-13 19:00:11 +02:00