Magellan Linux

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

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

revision 30280 by niro, Thu Nov 16 08:59:50 2017 UTC revision 30281 by niro, Thu Nov 16 09:30:26 2017 UTC
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42   mirror://mysql/mysqld.service   mirror://mysql/mysqld.service
43   mirror://mysql/mysqld.socket   mirror://mysql/mysqld.socket
44   mirror://mysql/mysql-5.5.19-cnf-defaults.patch   mirror://mysql/mysql-5.5.19-cnf-defaults.patch
45   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch   mirror://${PNAME}/${PNAME}-10.1.28-openssl-1.1.patch
46  )  )
47    
48  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 82  src_prepare() Line 82  src_prepare()
82   cd ${SRCDIR}   cd ${SRCDIR}
83    
84   # upstream openssl-1.1 patch   # upstream openssl-1.1 patch
85   mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die   mpatch ${PNAME}-10.1.28-openssl-1.1.patch || die
86    
87   # apply our configuration   # apply our configuration
88  # mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die  # mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die

Legend:
Removed from v.30280  
changed lines
  Added in v.30281