Commit Graph

27 Commits

Author SHA1 Message Date
Mohsen Mirkarimi
b3d05b2f8c
[drogon] fix drogon_ctl command not found error (#32870)
* fix: patch to use find_program for drogon_ctl

* update drogon port version
2023-08-03 10:20:34 -07:00
Mohsen Mirkarimi
cada931e6c
[drogon] fix: patch DrogonConfig.cmake.in to find hiredis (#32728) 2023-07-25 11:00:41 -07:00
Mohsen Mirkarimi
d765306b07
[drogon] fix: patch drogon redis link (#32694)
* fix: patch drogon redis link

drogon's source root CMakeLists.txt is now patched to link to
hiredis::hiredis provided by vcpkg hiredis port.

when using vcpkg manifest mode it used to link drogon.dll target to
hiredis.dll while on debug build, hiredisd.dll is only available.
this patch resolves this problem.
2023-07-23 17:51:13 -07:00
jim wang
ca02a48b10
[drogon] Fix gcc13 compilation errors (#32270)
* Fix gcc13 compilation errors.

* update version
2023-06-29 14:41:04 -07:00
An Tao
749fcd6c61
[drogon] Update to 1.8.4 (#30311)
* [drogon] Update to 1.8.4

* Fix vcpkg.patch

* fix

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-24 21:43:03 -07:00
Paweł Wegner
f138027a70
c-ares: bump to 1.19 and make it build on uwp. (#29342)
* c-ares: bump to 1.19 and make it build on uwp.

guard-imported-lib.patch got upstreamed, no longer necessary.

* drogon: disable uwp support.

It depends on c-ares which now supports uwp which means that this port needs
to be explicitly disabled.
2023-02-21 08:23:41 -08:00
An Tao
54ff72895e
[drogon] Update to 1.8.2 (#27776)
* [drogon] Update to 1.8.2

* Update ports/drogon/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-11-16 13:07:59 -08:00
An Tao
73351a37f9
[trantor] Update to 1.5.7 [drogon] Update to 1.8.1 (#26994)
* [trantor] Update to 1.5.7

* [drogon] Update to 1.8.1

* Remove redis.patch
2022-10-05 15:32:52 -07:00
An Tao
33cd8da12d
[drogon] Update to 1.8.0 (#26639)
* [drogon] Update to 1.8.0

* fix a confilict with hiredis
2022-09-06 12:46:47 -07:00
An Tao
f3a68220a5
[drogon] Update to 1.7.5 (#23227) 2022-02-23 14:38:18 -08:00
autoantwort
b13e043b70
[libuuid] disallow on osx (#22306)
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
2022-01-12 11:33:38 -08:00
Kai Pastor
9f04533f30
[drogon] Fix libmariadb import/export and usage (#22426)
* Add canonical usage

* Use unofficial-libmariadb

* Update versions
2022-01-10 21:48:15 -08:00
An Tao
6afdd9388b
[drogon] Update to 1.7.4 (#22016)
* [drogon] Update to 1.7.4

* add fs.patch

* fix redis feature

Co-authored-by: antao <antao@heart-forever.com>
2021-12-22 22:50:20 -05:00
chausner
014a40ac64
[drogon] Update to 1.7.3 (#21122)
* Update drogon to 1.7.3

* Update CI baseline

* Fix vcpkg_check_linkage

* Update git-tree hash

* Add patch to fix ARM64 builds

* Update git-tree hash

* Set ADD_BIN_TO_PATH

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-05 13:01:35 -07:00
An Tao
9fb1585e7a
[trantor] Update to 1.5.1 (#19443)
* [trantor] Update to 1.5.1

* Update ports/trantor/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/trantor/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update cmake functiom

* update version

* fix ci baseline issue

* update version

* fix ci error

* add port version

* update version

* Repair old drogon sha.

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-08-30 19:27:37 -07:00
Greisberger Christophe
8af28e0dab
[drogon] Added database support features (#18711)
* [drogon] Added database access features

* Replaced CONTROL with vcpkg.json manifest file

* Patched finding brotli libraries for static triplets (brotlicommon-static.lib and co.)

* Added features for database access, disabled by default.

* [drogon] Fixed vcpkg.json version

* update vcpkg.json format

* update version

* Added new feature redis

* update vcpkg.json format

* update version

* delete redis dependence

* update version

* fix request feature

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-26 10:54:38 -07:00
An Tao
b8f610edb8
[drogon] Update to 1.7.1 (#18643) 2021-07-01 07:36:43 -07:00
An Tao
4ce98d3f93
[drogon] Update to 1.6.0 (#17986) 2021-06-01 21:38:48 -07:00
An Tao
680936207c
[drogon] Update to 1.5.1 (#17190) 2021-04-12 11:12:20 -07:00
An Tao
b230db959e
[drogon] Update to 1.4.1 (#16651)
* [drogon] Update to 1.4.1

* Update patch

* Format

* update version

* Revert the ctl feature

* update version

* [libpq] Fix static linkage

* [drogon] Revert direct postgresql library linkage

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19 09:51:52 -07:00
双草酸酯
95f2e57839
[drogon] Upgrade to v1.3.0 (#15850)
* [drogon] Upgrade to v1.3.0

* Update_versions

* [drogon] remove debug stuffs

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-02 14:35:45 -08:00
An Tao
13f582d864
[drogon] Update to 1.1.0 (#14319) 2020-11-02 13:58:02 -08:00
An Tao
d022499e92
[drogon] Fix build errors on linux/osx (#14148) 2020-10-23 12:05:53 -07:00
An Tao
dea7dbb192
[drogon] Update to 1.0.0 (#13907)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-09 11:00:45 -07:00
An Tao
7b285940a8
[drogon] Fix building errors on Windows and Linux (#13007)
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-08-21 09:31:22 -07:00
An Tao
356e6b8737
[drogon] Update to 1.0.0.beta20 (#12931)
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-08-18 16:45:41 -07:00
An Tao
7a28379b4c
[Drogon] Add new port (#12024)
* [Drogon] Add new port

* Update version

* Use cmake options instead of patching
2020-06-23 13:03:23 -07:00