Commit Graph

38 Commits

Author SHA1 Message Date
Jia Yue Hua
613657a4d4
[librdkafka] update to 2.6.0 (#41487) 2024-10-11 10:31:45 -04:00
Jia Yue Hua
26ce0e53e9
[librdkafka] update to 2.5.3 (#41386) 2024-10-07 15:06:39 -04:00
Tim Paine
906d9285f2
[librdkafka] add new feature librdkafka[sasl] (#39894) 2024-08-02 11:30:39 -07:00
Kai Pastor
853e515b2b
[lz4] Update to 1.10.0, use official CMake build system (#40052)
Co-authored-by: Theodore Tsirpanis <theodore.tsirpanis@tiledb.com>
2024-07-25 13:34:56 -07:00
jim wang
a26e56558c
[librdkafka] Fix feature curl compilation error under arm64-osx triplet (#39919) 2024-07-16 09:14:08 -04:00
jim wang
de8cad5149
[librdkafka] Fix code download URL (#39841) 2024-07-11 11:51:37 -04:00
Tyler Rockwood
638daad57d
Enable additional authentication mechanisms in librdkafka (#39184)
The main reasons from what I can tell for enabling SSL or CURL is to
also be able to enabled additional authentication mechanisms
2024-06-12 16:16:32 -07:00
Jia Yue Hua
0c5d26ffc2
[librdkafka] update to 2.3.0 (#34798)
* [librdkafka] update to 2.3.0

* [librdkafka] update to 2.3.0
2023-10-31 11:59:24 -07:00
Alexander Smyslov
3a4b722ff4
[librdkafka] Upgrade up to v2.2.0 (#32951)
* Upgrade librdkafka up to v2.2.0

* Upgrade librdkafka up to v2.2.0

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-08-04 06:46:41 -07:00
Alexander Smyslov
21ba00c5d5
[librdkafka] Upgrade up to 2.1.1 (#31266)
* [librdkafka] upgrade version up to 2.1.1

* [librdkafka] upgrade version up to 2.1.1

* Update ports/librdkafka/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* [librdkafka] upgrade version up to 2.1.1

* remove blank

* update version

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-05-05 11:12:49 -07:00
Alexander Smyslov
73efe03638
Update librdkafka up to 2.1.0 (#30963)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* update librdkafka up to 2.1.0

* update librdkafka up to 2.1.0

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-04-19 14:33:59 -07:00
Alexander Smyslov
6d16cb553a
[librdkafka] upgrade version up to 2.0.2 (#29651)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] upgrade version up to 2.0.2

* [librdkafka] upgrade version up to 2.0.2

* fix remarks

* fix remarks

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-02-16 10:23:09 -08:00
Alexander Smyslov
1b7528488c
[librdkafka] Upgrade version up to 1.9.2 (#26126)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] Upgrade up to 1.9.2

* [librdkafka] Upgrade up to 1.9.2

* [librdkafka] Upgrade up to 1.9.2

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2022-08-02 23:18:11 -07:00
LilyWangLL
8af6a4bf98
[vcpkg baseline][librdkafka] Add feature curl (#25514)
* [baseline][librdkafka] Add feature curl

* x-add-version

* update patch

* x-add-wersion

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-01 11:10:23 -07:00
Alexander Smyslov
7d9eff519d
[librdkafka] Upgrade librdkafka up to 1.9.0 (#25462)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] Upgrade up to 1.9.0

* [librdkafka] Upgrade up to 1.9.0

* [librdkafka] Upgrade up to 1.9.0

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2022-06-30 12:50:40 -07:00
Chen Yufei
f4e370b968
[librdkafka] fix find_dependency LZ4. (#23815)
* [librdkafka] fix find_dependency LZ4.

Include `FindLZ4.cmake` will result following error message:

```
CMake Warning (dev) at /usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LZ4) does
  not match the name of the calling package (RdKafka).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
```

* [librdkafka] update port-version.

* Prepend and restore cmake module path.

* Update version database

* Update ports/librdkafka/portfile.cmake

* use the lz4 config files

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-05 15:50:35 -07:00
Mengna Li
8522c65ea6
disable debug log (#23586) 2022-03-16 14:32:59 -07:00
Alexander Smyslov
0032024513
[librdkafka] Upgrade up to 1.8.2 (#21111)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] Upgrade up to 1.8.2

* [librdkafka] Upgrade up to 1.8.2

* fix remarks

* fix remarks

* fix remarks

* Update ports/librdkafka/vcpkg.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/librdkafka/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* fix remarks

* fix remarks

* fix remarks

* fix remarks

* fix remarks

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-11-04 12:17:46 -07:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
Billy O'Neal
b295670e4b
Bulk convert control files. (#19986)
```
function Convert-Control {
    Param($full)
    .\vcpkg.exe format-manifest $full
    $root = $full.Substring(0, $full.Length - 7) # CONTROL
    $new = $root + 'vcpkg.json'
    $content = Get-Content -Raw $new
    $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100
    $oldVersion = $asJson['port-version']
    if ($null -eq $oldVersion) {
        $oldVersionFull = $asJson['version-string']
        Write-Host "Got version $oldVersionFull"
        $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$')
        if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) {
            $newFullVersion = [string]$match.Groups[1].Value
            $oldVersion = [int]$match.Groups[2].Value
            Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion"
            $newVersion = $oldVersion + 1
            $asJson['version-string'] = $newFullVersion
            Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion"
        } else {
            Write-Host "No previous version for $full -- setting 1"
            $newVersion = 1
        }
    } else {
        $newVersion = [int]$oldVersion + 1
        Write-Host "New version for $full : $newVersion"
    }

    $asJson['port-version'] = $newVersion

    $content = ConvertTo-Json $asJson -Depth 100
    Set-Content -Path $new -Value $content
    .\vcpkg.exe format-manifest $new
}

Get-ChildItem ports\CONTROL -Recurse | Foreach-Object {
    Convert-Control $_.FullName
}

git commit -am "this message"
.\vcpkg.exe x-add-version -all
git commit -a --amend
```
2021-09-09 01:24:04 -07:00
Alexander Smyslov
b8d922991f
[librdkafka] Upgrade up to 1.7 (#17937)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* Upgrade librdkafka17

* Upgrade librdkafka17

* Fix remarks

* Fix remarks

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2021-05-18 00:45:48 -07:00
JonLiu1993
eb3baf49af
[librdkafka] Update to 1.5.0 (#12731)
* [librdkafka] Update to 1.5.0

* Update portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-05 13:01:53 -07:00
alexander-smyslov
5cdb92f010
[librdkafka] Upgrade to 1.4.4 (#12095)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* upgrade librdkafka to 1.4.4

* Delete CONTROL

* Delete install.patch

* Delete portfile.cmake

* upgrade librdkafka to 1.4.4

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2020-07-30 22:36:09 -07:00
Phoebe
adfa6fd359 [librdkafka] Add vcpkg-cmake-wrapper.cmake (#8355)
* [librdkafka] Add vcpkg-cmake-wrapper.cmake

* Update changes
2019-09-27 09:46:49 -07:00
Ehsan
ef1e925305 [librdkafka] Update library to 1.2.0 (#8307) 2019-09-23 13:47:22 -07:00
Victor Romero
a3a6530631
[vcpkg_check_features] Set output variable explicitly and allow reverse-logic check (#7558)
* [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly

* [vcpkg_check_features] Allow reverse logic for features

* [vcpkg_check_features] Document new parameters

* [vcpkg_check_features] Remove unnecessary logging

* Do not create variables for each feature only set OUT_FEATURE_OPTIONS

* Improve documentation

* Update ports that use vcpkg_check_features()

* Missing documentation updates

* [pcl] Fix tools feature

* [opencv,opencv4] Fix usage of vcpkg_check_features()

* [opencv4] Fix typo
2019-08-13 20:13:55 -07:00
Rodrigo Trida
73fa03965b Librdkafka snappy (#7469)
* Adding snappy support.

* Building without win 32 config.

* Restoring original state.

* Changing version and replacing tab with spaces.

* Remove snappy as a build-depends

The snappy feature does not require any external sources.
2019-08-08 12:02:10 -04:00
myd7349
11708d2139 [librdkafka] Update to 1.1.0
[librdkafka] Use vcpkg_check_features

[librdkafka] Remove default feature
2019-07-02 18:30:56 +08:00
myd7349
3efdcef0e6 [librdkafka] Update to 2019-06-13 2019-06-14 08:04:44 +08:00
myd7349
7cd3552973 [librdkafka] Update to 2019-05-27 2019-05-28 08:43:34 +08:00
myd7349
8b64e981fb [librdkafka] Turn on tests temporarily 2019-05-27 19:52:26 +08:00
myd7349
a7ac12c90a [librdkafka] Fix patch file name 2019-05-24 18:58:15 +08:00
myd7349
2bf491b426 [librdkafka] Fix ARM build error 2019-05-11 16:09:10 +08:00
myd7349
6f691d7a9b [librdkafka] Update 2019-05-07 19:21:44 +08:00
myd7349
6b2423eced [librdkafka] Update to 2019-05-07 2019-05-07 19:21:44 +08:00
myd7349
c89d08d1ba [librdkafka] Update to 2019-04-30 2019-05-07 19:21:44 +08:00
myd7349
f6ae18f51a [librdkafka] Update to 2019-04-16 2019-05-07 19:21:44 +08:00
myd7349
d1b1ae1a10 [librdkafka] Rename package to librdkafka (#5927) 2019-05-07 19:21:43 +08:00