openssh: bump security update 0.11

This commit is contained in:
Luis Guzman 2025-02-18 20:08:38 +00:00
parent d602065589
commit f102d4c04e

View file

@ -17,14 +17,14 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=7 VERSION=8
NETINST=true NETINST=true
. ./config . ./config
#FIXME:T12 #FIXME:T12
# Set version number due to source origin change # Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.10||' <<< $FULLVERSION)" export FULLVERSION="$(sed 's|ubuntu0.11||' <<< $FULLVERSION)"
sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules
sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules