Magellan Linux

Diff of /trunk/extras/mariadb/mariadb-10.1.34-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31461 by niro, Fri Jul 13 11:17:59 2018 UTC revision 31462 by niro, Fri Jul 13 11:25:55 2018 UTC
# Line 45  SRC_URI=( Line 45  SRC_URI=(
45   mirror://mysql/mysqld.service   mirror://mysql/mysqld.service
46   mirror://mysql/mysqld.socket   mirror://mysql/mysqld.socket
47   mirror://mysql/mysql-5.5.19-cnf-defaults.patch   mirror://mysql/mysql-5.5.19-cnf-defaults.patch
48   mirror://${PNAME}/${PNAME}-10.1.28-openssl-1.1.patch   mirror://${PNAME}/${PNAME}-10.1.34-openssl-1.1.patch
49  )  )
50    
51  UP2DATE="updatecmd https://downloads.mariadb.org/ | grep -A6 -i 'stable.*GA' | grep Download | sed 's:.*\].*Download\ \([0-9].*\)\ Stable.*:\1:;q'"  UP2DATE="updatecmd https://downloads.mariadb.org/ | grep -A6 -i 'stable.*GA' | grep Download | sed 's:.*\].*Download\ \([0-9].*\)\ Stable.*:\1:;q'"
# Line 85  src_prepare() Line 85  src_prepare()
85   cd ${SRCDIR}   cd ${SRCDIR}
86    
87   # upstream openssl-1.1 patch   # upstream openssl-1.1 patch
88   mpatch ${PNAME}-10.1.28-openssl-1.1.patch || die   mpatch ${PNAME}-10.1.34-openssl-1.1.patch || die
89    
90   # apply our configuration   # apply our configuration
91  # mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die  # mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die

Legend:
Removed from v.31461  
changed lines
  Added in v.31462