FreeBSD Bugzilla – Attachment 219615 Details for
Bug 251088
multimedia/libhdhomerun: Update to 20200907
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/libhdhomerun: Update to 20200907
libhdhomerun-20200907.diff (text/plain), 2.75 KB, created by
David O'Rourke
on 2020-11-12 23:44:06 UTC
(
hide
)
Description:
multimedia/libhdhomerun: Update to 20200907
Filename:
MIME Type:
Creator:
David O'Rourke
Created:
2020-11-12 23:44:06 UTC
Size:
2.75 KB
patch
obsolete
>Index: multimedia/libhdhomerun/Makefile >=================================================================== >--- multimedia/libhdhomerun/Makefile (revision 554984) >+++ multimedia/libhdhomerun/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libhdhomerun >-PORTVERSION= 20190621 >-PORTREVISION= 1 >+PORTVERSION= 20200907 > CATEGORIES= multimedia > MASTER_SITES= https://download.silicondust.com/hdhomerun/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >Index: multimedia/libhdhomerun/distinfo >=================================================================== >--- multimedia/libhdhomerun/distinfo (revision 554984) >+++ multimedia/libhdhomerun/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1569315689 >-SHA256 (libhdhomerun_20190621.tgz) = 9a60f663b00de5f820bdb85806662e25f22da248b14942e33a8b43a0331f855a >-SIZE (libhdhomerun_20190621.tgz) = 50817 >+TIMESTAMP = 1605223445 >+SHA256 (libhdhomerun_20200907.tgz) = cbaeb779c5a4e07db45310ef4271872bcb7c472402ebc3c58e224653c09400ed >+SIZE (libhdhomerun_20200907.tgz) = 51014 >Index: multimedia/libhdhomerun/files/patch-hdhomerun__discover.c >=================================================================== >--- multimedia/libhdhomerun/files/patch-hdhomerun__discover.c (revision 554995) >+++ multimedia/libhdhomerun/files/patch-hdhomerun__discover.c (nonexistent) >@@ -1,35 +0,0 @@ >-# Backport FreeBSD broadcast patch >-# https://github.com/Silicondust/libhdhomerun/commit/b0e5d5f5c8e2bf37dea34beb014e08ebb598ebf6 >- >---- hdhomerun_discover.c.orig 2019-09-30 16:45:23 UTC >-+++ hdhomerun_discover.c >-@@ -183,7 +183,8 @@ static bool hdhomerun_discover_send(struct hdhomerun_d >- unsigned int i; >- for (i = 1; i < ds->sock_count; i++) { >- struct hdhomerun_discover_sock_t *dss = &ds->socks[i]; >-- >-+ uint32_t send_ip = target_ip; >-+ >- if (target_ip != 0xFFFFFFFF) { >- if (dss->subnet_mask == 0) { >- continue; >-@@ -193,7 +194,18 @@ static bool hdhomerun_discover_send(struct hdhomerun_d >- } >- } >- >-- result |= hdhomerun_discover_send_internal(ds, dss, target_ip, device_type, device_id); >-+#if defined(IP_ONESBCAST) >-+ /* FreeBSD special handling - send subnet broadcast */ >-+ if (target_ip == 0xFFFFFFFF) { >-+ send_ip = dss->local_ip | ~dss->subnet_mask; >-+ >-+ if ((send_ip == 0x00000000) || (send_ip == 0xFFFFFFFF)) { >-+ continue; >-+ } >-+ } >-+#endif >-+ >-+ result |= hdhomerun_discover_send_internal(ds, dss, send_ip, device_type, device_id); >- } >- >- /* > >Property changes on: multimedia/libhdhomerun/files/patch-hdhomerun__discover.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dor.bsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 251088
: 219615