usr/src/cmd/rdiff-backup/deprecation.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 16 Nov 2010 22:41:08 -0800
changeset 54 c8df60226931
permissions -rw-r--r--
Import sfw build 153 Bugs Fixed ---------- 6917181 svc-net-snmp does not work on OpenSolaris 6917302 Apache HTTPD 1.3 removal 6921017 RFE: update tcpdump to version 4.1.1 after release 6921019 RFE: update libpcap to version 1.1.1 6932608 core found from snmpd SIGSEGV at netsnmp_access_systemstats_entry_update 6934478 snmpd dumps core in var_extensible_vmstat 6956251 snmpd cores with SIGFPE in update_stats 6981644 Upgrade bash to 4.1 6983060 BIND Packages Description needs updating when version changes. 6984919 SMA snmpd takes a long time to service ifOperStatus and ifAdminStatus requests 6985355 trousers should use /var/user/$USERNAME subdirectories to store data 6992874 Upgrade CURL to 7.21.2 6993289 Please migrate rdiff-backup to Python 2.6 or otherwise remove Python 2.4 dependency 6993295 Please migrate grails to Python 2.6. 6993306 antlr-2 packages depend on Python 2.4, but do not seem to require Python 2.4 at all. 6993308 pywbem seems to depend on Python 2.4 but actually uses Python 2.6 6993310 Please remove python 2.4 pycups bindings 6993610 Wireshark update to version 1.2.12 6995326 switch sfw to sunstudio12.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     1
*** rdiff-backup-1.2.1/rdiff-backup.orig	Wed Oct 27 13:44:47 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     2
--- rdiff-backup-1.2.1/rdiff-backup	Wed Oct 27 13:45:19 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     3
***************
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     4
*** 1,4 ****
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     5
! #!/usr/bin/env python
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     6
  # rdiff-backup -- Mirror files while keeping incremental changes
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     7
  # Version 1.2.1 released August 24, 2008
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     8
  # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     9
--- 1,4 ----
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    10
! #!/usr/bin/env python -Wignore::DeprecationWarning
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    11
  # rdiff-backup -- Mirror files while keeping incremental changes
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    12
  # Version 1.2.1 released August 24, 2008
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    13
  # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    14
*** rdiff-backup-1.2.1/rdiff-backup-statistics.orig	Wed Oct 27 13:44:58 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    15
--- rdiff-backup-1.2.1/rdiff-backup-statistics	Wed Oct 27 13:45:25 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    16
***************
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    17
*** 1,4 ****
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    18
! #!/usr/bin/python
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    19
  # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    20
  # Version 1.2.1 released August 24, 2008
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    21
  # Copyright 2005 Dean Gaudet, Ben Escoto
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    22
--- 1,4 ----
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    23
! #!/usr/bin/python -Wignore::DeprecationWarning
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    24
  # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    25
  # Version 1.2.1 released August 24, 2008
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    26
  # Copyright 2005 Dean Gaudet, Ben Escoto