Project

General

Profile

Evolution #4844

Passer à la librairie phpCAS version 1.3.2

Added by Lionel Morin over 10 years ago. Updated over 10 years ago.

Status:
Fermé
Priority:
Haut
Assigned To:
Category:
-
Start date:
09/13/2012
Due date:
% Done:

100%

Spent time:
Distribution:
EOLE 2.2

Description

Des failles de sécurité sont apparues dans la librairie CAS 1.3.1.
Tenter de mettre à jour vers la version 1.3.2 sans avoir à repasser dans chaque application web.

Associated revisions

Revision c359b342 (diff)
Added by Lionel Morin over 10 years ago

Passage à la lib phpCAS 1.3.2 (fixes #4844)

  • Suppression des sources de phpCAS 1.3.1
  • Ajout des sources de phpCAS 1.3.2
  • Remplacement du patch pour la 1.3.2
  • Suppression du dossier /usr/share/php/CAS-1.3.1 s'il existe
  • Création d'un lien symbolique CAS-1.3.1 vers CAS-1.3.2

Revision fc97b056 (diff)
Added by Lionel Morin over 10 years ago

Correction du postinst sur la création du lien symbolique vers CAS-1.3.2 (fixes #4844)

History

#1 Updated by Lionel Morin over 10 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#2 Updated by Lionel Morin over 10 years ago

  • Status changed from Résolu to En attente d'informations
  • Target version set to Mises à jour 2.2.3 - 09
  • % Done changed from 100 to 0

#3 Updated by Lionel Morin over 10 years ago

  • Status changed from En attente d'informations to Résolu
  • % Done changed from 0 to 100

#4 Updated by Lionel Morin over 10 years ago

  • Status changed from Résolu to À valider
  • % Done changed from 100 to 0

Si le lien symbolique "/usr/share/php/CAS-1.3.1" est déjà créé, il va créé un lien symbolique dans le répertoire "/usr/share/php/CAS-1.3.2", la fois d'après il fera une erreur.

Il faut remplacer :

/bin/ln -s /usr/share/php/CAS-1.3.2 /usr/share/php/CAS-1.3.1

par :

/bin/ln -snf /usr/share/php/CAS-1.3.2 /usr/share/php/CAS-1.3.1

#5 Updated by Lionel Morin over 10 years ago

  • Status changed from À valider to Résolu
  • % Done changed from 0 to 100

#6 Updated by Joël Cuissinat over 10 years ago

  • Status changed from Résolu to Fermé
root@serv-pedago:~# ls -l /usr/share/php/CAS-1.3.1
lrwxrwxrwx 1 root root 24 2013-02-18 17:44 /usr/share/php/CAS-1.3.1 -> /usr/share/php/CAS-1.3.2

Also available in: Atom PDF