Your message dated Sun, 30 Oct 2022 15:50:15 +0000
with message-id <[email protected]>
and subject line Bug#1021886: fixed in moc 1:2.6.0~svn-r3005-3
has caused the Debian Bug report #1021886,
regarding moc: Please allow URLs to start with https
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1021886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021886
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: moc
Version: 1:2.6.0~svn-r3005-2.1
Severity: wishlist
Tags: patch

Hello,

it would be nice to be able to play online streams which URL starts with
https:// instead of http://

The idea and patch comes from:
https://github.com/jonsafari/mocp/pull/32/files

I'm using this patch locally and it works for me.

Thanks in advance,
Mt

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_USER, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages moc depends on:
ii  libasound2                        1.2.7.2-1
ii  libc6                             2.35-1
ii  libcurl3-gnutls                   7.85.0-1
ii  libdb5.3                          5.3.28+dfsg1-0.10
ii  libfaad2                          2.10.0-2+b1
ii  libflac8                          1.3.4-2
ii  libgcc-s1                         12.2.0-3
ii  libid3tag0                        0.15.1b-14
ii  libjack-jackd2-0 [libjack-0.125]  1.9.21~dfsg-1
ii  libltdl7                          2.4.7-4
ii  libmad0                           0.15.1b-10.1+b1
ii  libmagic1                         1:5.41-4
ii  libmodplug1                       1:0.8.9.0-3
ii  libmpcdec6                        2:0.1~r495-2
ii  libncursesw6                      6.3+20220423-2
ii  libogg0                           1.3.5-1
ii  libopusfile0                      0.12-2
ii  libpopt0                          1.18-3
ii  librcc0                           0.2.13+ds-2
ii  libresid-builder0c2a              2.1.1-15+b1
ii  libsamplerate0                    0.2.2-2
ii  libsidplay2                       2.1.1-15+b1
ii  libsidutils0                      2.1.1-15+b1
ii  libsndfile1                       1.1.0-2
ii  libspeex1                         1.2.1-1
ii  libstdc++6                        12.2.0-3
ii  libtagc0                          1.12-1+b1
ii  libtinfo6                         6.3+20220423-2
ii  libvorbisfile3                    1.3.7-1
ii  libwavpack1                       5.5.0-1

moc recommends no packages.

Versions of packages moc suggests:
ii  moc-ffmpeg-plugin  1:2.6.0~svn-r3005-2

-- no debconf information

--- a/files.c
+++ b/files.c
@@ -85,6 +85,7 @@
 inline int is_url (const char *str)
 {
 	return !strncasecmp (str, "http://";, sizeof ("http://";) - 1)
+		|| !strncasecmp (str, "https://";, sizeof ("https://";) - 1)
 		|| !strncasecmp (str, "ftp://";, sizeof ("ftp://";) - 1);
 }
 

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: moc
Source-Version: 1:2.6.0~svn-r3005-3
Done: Elimar Riesebieter <[email protected]>

We believe that the bug you reported is fixed in the latest version of
moc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Elimar Riesebieter <[email protected]> (supplier of updated moc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 30 Oct 2022 10:27:22 +0100
Source: moc
Architecture: source
Version: 1:2.6.0~svn-r3005-3
Distribution: unstable
Urgency: medium
Maintainer: Elimar Riesebieter <[email protected]>
Changed-By: Elimar Riesebieter <[email protected]>
Closes: 1021886
Changes:
 moc (1:2.6.0~svn-r3005-3) unstable; urgency=medium
 .
   * Add patch to allow https URLs. (Closes: #1021886)
Checksums-Sha1:
 f0de824ce958454a7fccfdea89319f889771d460 2432 moc_2.6.0~svn-r3005-3.dsc
 e4a72d645d713e57e1258f80f6e2e9396edbf303 113952 
moc_2.6.0~svn-r3005-3.debian.tar.xz
 8708f42505ce431154b56ffd7d6aa11b020c27fb 10944 
moc_2.6.0~svn-r3005-3_source.buildinfo
Checksums-Sha256:
 3a5c1afdfd1aee2714299a7637cf464fd08f1418befd14b7754799f8badd2560 2432 
moc_2.6.0~svn-r3005-3.dsc
 9bef99fef43a335121203869c1a345129d76acd49b2a31dc1a8d699dd8771688 113952 
moc_2.6.0~svn-r3005-3.debian.tar.xz
 96292eb414b402b4a27fa6353241ee79155d5d70bf7d797788e91abda342b91d 10944 
moc_2.6.0~svn-r3005-3_source.buildinfo
Files:
 b31d7db9e68baa06a9034d6c89f35e28 2432 sound optional moc_2.6.0~svn-r3005-3.dsc
 efefbb579d7bfe340fe34c566986ed98 113952 sound optional 
moc_2.6.0~svn-r3005-3.debian.tar.xz
 f721facb815d42eef1755aab14c79de5 10944 sound optional 
moc_2.6.0~svn-r3005-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmNemRcACgkQweDZLphv
fH7LIRAA7VdJSUhyEUm74DNqmVoUgOzFWDq/zeNzpm4VdHlPwj82dzlzOItehbsY
RXwKkVEdW05M+cKco0oEeU+DM7iFBXWAVjKOkSLRTxCAliR9/Ds0pZM1pMaHaHPa
LDpnUnvQprizSyU53OR4QB3KxJfJngkhPvR64uOESxdML98LtXkCQRJtqH3bSvh8
lv987GJeNa+TWX8KypPEoms2B0oPrgO8041ejr0R8AxFBEGCZNWuRP0PlfKq07uG
tMlqDC/b7t/cdHptv/sF1HOX7yveBhfz2FR21AhbXCFY7EF2jvKfpf9jk8r7o4Zg
WmCssX/MnPsLKORTUAnuqyCEbXYjagxViTT4NHzPhsiiVFczwSNkbpgXMZzj+yPD
01/wW6sMtA5GhxMNQ8TUYpXP8dqyF4t23Iu7pyg7SFwO1LyVFCLd8e4pW8S2cbno
pyJmY1K9l8mfMnVpEeXrGCuw4mOYbzMEoVUY0AijO2u1pczXLnDusHS81egbZT5R
NDirZkthOg9TmYIvqTIZIgEAuzeBYYDYI2ZQCrpSxF9ContkoLXzNUETPUTvtFL8
/qw3kGqBai+Acxr2E6ix6nwSaCuB4AaadxDHt+10L9T4JQQGhDnHXktH4NNwLqlW
Kaqq3w/BlmQl7WD/BFrjVQFYk1nby5/eChTSh4ggPbn/k2L8PjU=
=BS6O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to