diff options
| author | Daniel Golle | 2026-02-05 02:44:24 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-07 17:18:03 +0000 |
| commit | 91e85bbbee28475985452dbd18e2a53eed68bbb1 (patch) | |
| tree | 7a2f5ea906e3153cea5ef2cfb9434a70d1d4082c | |
| parent | ea3ec746aa4791bfee2d90aeac6e054ffda1c75a (diff) | |
| download | packages-91e85bbbee28475985452dbd18e2a53eed68bbb1.tar.gz | |
libutp: update to 2024-11-16
transmission/libutp@490874c Merge pull request #17 from tearfur/malformed-logs
transmission/libutp@2d29ce9 Merge pull request #18 from tearfur/ftbfs-log
transmission/libutp@6c7ee3f Merge pull request #16 from brad0/openbsd_monotonic
transmission/libutp@1e7e6c6 fix: FTBFS when `UTP_DEBUG_LOGGING` is defined
transmission/libutp@eedd8b9 fix: malformed logs produced by `struct_utp_context::log()`
transmission/libutp@14d6f57 Use monotonic clock on OpenBSD
transmission/libutp@52645d6 chore: remove invalid assertion
transmission/libutp@4ed4d43 refactor: use std::unordered_map instead of bespoke utpHashTable
transmission/libutp@13545a9 fixup! chore: savepoint
transmission/libutp@d0f70e6 chore: add code comments for new code that needs it
transmission/libutp@b109597 chore: remove extra include string.h
transmission/libutp@13b5cb4 chore: remove unnecessary #include utp_hash.h
transmission/libutp@958758b copyediting: tab damage, constify
transmission/libutp@165a316 refactor: replace UTPSocketHT method with one more narrowly-scoped
transmission/libutp@9bbf6b3 perf: do not rebuild UTPSocketKey in LookupAdjacent
transmission/libutp@a271636 chore: savepoint
transmission/libutp@d339167 feat: make UTPSocketKey std::hash-friendly
transmission/libutp@1354618 refactor: use std::min(), std::max() instead of bespoke
transmission/libutp@7480820 chore: remove redundant explicit types when invoking std::min, std::max
transmission/libutp@3189aba chore: restore undefs
transmission/libutp@1849bd1 chore: make vsc happy
transmission/libutp@24c967b refactor: make explicit type for std::min, std::max
transmission/libutp@1862df0 refactor: make explicit type for std::min, std::max
transmission/libutp@8080115 refactor: use std::min(), std::max() instead of bespoke
transmission/libutp@2589200 refactor: use std::vector instead of bespoke Array class
transmission/libutp@09ef1be Fix build on *BSD (#10)
transmission/libutp@4d4a3ce fixup! refactor: use std::vector instead of bespoke Array class
transmission/libutp@1320d78 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1
transmission/libutp@8bdf5e8 Try to reduce the number of CI builds
transmission/libutp@4ec3c96 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1
transmission/libutp@5820d8e Bump minimum CMake version to 3.12 to match Transmission (#9)
transmission/libutp@d9d3754 refactor: use std::vector instead of bespoke Array class
transmission/libutp@9cb9f9c build: Require C11 (#5)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | libs/libutp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libutp/Makefile b/libs/libutp/Makefile index 025669ed95..d01887a821 100644 --- a/libs/libutp/Makefile +++ b/libs/libutp/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/transmission/libutp -PKG_SOURCE_DATE:=2023-02-14 -PKG_SOURCE_VERSION:=c95738b1a6644b919e5b64d3ea9736cfc5894e0b -PKG_MIRROR_HASH:=abc2013d44bc30e4e12f89334f3f196243178699eeefbfc52744652889a150e6 +PKG_SOURCE_DATE:=2024-11-16 +PKG_SOURCE_VERSION:=490874c44a2ecf914404b0a20e043c9755fff47b +PKG_MIRROR_HASH:=b8489e3770f6479e0a2fce9a472e99a873a69ad0775b7c6c57249e16681c11c0 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |