1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 09:27:08 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Tee KOBAYASHI
166a72459b inetutils: Bump to 2.4 2022-11-13 13:26:56 +00:00
Tee KOBAYASHI
b10fbed01e inetutils: Fix implementation of struct __sFILE 2022-09-29 11:58:19 +09:00
agnostic-apollo
6e75ec411e upgpkg(packages/inetutils): Link against libandroid-glob
```
/root/.termux-build/inetutils/src/lib/glob.c:317:53: error: use of undeclared identifier '__GLOB_FLAGS'
  if (pattern == NULL || pglob == NULL || (flags & ~__GLOB_FLAGS) != 0)
                                                    ^
/root/.termux-build/inetutils/src/lib/glob.c:326:14: error: use of undeclared identifier 'GLOB_ONLYDIR'
    flags |= GLOB_ONLYDIR;
             ^
/root/.termux-build/inetutils/src/lib/glob.c:505:32: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
      if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && pattern[0] == '~')
                               ^
/root/.termux-build/inetutils/src/lib/glob.c:616:28: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
  if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && dirname[0] == '~')
                           ^
/root/.termux-build/inetutils/src/lib/glob.c:693:27: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
              if (flags & GLOB_TILDE_CHECK)
                          ^
  CC       libgnu_a-i-ring.o
  CC       libgnu_a-ialloc.o
/root/.termux-build/inetutils/src/lib/glob.c:881:29: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
                if (flags & GLOB_TILDE_CHECK)
                            ^
/root/.termux-build/inetutils/src/lib/glob.c:1000:41: error: use of undeclared identifier 'GLOB_ONLYDIR'
                        | GLOB_NOSORT | GLOB_ONLYDIR),
                                        ^
  CC       libgnu_a-imaxtostr.o
/root/.termux-build/inetutils/src/lib/glob.c:1362:39: error: use of undeclared identifier 'GLOB_PERIOD'
          int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0)
                                      ^
/root/.termux-build/inetutils/src/lib/glob.c:1386:27: error: use of undeclared identifier 'GLOB_ONLYDIR'
              if (flags & GLOB_ONLYDIR)
                          ^
9 errors generated.
make[4]: *** [Makefile:3860: libgnu_a-glob.o] Error 1
```
2022-08-30 22:59:46 +05:00
Lucy Phipps
c816a63077
inetutils: update to 2.3 2022-07-22 22:11:30 +01:00
Chongyun Lee
85881f15f5
inetutils: update to 2.2
Co-authored-by: Yaksh Bariya <yakshbari4@gmail.com>
2022-07-03 01:19:02 +08:00
Tee KOBAYASHI
be2d6f733a inetutils: Remove whois command
now that it is provided by `whois` package.
2022-03-27 12:16:44 +09:00
Henrik Grimler
239ae0c5fc
inetutils: fix build with ndk-r23 2021-11-18 08:16:40 +01:00
Leonid Pliushch
a6940e58e2
inetutils: avoid rebuilding of whois manpage
Fixes build error.
2021-04-10 17:48:56 +03:00
Leonid Pliushch
bb62878def
inetutils: disable fdsan for "whois"
https://github.com/termux/termux-packages/issues/5980
2021-04-10 16:59:23 +03:00
Leonid Pliushch
37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
fa84c9be16 inetutils: bump revision 2020-07-07 19:34:50 +03:00
Leonid Pliushch
5e95a6005b inetutils: build utility 'hostname' 2020-06-07 01:03:42 +03:00
Fredrik Fornwall
5d7a32bfcc Get rid of more liblog linkage 2019-12-30 01:05:41 +01:00
Leonid Pliushch
fc5c4dc6da inetutils: pass LIBS=-llog in make args
Should be compatible with both cross-compiling and building on device.
2019-08-16 18:19:13 +03:00
Leonid Pliushch
94f3f40c68 Revert "inetutils: pass -llog with LDFLAGS for now"
This reverts commit 944c8bf0e3.
2019-08-16 18:18:43 +03:00
Leonid Pliushch
f9c9b3a359 inetutils: pass -llog with LDFLAGS for now 2019-08-16 17:38:07 +03:00
Leonid Pliushch
5cb8b1a75d inetutils: fix for on-device builds 2019-08-16 17:17:22 +03:00
Leonid Pliushch
c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch
54036eac1a bump revision of all packages dependent on readline 2019-02-20 17:48:39 +02:00
Leonid Pliushch
46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall
2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall
4aee3c350c Remove traceroute from busybox and inetutils
We will provide traceroute as a symlink to tracepath so that it
works for non-root users.
2017-01-30 01:19:49 +01:00
Fredrik Fornwall
af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall
795d376ef1 inetutils: Add HAVE_DECL_GETPASS checks to ftp
Without the check for HAVE_DECL_GETPASS and declaring a local
function declaration the implicit int rule causes crashes on 64-bit
systems without getpass(3) such as Android.

Fixes #517.
2016-10-22 08:20:13 -04:00
Fredrik Fornwall
722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall
83d11d6e04 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2016-09-17 18:29:14 -04:00
Fredrik Fornwall
7ce5638519 Cleanup of more packages 2016-09-03 18:45:08 -04:00
Fredrik Fornwall
4608382d11 inetutils: Avoid linking against libcrypt 2016-06-19 20:20:27 -04:00
Fredrik Fornwall
f88c28f160 Move ping6 from inetutils to instead use system
The ping6 binary needs setuid, so use the working system version
instead of installing a broken version for non-root users.

Closes https://github.com/termux/termux-app/issues/74
2016-04-01 06:55:30 -04:00
Fredrik Fornwall
80d47dc4cc inetutils&socat: Add libutil as dependency 2016-02-07 17:14:26 -05:00
Fredrik Fornwall
49ca09e5e5 Fix wait3() function and bump build revisions 2015-07-11 17:43:48 -04:00
Fredrik Fornwall
59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00