Hello ports,

here's a diff to update net/tdlib to its latest "unofficial minor
release."  `make test' passes and did runtime testing with telega.el
(emacs client available on MELPA) and net/tg, everything seems to work
well :)

No library bump needed, check_sym:

/usr/local/lib/libtdjson.so.0.1 --> 
/usr/ports/pobj/tdlib-1.7.9/fake-amd64/usr/local/lib/libtdjson.so.0.1
No dynamic export changes
External reference changes:
removed:
        
_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEmPKcm
        
_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm

and the headers don't export structs.

Comments/OK?


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/tdlib/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    9 Sep 2021 23:08:17 -0000       1.4
+++ Makefile    27 Nov 2021 13:30:49 -0000
@@ -9,8 +9,8 @@ COMMENT =       cross-platform library for bui
 # track "unofficial minor versions" which are only present as commit hashes.
 GH_ACCOUNT =   tdlib
 GH_PROJECT =   td
-GH_COMMIT =    7135caa2bef38939f58e9e206db83fd316236682
-DISTNAME =     tdlib-1.7.7
+GH_COMMIT =    7d41d9eaa58a6e0927806283252dc9e74eda5512
+DISTNAME =     tdlib-1.7.9
 
 SHARED_LIBS += tdjson  0.1     # 1.7.7
 CATEGORIES =   net
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/tdlib/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    9 Sep 2021 23:08:17 -0000       1.3
+++ distinfo    26 Nov 2021 18:06:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (tdlib-1.7.7-7135caa2.tar.gz) = 
LHFROb9s/Ec3oDpaWucd8SMD8BQvk2XRpUQzqhl1UJw=
-SIZE (tdlib-1.7.7-7135caa2.tar.gz) = 4457743
+SHA256 (tdlib-1.7.9-7d41d9ea.tar.gz) = 
RPzUAmKKT5wzWYizGbhuiav3gZPAsk1LRWQ93SrANn8=
+SIZE (tdlib-1.7.9-7d41d9ea.tar.gz) = 4506744

Reply via email to