Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] patch nss-mdns musl
@ 2023-12-27  5:43 firmwarecostum
  2023-12-27 14:15 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: firmwarecostum @ 2023-12-27  5:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

New issue by firmwarecostum on void-packages repository

https://github.com/void-linux/void-packages/issues/47917

Description:
### Is this a new report?

Yes

### System Info

no

### Package(s) Affected

no

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

```
#ifndef _NSS_H
#define _NSS_H  1

#include <features.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>

/* Possible results of lookup using a nss_* function.  */
enum nss_status
{
  NSS_STATUS_TRYAGAIN = -2,
  NSS_STATUS_UNAVAIL,
  NSS_STATUS_NOTFOUND,
  NSS_STATUS_SUCCESS,
  NSS_STATUS_RETURN
};

/* Data structure used for the 'gethostbyname4_r' function.  */
struct gaih_addrtuple
  {
    struct gaih_addrtuple *next;
    char *name;
    int family;
    uint32_t addr[4];
    uint32_t scopeid;
  };

#endif

```

### Expected behaviour

no

### Actual behaviour

no

### Steps to reproduce

no

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch nss-mdns musl
  2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
@ 2023-12-27 14:15 ` classabbyamp
  2023-12-27 14:21 ` firmwarecostum
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-27 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/47917#issuecomment-1870345960

Comment:
is this a package request or something? 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch nss-mdns musl
  2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
  2023-12-27 14:15 ` classabbyamp
@ 2023-12-27 14:21 ` firmwarecostum
  2023-12-27 14:32 ` classabbyamp
  2023-12-27 14:32 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: firmwarecostum @ 2023-12-27 14:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by firmwarecostum on void-packages repository

https://github.com/void-linux/void-packages/issues/47917#issuecomment-1870350197

Comment:
> is this a package request or something?

I asked for nss-mdns to be updated

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch nss-mdns musl
  2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
  2023-12-27 14:15 ` classabbyamp
  2023-12-27 14:21 ` firmwarecostum
@ 2023-12-27 14:32 ` classabbyamp
  2023-12-27 14:32 ` [ISSUE] [CLOSED] " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-27 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/47917#issuecomment-1870359558

Comment:
1. please don't request package updates, there's already a script that generates a list of available updates: https://repo-default.voidlinux.org/void-updates/void-updates.txt
2. nss-mdns is already up to date (at 0.15.1)
3. nss is not supported on musl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] patch nss-mdns musl
  2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
                   ` (2 preceding siblings ...)
  2023-12-27 14:32 ` classabbyamp
@ 2023-12-27 14:32 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-12-27 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

Closed issue by firmwarecostum on void-packages repository

https://github.com/void-linux/void-packages/issues/47917

Description:
### Is this a new report?

Yes

### System Info

no

### Package(s) Affected

nss-mdns

### Does a report exist for this bug with the project's home (upstream) and/or another distro?
nss-mdns-0.15.1

```
#ifndef _NSS_H
#define _NSS_H  1

#include <features.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>

/* Possible results of lookup using a nss_* function.  */
enum nss_status
{
  NSS_STATUS_TRYAGAIN = -2,
  NSS_STATUS_UNAVAIL,
  NSS_STATUS_NOTFOUND,
  NSS_STATUS_SUCCESS,
  NSS_STATUS_RETURN
};

/* Data structure used for the 'gethostbyname4_r' function.  */
struct gaih_addrtuple
  {
    struct gaih_addrtuple *next;
    char *name;
    int family;
    uint32_t addr[4];
    uint32_t scopeid;
  };

#endif

```

### Expected behaviour

no

### Actual behaviour

no

### Steps to reproduce

no

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-27 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
2023-12-27 14:15 ` classabbyamp
2023-12-27 14:21 ` firmwarecostum
2023-12-27 14:32 ` classabbyamp
2023-12-27 14:32 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).