#6 Move away from MD5 for the lookaside cache
Merged 7 years ago by lsedlar. Opened 8 years ago by bochecha.
Unknown source lookasidehash  into  master

file modified
+1 -1
@@ -1,6 +1,6 @@

  [fedpkg]

  lookaside = http://pkgs.fedoraproject.org/repo/pkgs

- lookasidehash = md5

+ lookasidehash = sha512

  lookaside_cgi = https://pkgs.fedoraproject.org/repo/pkgs/upload.cgi

  gitbaseurl = ssh://%(user)s@pkgs.fedoraproject.org/%(module)s

  anongiturl = git://pkgs.fedoraproject.org/%(module)s

file modified
+2
@@ -46,6 +46,8 @@

          # Store this for later

          self._orig_kojiconfig = kojiconfig

  

+         self.source_entry_type = 'bsd'

+ 

      # Add new properties

      @property

      def kojiconfig(self):

no initial comment

Merging this will change how fedpkg writes the sources files, in a way that will break older versions of pyrpkg-based tools.

That means once we merge this and push an updated package to Fedora/EPEL, everybody must upgrade.

Being so disruptive, this change should be bundled with the other planned breaking changes in fedpkg

Could you please sign-off on your commit? (git commit -s). (And ideally also rebase on master.)

The plan is to do a flag day and switch the lookaside checksum on December 12th, so this should be merged now.

rebased

7 years ago

Pull-Request has been merged by lsedlar

7 years ago