Changeset 79601
- Timestamp:
- 06/19/11 14:28:55 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 12 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/ChangeLog (modified) (1 diff)
-
base/doc/macports.conf.in (modified) (1 diff)
-
base/doc/sources.conf (modified) (1 diff)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
base/src/macports1.0/macports.tcl (modified) (1 diff)
-
base/src/pextlib1.0/sha2.c (modified) (1 prop)
-
base/src/pextlib1.0/sha2.h (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.c (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.h (modified) (1 prop)
-
base/src/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
- Property svn:mergeinfo changed
/trunk merged: 79599-79600
- Property svn:mergeinfo changed
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 79599-79600
- Property svn:mergeinfo changed
-
branches/release_2_0/base/ChangeLog
r79440 r79601 21 21 22 22 - Downloaded archives are now checked for integrity using digital 23 signatures. New pubkeys.conf file allows configuring keys to trust. 24 (jmr in r68996) 23 signatures. Sync and selfupdate can also use a signed tarball. New 24 pubkeys.conf file allows configuring keys to trust. 25 (jmr in r68996, r79093) 25 26 26 27 - Added 'actinact' pseudo-portname that expands to installed ports with an -
branches/release_2_0/base/doc/macports.conf.in
r79027 r79601 86 86 87 87 # Rsync directory from which to pull the base/ component (infrastructure) of MacPorts 88 #rsync_dir release/base/ 88 # If this points to a .tar file, a signed .rmd160 must exist next to it 89 # on the server and will be used to verify its integrity. 90 #rsync_dir release/tarballs/base.tar 89 91 90 92 # Rsync options -
branches/release_2_0/base/doc/sources.conf
r79027 r79601 25 25 # rsync://trd.no.rsync.macports.org/release/ports/ 26 26 # A current list of mirrors is available at https://trac.macports.org/wiki/Mirrors 27 rsync://rsync.macports.org/release/ports/ [default] 27 28 # If an rsync URL points to a .tar file, a signed .rmd160 must exist next to 29 # it on the server and will be used to verify its integrity. 30 31 rsync://rsync.macports.org/release/tarballs/ports.tar [default] -
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 79599-79600
- Property svn:mergeinfo changed
-
branches/release_2_0/base/src/macports1.0/macports.tcl
r79597 r79601 717 717 } 718 718 if {![info exists rsync_dir]} { 719 set macports::rsync_dir release/ base/719 set macports::rsync_dir release/tarballs/base.tar 720 720 global macports::rsync_dir 721 721 } -
branches/release_2_0/base/src/pextlib1.0/sha2.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha2.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.

