summaryrefslogtreecommitdiff
path: root/net/libmms
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2019-06-22Use https for sourceforge project links.nia1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-04-17Update to 0.6.4:wiz3-12/+11
2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>) --------------------------------------------------------------- * Fix a possible heap memory overrun in get_answer(). Reported by Alex Chapman. 2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>) --------------------------------------------------------------- * Some changes for more recent automake versions * Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara http://sourceforge.net/p/libmms/patches/11/ * Fix several issues that prevented seeking from working, patch by John Lindgren http://sourceforge.net/p/libmms/patches/12/ * Remove dependency on iconv https://sourceforge.net/p/libmms/bugs/15/ * Fix connecting to certain mms streams, patch by gstblub http://sourceforge.net/p/libmms/bugs/13/
2013-07-13try to fix build for the case missing AI_ADDRCONFIG (NetBSD-5).obache2-1/+19
2013-06-16Update to 0.6.2:wiz3-10/+7
2011-01-17 libmms-0.6.2 release (Hans de Goede <j.w.r.degoede@gmail.com>) ------------------------------------------------------------------------- * Really fix building libmms with mingw, once more thanks to Carlo Bramini * Move a lot of duplicate code between mms and mmsh to a new mms-common-funcs file * Fix several issues in the stream selection code when dealing with mms streams with multiple audio / video streams inside them https://bugs.launchpad.net/libmms/+bug/381782 https://bugs.launchpad.net/libmms/+bug/414892 2011-01-11 libmms-0.6.1 release (Hans de Goede <j.w.r.degoede@gmail.com>) ------------------------------------------------------------------------- * Fix use of this keyword in public headers, patch by Fabian Greffrath http://bugzilla.rpmfusion.org/show_bug.cgi?id=1596 * Add support for getting file creation time patch by Norman Rasmussen https://sourceforge.net/tracker/?func=detail&aid=3072760&group_id=101989&atid=630607 https://bugs.edge.launchpad.net/libmms/+bug/398287 * Fix endianness macros doing unaligned word accesses (this also fixes the strict aliasing warnings): https://sourceforge.net/tracker/?func=detail&aid=3068992&group_id=101989&atid=630609 https://sourceforge.net/tracker/?func=detail&aid=3050812&group_id=101989&atid=630607 * Add support for compiling under mingw and BeOS, patch by Carlo Bramini https://sourceforge.net/tracker/?func=detail&aid=3072635&group_id=101989&atid=630607 https://bugs.launchpad.net/libmms/+bug/339946 * Add support for connecting to mmsh / mmst streams over ipv6, based on a patch by Cristian Morales Vega: https://sourceforge.net/tracker/?func=detail&aid=3051744&group_id=101989&atid=630609 * Fix mmsh infinite loop when stream not avaliable any more, patch by Serge (sf account ttipok): https://sourceforge.net/tracker/?func=detail&aid=3025529&group_id=101989&atid=630609
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-16Fix build on SunOS.hans1-1/+3
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-06-03Update libmms to 0.6.obache4-23/+10
While here, set LICENSE=gnu-lgpl-v2.1. 2010-05-30 libmms-0.6 release (Hans de Goede <j.w.r.degoede@hhs.nl>) -------------------------------------------------------------------- * libmms hosting has moved back to sf.net and switched to git as vcs * For mms:// uris try mmsh before mms like mediaplayer does, this avoids large connection delays with servers which silently drop packets to the mmsh port. This resolves: https://bugs.launchpad.net/libmms/+bug/517007 https://bugs.launchpad.net/libmms/+bug/512089 * mmsh: allow stream ids > 23 This brings the mms patch from below to our mmsh support code as well: https://sourceforge.net/tracker/?func=detail&aid=1521441&group_id=101989&atid=630609 * Add support for GUID_ASF_EXTENDED_STREAM_PROPERTIES to mms, add the GUID_ASF_EXTENDED_STREAM_PROPERTIES support added to the mmsh code in the 0.5 release to our mms code too * Many cleanups and out of bounds buffer access checks added * Debug printf's are now always compiled in, but they are silent by default set the LIBMMS_DEBUG environment variable to enable them * Don't fall back to lowest bitrate video stream when id 0 is the one we want * Remove percent escaping from mms uris before sending them to the server: http://bugs.xine-project.org/show_bug.cgi?id=99 * Testing has shown the above bugfixes also resolve: https://bugs.launchpad.net/libmms/+bug/540476 https://bugs.launchpad.net/libmms/+bug/531326 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493735 https://bugs.launchpad.net/libmms/+bug/477876 Old per change ChangeLog entries -------------------------------- 2009-11-03 Maxim Levitsky <maximlevitsky@gmail.com> * Rework URL handling * Increase buffer size for very long URLS and handle buffer overflow 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Remove out of date (not working with recent autotools) autogen.sh, use: "autoreconf -i -f -v" instead. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Better tracking of seekable state in mms.c, return immediately from the seek functions when they gat called on a non seekable stream. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Do some minimal sanity checks on the information parsed from the asf header. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add mmsx.c / .h, mmsx.c is a small wrapper around mms.c and mmsh.c The mmsx functions provide transparent access to both protocols so that programs who wish to support both can do so with a single code path if desired. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add an atrribute to the mms / mmsh structs to track if the stream is seekable and export it. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Add support for both time and byte offset based mmsh seeking! 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Export (add get methods for) asf header- and packet-length. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Calculate length returned by mss_get_length() instead if returning the filesize from the header. The filesize usually is bigger then then the header + all packets because the end of the file contains time->packet offset lookup tables, however these tables are not accessible through mms. 2007-12-11 Hans de Goede <j.w.r.degoede@hhs.nl> * Some off_t changes so that applications no longer need to be have _FILE_OFFSET_BITS defined to 64 when compiling, when they will be linked against a libmms which did have _FILE_OFFSET_BITS defined to 64 during its compile (which gets defined by default by configure on systems which support it). 2007-09-10 Soren Hansen <shawarma@users.sourceforge.net> * Fix libmms to work with URL's that contain a query string. Many thanks to Bob Richmond for discovering this and providing a patch! 2007-09-10 Soren Hansen <shawarma@users.sourceforge.net> * Fix hardcoded path in pkgconfig. Thanks to Ronald Bultje for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Make libmms C89 compliant. Thanks to Jens Granseuer for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix discarded first mmsh packet. Thanks to azwemmer@users.sourceforge.net for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix URL handling. Thanks to Gabriel Velo for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Added seeking support. Many thanks to Anon Sricharoenchai for this excellent work! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Fix stream ID > 23. Thanks to Fabrizio Gennari for the patch! 2007-09-09 Soren Hansen <shawarma@users.sourceforge.net> * Double the acceptable size of ASF headers. Thanks to Sjoerd Simons for the patch!
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-10-20Default to runtime dependency -- this installs a dynamic library.wiz1-2/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-09-16malloc.h: eviljoerg3-10/+16
stdlib.h: good using patches: better
2007-09-10Initial import of libmms-0.3 from pkgsrc-wip, packaged byxtraeme5-0/+65
jfranz at bsdprojects dot net. LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols) parsing library, licensed under LGPL.