NetBSD.se

CVS log for pkgsrc/mbone/common-mml/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / mbone / common-mml

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 22 16:32:44 2006 UTC (6 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Remove patch-aa. Moving the include of the configuration header
after the use of the defines is not likely to work.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 11 18:39:41 2006 UTC (6 years, 1 month ago) by minskim
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -11 lines
Update common-mml to 1.2.16.  This version was packaged by David Price,
and modified by me.

Major changes since 1.2.0:
  - Add support for SAP and SDP.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Apr 11 17:57:08 2006 UTC (6 years, 1 month ago) by minskim
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -5 lines
Import common-mml from pkgsrc-wip.  Packaged by David Price.

The UCL common multimedia library implements a number of algorithms and
protocols needed by a number of our applications.

The following protocols/algorithms are included in the library:

 * Base64 encoding/decoding
 * Binary tree
 * Random number
 * HMAC authentication
 * MD5
 * DES
 * RTP
 * Mbus
 * SAP
 * SDP

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 3 18:25:13 2006 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Regenerate patch, the unpatched file is missing a newline.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 22 21:33:50 2005 UTC (7 years, 3 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add RMD160 digests in addition to the SHA1 ones.

Revision 1.2.8.1: download - view: text, markup, annotated - select for diffs
Wed Oct 9 18:48:21 2002 UTC (9 years, 7 months ago) by agc
Branches: netbsd-1-6
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +5 -1 lines
Pullup version 1.3 of pkgsrc/mbone/common-mml, revs 1.1 of
patches/patch-a{d,e,f} and rev 1.2 of patches/patch-ag, and a regenned
distinfo file, onto the netbsd-1-6 pkgsrc branch.

Requested by Dan McMahill.

Correctly uses the autoconf checks for inet_ntop and inet_pton.  Fixes
this package on sparc (and probably all other big endian machines).
Change has also been tested on alpha (little endian) to make sure it
didn't break things there.  There are still some issues on the alpha but
they appear to be LP64 and alignment related, not endian related and
they were present before this change too.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 27 03:01:30 2002 UTC (9 years, 7 months ago) by dmcmahill
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
correct malformed patch

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 27 01:50:03 2002 UTC (9 years, 7 months ago) by dmcmahill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
use the results of the autoconf test for inet_ntop and inet_pton.  Fixes
compile problems on sparc and should fix other big endian machines.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 18 14:33:56 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Branch point for: netbsd-1-6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Move to sha1 digests, and add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 11:33:52 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>