[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/ocsigenserver][master] 5 commits: New upstream version 5.1.1



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocsigenserver

Commits:

  • d990af4f
    by Stephane Glondu at 2023-10-14T11:01:50+02:00
    New upstream version 5.1.1
  • be3a17fb
    by Stephane Glondu at 2023-10-14T11:01:58+02:00
    New upstream version 5.1.2
  • 55836860
    by Stephane Glondu at 2023-10-14T11:01:59+02:00
    Update upstream source from tag 'upstream/5.1.2'
    
    Update to upstream version '5.1.2'
    with Debian dir 8c9b5254f644c9fe9282359c6d30986fafa5e6eb
  • 8ea58098
    by Stephane Glondu at 2023-10-14T11:02:04+02:00
    New upstream release
    
  • d385f2a5
    by Stephane Glondu at 2023-10-14T11:04:47+02:00
    Prepare upload to unstable
    

4 changed files:

Changes:

  • .github/workflows/workflow.yml
    ... ... @@ -23,12 +23,14 @@ jobs:
    23 23
               - 4.12.x
    
    24 24
               - 4.13.x
    
    25 25
               - 4.14.x
    
    26
    +          - 5.0.x
    
    27
    +          - 5.1.x
    
    26 28
     
    
    27 29
         runs-on: ${{ matrix.os }}
    
    28 30
     
    
    29 31
         steps:
    
    30 32
           - name: Checkout code
    
    31
    -        uses: actions/checkout@v2
    
    33
    +        uses: actions/checkout@v3
    
    32 34
     
    
    33 35
           - name: Use OCaml ${{ matrix.ocaml-compiler }}
    
    34 36
             uses: ocaml/setup-ocaml@v2
    

  • VERSION
    1
    -5.1.0
    1
    +5.1.2

  • debian/changelog
    1
    +ocsigenserver (5.1.2-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 14 Oct 2023 11:04:44 +0200
    
    6
    +
    
    1 7
     ocsigenserver (5.1.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       [ Stéphane Glondu ]
    

  • ocsigenserver.opam
    1 1
     opam-version: "2.0"
    
    2 2
     name: "ocsigenserver"
    
    3
    -version: "5.1.0"
    
    3
    +version: "5.1.2"
    
    4 4
     maintainer: "dev@ocsigen.org"
    
    5 5
     synopsis: "A full-featured and extensible Web server"
    
    6 6
     description: "Ocsigen Server implements most features of the HTTP protocol, and has a very powerful extension mechanism that makes it very easy to plug your own OCaml modules for generating pages. Many extensions are already implemented, like a reverse proxy, content compression, access control, authentication, etc."
    
    ... ... @@ -57,7 +57,7 @@ depends: [
    57 57
       "re" {>= "1.11.0"}
    
    58 58
       "cryptokit"
    
    59 59
       "ipaddr" {>= "2.1"}
    
    60
    -  "cohttp-lwt-unix" {>= "5.0.0"}
    
    60
    +  "cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"}
    
    61 61
       "conduit-lwt-unix" {>= "2.0.0"}
    
    62 62
       "hmap"
    
    63 63
       "xml-light"
    


  • Reply to: