Aurelien Jarno pushed to branch master at GNU Libc Maintainers / rpcsvc-proto
Commits: b3099448 by Hasso Tepper at 2020-06-15T13:34:31+03:00 Fix gettext infrastructure mismatch error AM_GNU_GETTEXT_VERSION instructs autopoint/gettextize to use an exact version of gettext infrastructure. To handle version upgrades gettext-0.19.6 added AM_GNU_GETTEXT_REQUIRE_VERSION which instructs these to use the latest available infrastructure which satisfies a version requirement. - - - - - 46af14bd by Thorsten Kukuk at 2020-06-29T11:06:42+02:00 Merge pull request #8 from hasso/gettext-mismatch-fix Fix gettext infrastructure mismatch error - - - - - 6f54e544 by Thorsten Kukuk at 2020-06-29T14:28:26+02:00 Release version 1.4.2 - - - - - 0fe7fb6e by Sergey V. Lobanov at 2021-12-26T00:59:06+03:00 fix rpcgen build on macos arm64 1. __DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64 and stat64() are not available. This patch defines stat64 as stat if __DARWIN_ONLY_64_BIT_INO_T is true 2. Added libintl/gettext wrapper (nls.h) from nfs-kernel-server/tools/rpcgen to fix compile time (linker) issues on macos arm64 Signed-off-by: Sergey V. Lobanov <[email protected]> - - - - - 7c720d89 by Thorsten Kukuk at 2022-01-07T11:05:06+01:00 Merge pull request #12 from svlobanov/fix-rpcsvc-build-on-macos fix rpcgen build on macos arm64 - - - - - 1138c4b4 by Thorsten Kukuk at 2022-01-07T14:25:03+01:00 Add nls.h to list of header files - - - - - a1aee243 by Thorsten Kukuk at 2022-01-07T14:27:10+01:00 Update gettext artifacts - - - - - 71e0a12c by Thorsten Kukuk at 2022-01-07T14:27:25+01:00 Release version 1.4.3 - - - - - 752bd0d6 by Aurelien Jarno at 2022-12-02T20:17:13+01:00 New upstream version 1.4.3 - - - - - e1f48f56 by Aurelien Jarno at 2022-12-02T20:17:14+01:00 Update upstream source from tag 'upstream/1.4.3' Update to upstream version '1.4.3' with Debian dir a1e004a35ced93d9dd24b5b2b5eaf57459ec49ad - - - - - a5835681 by Aurelien Jarno at 2022-12-02T20:18:45+01:00 New upstream version. - - - - - 36701bb8 by Aurelien Jarno at 2022-12-02T20:53:03+01:00 Update debian/copyright. - - - - - cd8ddeec by Aurelien Jarno at 2022-12-02T20:54:27+01:00 Bump Standards-Version to 4.6.1 (no changes). - - - - - 782dbac6 by Aurelien Jarno at 2022-12-02T21:30:38+01:00 Fix FTCBFS: Run the installed rpcgen during cross builds. Closes: #1025148) - - - - - e0247223 by Aurelien Jarno at 2022-12-02T22:30:29+01:00 releasing package rpcsvc-proto version 1.4.3-1 - - - - - 28d1adf9 by Khem Raj at 2022-12-12T09:04:12+01:00 Use AC_SYS_LARGEFILE macro to control largefile support The autoconf macro AC_SYS_LARGEFILE defines _FILE_OFFSET_BITS=64 where necessary to ensure that off_t and all interfaces using off_t are 64bit, even on 32bit systems. replace stat64 by equivalent stat struct/func Signed-off-by: Khem Raj <[email protected]> - - - - - c6592600 by Thorsten Kukuk at 2023-05-10T10:28:37+02:00 Release version 1.4.4 - - - - - 5b13c1e2 by Aurelien Jarno at 2026-05-26T21:15:07+02:00 Update gbp.conf Gbp-Dch: Ignore - - - - - 4807e667 by Aurelien Jarno at 2026-05-26T21:16:37+02:00 New upstream version 1.4.4 - - - - - e9511b78 by Aurelien Jarno at 2026-05-26T21:16:37+02:00 Update upstream source from tag 'upstream/1.4.4' Update to upstream version '1.4.4' with Debian dir 6bc75691bd81b04e87af9529c5fcbc4f46e0afc0 - - - - - e155a138 by Aurelien Jarno at 2026-05-26T21:16:37+02:00 New upstream release Closes: #1137423 - - - - - c001f5c4 by Aurelien Jarno at 2026-05-26T21:23:31+02:00 debian/control: drop Rules-Requires-Root field, now obsolete - - - - - 3064180a by Aurelien Jarno at 2026-05-26T21:26:18+02:00 debian/control: drop redundanty Priority field - - - - - d71add16 by Aurelien Jarno at 2026-05-26T21:31:47+02:00 debian/control: bump Standards-Version to 4.7.4 (no changes) - - - - - 5a2bd36c by Aurelien Jarno at 2026-05-26T21:44:13+02:00 Add a debian/watch file - - - - - 7d694d4c by Aurelien Jarno at 2026-05-26T21:49:34+02:00 Set DEB_BUILD_MAINT_OPTIONS = hardening=+all to make lintian happier - - - - - 2ca103f0 by Aurelien Jarno at 2026-05-26T21:52:22+02:00 Add debian/salsa-ci.yml Gbp-Dch: Ignore - - - - - 4882be18 by Aurelien Jarno at 2026-05-26T21:54:22+02:00 Merge branch 'master' of salsa.debian.org:glibc-team/rpcsvc-proto - - - - - 38 changed files: - ABOUT-NLS - Makefile.in - NEWS - aclocal.m4 - config.h.in - config.rpath - configure - configure.ac - debian/changelog - debian/control - debian/copyright - debian/gbp.conf - debian/rules - + debian/salsa-ci.yml - + debian/watch - m4/gettext.m4 - + m4/host-cpu-c-abi.m4 - m4/iconv.m4 - m4/intlmacosx.m4 - m4/lib-ld.m4 - m4/lib-link.m4 - m4/lib-prefix.m4 - m4/nls.m4 - m4/po.m4 - m4/progtest.m4 - po/Makefile.in.in - po/Rules-quot - po/[email protected] - po/[email protected] - po/insert-header.sin - po/remove-potcdate.sin - rpcgen/Makefile.am - rpcgen/Makefile.in - + rpcgen/nls.h - rpcgen/rpc_main.c - rpcgen/rpc_scan.c - rpcsvc/Makefile.am - rpcsvc/Makefile.in View it on GitLab: https://salsa.debian.org/glibc-team/rpcsvc-proto/-/compare/f3ef6eda37e7fdb0adfcd7b366e29aa8998744a8...4882be18287250f9cc44a9f42a161d47985e90e5 -- View it on GitLab: https://salsa.debian.org/glibc-team/rpcsvc-proto/-/compare/f3ef6eda37e7fdb0adfcd7b366e29aa8998744a8...4882be18287250f9cc44a9f42a161d47985e90e5 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

