OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
3.1 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../wvstreams/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur wvstreams-4.2.2-orig/include/uniconfkey.h wvstreams-4.2.2/include/uniconfkey.h
  17. --- wvstreams-4.2.2-orig/include/uniconfkey.h 2005-11-24 19:46:46.000000000 +0000
  18. +++ wvstreams-4.2.2/include/uniconfkey.h 2006-04-02 06:22:18.356916500 +0000
  19. @@ -113,7 +113,7 @@
  20. bool iswild() const;
  21. /** Returns true if the key has a trailing slash. */
  22. - bool UniConfKey::hastrailingslash() const;
  23. + bool hastrailingslash() const;
  24. /**
  25. * Returns the number of segments in this path.
  26. diff -Nur wvstreams-4.2.2-orig/include/wvhttppool.h wvstreams-4.2.2/include/wvhttppool.h
  27. --- wvstreams-4.2.2-orig/include/wvhttppool.h 2005-11-24 19:46:46.000000000 +0000
  28. +++ wvstreams-4.2.2/include/wvhttppool.h 2006-04-02 06:29:53.689373000 +0000
  29. @@ -57,7 +57,7 @@
  30. WvString linkname;
  31. WvUrl url;
  32. - WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
  33. + WvUrlLink(WvStringParm _linkname, WvStringParm _url)
  34. : linkname(_linkname), url(_url)
  35. {}
  36. };
  37. diff -Nur wvstreams-4.2.2-orig/include/wvstring.h wvstreams-4.2.2/include/wvstring.h
  38. --- wvstreams-4.2.2-orig/include/wvstring.h 2005-11-24 19:46:46.000000000 +0000
  39. +++ wvstreams-4.2.2/include/wvstring.h 2006-04-02 06:19:47.519489750 +0000
  40. @@ -393,7 +393,7 @@
  41. protected:
  42. void copy_constructor(const WvFastString &s);
  43. - inline void WvString::construct(const char *_str)
  44. + inline void construct(const char *_str)
  45. {
  46. link(&nullbuf, _str);
  47. diff -Nur wvstreams-4.2.2-orig/include/wvx509.h wvstreams-4.2.2/include/wvx509.h
  48. --- wvstreams-4.2.2-orig/include/wvx509.h 2006-01-09 21:42:53.000000000 +0000
  49. +++ wvstreams-4.2.2/include/wvx509.h 2006-04-02 06:25:47.621994750 +0000
  50. @@ -349,19 +349,19 @@
  51. * Set the Certificate to use X509v3, since that's all modern
  52. * PKI uses anyways :)
  53. */
  54. - void WvX509Mgr::set_version();
  55. + void set_version();
  56. /**
  57. * Get and set the keyUsage field.
  58. */
  59. - WvString WvX509Mgr::get_key_usage();
  60. - void WvX509Mgr::set_key_usage(WvStringParm values);
  61. + WvString get_key_usage();
  62. + void set_key_usage(WvStringParm values);
  63. /**
  64. * Get and set the extendedKeyUsage field.
  65. */
  66. - WvString WvX509Mgr::get_ext_key_usage();
  67. - void WvX509Mgr::set_ext_key_usage(WvStringParm values);
  68. + WvString get_ext_key_usage();
  69. + void set_ext_key_usage(WvStringParm values);
  70. /**
  71. * Return the Subject alt name if it exists, and WvString::null if