Re: [Rpm-maint] [rpm-software-management/rpm] Eliminate use of obsolete gethostbyname() function (#1428)

2020-11-23 Thread Michal Domonkos
Sorry... wanted to give a peek, but of course, didn't make a note in my todo 
list, so there you go... I'll check it nevertheless, as part of the BZ backport 
that I'm assigned to :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1428#issuecomment-732114810___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Eliminate use of obsolete gethostbyname() function (#1428)

2020-11-23 Thread Panu Matilainen
Merged #1428 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1428#event-4027046940___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Eliminate use of obsolete gethostbyname() function (#1428)

2020-11-23 Thread Panu Matilainen
No comments, guess nobody cares... :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1428#issuecomment-732087959___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Eliminate use of obsolete gethostbyname() function (#1428)

2020-11-09 Thread Panu Matilainen
@pmatilai pushed 1 commit.

b16e255e1b99cc248067d94e9023b7d2486ff674  Eliminate use of obsolete 
gethostbyname() function


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1428/files/a7c70d3454919b11e75f15b66387824011519377..b16e255e1b99cc248067d94e9023b7d2486ff674
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Eliminate use of obsolete gethostbyname() function (#1428)

2020-11-09 Thread Panu Matilainen
We only actually used gethostbyname() for canonicalizing buildhost,
convert that to use getaddrinfo() instead: this is not a particularly
useful or interesting field so just grab whatever result comes first.

The other use was to initialize name services, but as we dont 
need
or use hostnames for any operation, we can just as well drop it. User
and group names are what we care about.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1428

-- Commit Summary --

  * Eliminate use of obsolete gethostbyname() function

-- File Changes --

M build/build.c (20)
M configure.ac (2)
M lib/rpmug.c (1)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1428.patch
https://github.com/rpm-software-management/rpm/pull/1428.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1428
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint